/MNIST-Digit-Classifier

MNIST Digit Classifier using different models and methods.

Primary LanguageJupyter Notebook

MNIST Digit Classifier

Digit Classifiers for the MNIST handwritten digit dataset.

The repository contains following types of code of digit classifiers:

  1. Simple neural network written in Keras using TensorFlow backend.
  2. Simple convolutional neural network written in Keras using TensorFlow backend.