This repository contains 2 scripts for english handwritten digits recognition using MNIST dataset.
One of the scripts uses a simple convolutional neural network (CNN) and the other one uses ResNet50 to predict the label of a given image.
How to Develop a CNN for MNIST Handwritten Digit Classification