Pinned Repositories
Algo-stuff
problems and stuff
Atomic-Job-Shop-Scheduling-
non-preemptive job shop scheduling with atomic jobs
Deep-Learning
Various generic deep learning stuff
Dueling-Deep-Q-Learning-Agent
Dueling Deep Q-Learning Agent
ElGamal-Encrypted-Text-Hidden-via-Steganography
Elgamal encrypted text hidden within pixels of images
informed-exploration-via-next-state-prediction
Meta-Learning-Bayesian-Priors
Meta-learning Bayesian priors from related datasets.
SegNet---Foreground-Background-Image-Segmentation
Fast bare-bones implementation of convolutional layers, residual blocks, Adam optimizer, backpropagation and custom accuracy and loss functions (F1 score per pixel and binary-crossentropy)
Time-Series-Prediction
Bunch of colabs where I'm trying out different methods for multivariate time series prediction.
victor-armegioiu's Repositories
victor-armegioiu/ElGamal-Encrypted-Text-Hidden-via-Steganography
Elgamal encrypted text hidden within pixels of images
victor-armegioiu/Atomic-Job-Shop-Scheduling-
non-preemptive job shop scheduling with atomic jobs
victor-armegioiu/Deep-Learning
Various generic deep learning stuff
victor-armegioiu/SegNet---Foreground-Background-Image-Segmentation
Fast bare-bones implementation of convolutional layers, residual blocks, Adam optimizer, backpropagation and custom accuracy and loss functions (F1 score per pixel and binary-crossentropy)
victor-armegioiu/Algo-stuff
problems and stuff
victor-armegioiu/Dueling-Deep-Q-Learning-Agent
Dueling Deep Q-Learning Agent
victor-armegioiu/informed-exploration-via-next-state-prediction
victor-armegioiu/Meta-Learning-Bayesian-Priors
Meta-learning Bayesian priors from related datasets.
victor-armegioiu/Time-Series-Prediction
Bunch of colabs where I'm trying out different methods for multivariate time series prediction.
victor-armegioiu/Automatic-generation-of-solution-tags-for-competitive-programming-challenges
victor-armegioiu/Bayesian-Neural-Nets---Stein-Variational-Gradient-Descent
Particle based approach for estimating predictive posterior distributions without any parametric restrictions.
victor-armegioiu/Deep-RL---Policy-Gradients
Various implementations of policy grad algorithms tested against Atari games.
victor-armegioiu/hipsternet
All the hipster things in Neural Net in a single repo
victor-armegioiu/lil-log
Lilian's Blog
victor-armegioiu/NLP-Cube
Natural Language Processing Pipeline - Sentence Splitting, Tokenization, Lemmatization, Part-of-speech Tagging and Dependency Parsing
victor-armegioiu/Optimal-Transport-on-Riemannian-Manifolds
Research seminar paper on Optimal Transport on Riemannian Manifolds, basically a small review of the topic and some uses in Machine Learning.
victor-armegioiu/Probabilistic-A-Star-Maze-Solver
A* search with a cool twist, some cells in the maze are portals than instantly transport you to other cells based on a discrete distribution.
victor-armegioiu/Q-Learning-Pong-Agents
Q-Learning Pong agent
victor-armegioiu/scikit-learn
scikit-learn: machine learning in Python
victor-armegioiu/TensorFlow-Tutorials
TensorFlow Tutorials with YouTube Videos