I created a neural network with Keras using the TensorFlow backend to classify handwritten digits and used this model as reference: https://www.sitepoint.com/keras-digit-recognition-tutorial/
It is an implementation of the Keras MNIST Handwritten Digit Classification model with an accuracy of 99%.