Handwritten Digit Recognition using Machine and Deep Learning Algorithms
This work addresses digit recognition for applications like document processing, but it is incremental as it applies standard methods to a well-known dataset.
The paper tackled handwritten digit recognition by comparing Support Vector Machines (SVM), Multi-Layer Perceptron (MLP), and Convolutional Neural Network (CNN) models on the MNIST dataset, aiming to identify the best model based on accuracy and execution time.
The reliance of humans over machines has never been so high such that from object classification in photographs to adding sound to silent movies everything can be performed with the help of deep learning and machine learning algorithms. Likewise, Handwritten text recognition is one of the significant areas of research and development with a streaming number of possibilities that could be attained. Handwriting recognition (HWR), also known as Handwritten Text Recognition (HTR), is the ability of a computer to receive and interpret intelligible handwritten input from sources such as paper documents, photographs, touch-screens and other devices [1]. Apparently, in this paper, we have performed handwritten digit recognition with the help of MNIST datasets using Support Vector Machines (SVM), Multi-Layer Perceptron (MLP) and Convolution Neural Network (CNN) models. Our main objective is to compare the accuracy of the models stated above along with their execution time to get the best possible model for digit recognition.