Subject: Neural network sem: 7th, Group members: Sankalp verma, Bhavin patel, Jhalak rasaily; Concept covered: Advanced machine learning, dataset, Python programming;
1.The handwritten digit recognition program uses the image of a digit and recognizes the digit present in the image. 2.The program is written in Python. 3.The MNIST dataset contains 60,000 training images of handwritten digits from zero to nine and 10,000 images for testing. 4.The dataset is available on MNIST website. 5.Neural networks is used to build the model.