Building a model to recognise handwritten numerical digits from images of the MNIST dataset.
You don't need to write from starting. You can just take the model and the supply them with the weights or provide the weights to some other model you are trying to train.
mnist.ipynb : The main code
mnist_save.model : model used in mnist.ipynb
mnist.model.weights.best.hdf5 : trained weights from mnist.ipynb
self images.ipynb : trying on own images python code