CVApr 1, 2020

Digit Recognition Using Convolution Neural Network

arXiv:2004.00331v12 citations
AI Analysis

This work addresses digit recognition for applications like passwords and bank checks, but it is incremental as it applies an existing method to a standard task.

The paper tackled digit recognition by using a convolutional neural network (CNN) to extract features and achieve an accuracy of 99.15% without extensive pre-processing.

In pattern recognition, digit recognition has always been a very challenging task. This paper aims to extracting a correct feature so that it can achieve better accuracy for recognition of digits. The applications of digit recognition such as in password, bank check process, etc. to recognize the valid user identification. Earlier, several researchers have used various different machine learning algorithms in pattern recognition i.e. KNN, SVM, RFC. The main objective of this work is to obtain highest accuracy 99.15% by using convolution neural network (CNN) to recognize the digit without doing too much pre-processing of dataset.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes