Digit Classifiers for the MNIST handwritten digit dataset.
The repository contains following types of code of digit classifiers:
- Simple neural network written in
KerasusingTensorFlow backend. - Simple convolutional neural network written in
KerasusingTensorFlow backend.