Using the MNIST database. It is a collection of 70000 handwritten digits split into training and test set of 60000 and 10000 images respectively.
The model is built using Multi Layer Perceptron (MLP).
Using Multi Layer Perceptron to build the model. Classifies the handwritten digits of the MNIST database with around 98% accuracy.
Jupyter Notebook