This is a prediction of the MNIST dataset. I have used the machine learning algorithm of Sci-kit learn to predict the hand written digits with a accuracy of 95 % on the training set and 93 % on the Test data set. The notebook uses the following libraries
- Numpy
- Pandas
- Matplotlib
- Sklearn