A popular demonstration of the capability of machine learning techniques is object recognition in data processing.
Digit recognition system is the working of a machine to train itself or recognizing the digits from different sources. Developing such a system includes a machine to understand and classify the images of handwritten digits as 10 digits (0–9). The purpose of this project is to recognize the handwritten digits (0 to 9) from the famous MNIST dataset try to achieve near about 100% performance and near-human performance.
To execute this project :
- Install anaconda navigator
- download the repository as it is.
- change the link of test and train file as the current location of your disk(where they are saved), inside the jupyter notebook
- change the last line of the jupyter notebook to your folder where you want to save your final submission.
- run all the command from the starting
- A final submission.csv file will be created at last.