Project
Project
Project
Problem Statement
SOFTWARE REQUIREMENTS: -
This is probably one of the most popular datasets among machine learning and deep
learning enthusiasts. The MNIST dataset contains 60,000 training images of handwritten
digits from zero to nine and 10,000 images for testing. So, the MNIST dataset has 10 different
classes. The handwritten digits images are represented as a 28×28 matrix where each cell
contains grayscale pixel value.
Testing Model
Conclusion
Handwritten digit recognition is the first step to the vast field of artificial intelligence and computer vision. As
seen from the results of the experiment, CNN proves to be far better than other classifiers. The results can be
made more accurate with more convolution layers and a greater number of hidden neurons In this project, the
Handwritten Digit Recognition using Deep learning methods has been implemented. The most widely used
Machine learning algorithms, KNN, SVM, RFC and CNN have been trained and tested on the same data in
order acquire the comparison between the classifiers. Utilizing these deep learning techniques, a high amount
of accuracy can be obtained. Compared to other research methods, this method focuses on which classifier
works better by improving the accuracy of classification models by more than 99%. Using Keras as backend
and TensorFlow as the software, a CNN model is able to give accuracy of about 98.72%. In this initial
experiment, CNN gives an accuracy of 98.72%, while KNN gives an accuracy of 96.67%, while RFC and
SVM are not that outstanding.