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