This project implements neural networks to classify images of handwritten digits from 0-9. They are trained on the MNIST dataset.
This is a small convolutional neural network using tensorflow.
This is a feedforward neural network built without the use of any python ML libraries. The only usage of tensorflow is to load the training data. Apart from that, I only used calculations in numpy to build this neural network.