-
-
-
Fast semi-supervised face recognition model using graph theory and fast computer vision methods.
-
my-own-neural-network Public
My own implementation of a dense neural network. Implemented features: weights initializer (RandomNormal, Xavier, Glorot&Bengio, He&Zhang&Ren&Sun), optimizer (SGD, SGD with momentum, Nesterov AGD, …
Python UpdatedDec 8, 2022 -
Metaheuristic-TSP-LSCO Public
Discrete and continuous optimization problems solved iteratively and approximately by metaheuritic algorithms.
-
We compare different policies for the checkers game using reinforcement learning algorithms.
python reinforcement-learning turtle-graphics ucb monte-carlo-tree-search checkers-game upper-confidence-boundPython UpdatedAug 24, 2020 -
Monte-Carlo-Tree-Search Public
We implemented a Monte Carlo Tree Search (MCTS) from scratch and we successfully applied it to Tic-Tac-Toe game.
-
n-gram-language-models Public
language modeling, bigram, trigram, mixture of language models, perplexity, Gutenberg project
-
PcaNet Public
PcaNet, PCA Network, Deep Learning, Face Classification, LFW dataset, SVM
-
graph-clustering Public
unsupervised clustering, generative model, mixed membership stochastic block model, kmeans, spectral clustering, point cloud data
-
Time series forecasting using different methods.
R UpdatedMar 12, 2020 -
texture-inpainting Public
Implementation of microtexture inpainting method using a probabilistic model.
-
aws-helper Public
BASH script generating tutorials for AWS as HTML scripts
Shell UpdatedFeb 26, 2020 -
self-driving-piCar Public
We implemented a lane detection system using image processing techniques and experimented it using raspberry pi car.
-
Markov-Random-Fields Public
Image denoising using Markov random fields.
-
Unsupervised image segmentation by applying topological data analysis techniques.
-
metaheuristics Public
Discrete and continuous optimization problems solved by metaheuristics algorithms.