This is a repository demonstrating practical implementation of machine learning algorithms and deep learning models.
Here is the list of implementations so far:
Deep Learning:
- Convolutional Neural Networks for CIFAR-Dataset(86% accuracy)
- Deep Q Network for Reinforcement Learning on Atari games
- Simple neural network using just numpy arrays for MNIST
- Neural network implementation in keras for MNIST
- Neural network in Tensorflow for MNIST
Other stuff: