A repository of codes and experiments while learning and exploring deep learning by online courses and work.
- Multi-Layer perceptron from scratch using numpy on MNIST dataset
- Multi-Layer perceptron using Tensorlfow on MNIST dataset
- Multi-Layer perceptron using FastAI & Pytorch on MNIST dataset
- Shallownet using FastAI on CIFAR10 dataset
- LeNet using FastAI on MNIST dataset
- MiniVggnet using FastAI on CIFAR10 dataset
- Multi-Label facial attributes classfication using FastAI and OpenCV