Search engine for discovering works of Art, research articles, and books related to Art and Culture
ShareThis
Javascript must be enabled to continue!

Digit Recognition Using Convolutional Neural Network

View through CrossRef
Digit detection using convolutional neural networks works as an exciting area of computer vision and machine learning. Developed to process and analyze visual data, they comprise specialized kinds of neural networks that have a number of adaptive layers. CNNs thus manage to automatically learn and adapt to detecting edges, textures, and other shapes in different images. For the case of digit detection, training could involve characterization and further classification of handwritten or printed digits from images. It will start with a data collection and pre-processing task for a large dataset of digit images; for instance, taking the very famous MNIST dataset. The model goes through a training phase where it learns to identify patterns and other different features that are unique in each digital number via many layers of convolutional and pooling operations. Using Python, the text file was read and the digit recognised using CNN. The CNN model was trained on the MNIST dataset containing 50000 images of handwritten digits for an accuracy rate of 99.4% in the prediction of an unseen digit. Using Python, the predicted digit was displayed. Since it makes use of the CNN for model training, the proposed algorithm will be fast in processing. The existing works in this field make use of an image classification tree to recognize digits. Index Terms—Convolution Neural Network, digit detection, Image Processing, MNIST dataset.
Title: Digit Recognition Using Convolutional Neural Network
Description:
Digit detection using convolutional neural networks works as an exciting area of computer vision and machine learning.
Developed to process and analyze visual data, they comprise specialized kinds of neural networks that have a number of adaptive layers.
CNNs thus manage to automatically learn and adapt to detecting edges, textures, and other shapes in different images.
For the case of digit detection, training could involve characterization and further classification of handwritten or printed digits from images.
It will start with a data collection and pre-processing task for a large dataset of digit images; for instance, taking the very famous MNIST dataset.
The model goes through a training phase where it learns to identify patterns and other different features that are unique in each digital number via many layers of convolutional and pooling operations.
Using Python, the text file was read and the digit recognised using CNN.
The CNN model was trained on the MNIST dataset containing 50000 images of handwritten digits for an accuracy rate of 99.
4% in the prediction of an unseen digit.
Using Python, the predicted digit was displayed.
Since it makes use of the CNN for model training, the proposed algorithm will be fast in processing.
The existing works in this field make use of an image classification tree to recognize digits.
Index Terms—Convolution Neural Network, digit detection, Image Processing, MNIST dataset.

Related Results

Graph convolutional neural networks for 3D data analysis
Graph convolutional neural networks for 3D data analysis
(English) Deep Learning allows the extraction of complex features directly from raw input data, eliminating the need for hand-crafted features from the classical Machine Learning p...
Artificial neural network for the recognition of human emotions under a backpropagation algorithm
Artificial neural network for the recognition of human emotions under a backpropagation algorithm
The era of the technological revolution increasingly encourages the development of technologies that facilitate in one way or another people's daily activities, thus generating a g...
Task instructions modulate unit-decade binding in two-digit number representation
Task instructions modulate unit-decade binding in two-digit number representation
Previous studies have found decomposed processes, as well as holistic processes, in the representation of two-digit numbers. The present study investigated the influence of task in...
Method for Constructing Neural Network Means for Recognizing Scenes of Political Extremism in Graphic Materials of Online Social Networks
Method for Constructing Neural Network Means for Recognizing Scenes of Political Extremism in Graphic Materials of Online Social Networks
Countering the spread of calls for political extremism through graphic content on online social networks is becoming an increasingly pressing problem that requires the development ...
Analog Convolutional Operator Circuit for Low-Power Mixed-Signal CNN Processing Chip
Analog Convolutional Operator Circuit for Low-Power Mixed-Signal CNN Processing Chip
In this paper, we propose a compact and low-power mixed-signal approach to implementing convolutional operators that are often responsible for most of the chip area and power consu...
Identifying Links Between Latent Memory and Speech Recognition Factors
Identifying Links Between Latent Memory and Speech Recognition Factors
Objectives: The link between memory ability and speech recognition accuracy is often examined by correlating summary measures of performance across various tasks, but i...
OPTIMIZING CNN HYPERPARAMETERS FOR ENHANCED HANDWRITTEN DIGIT RECOGNITION ON CUSTOM DATASET: A SYSTEMATIC STUDY
OPTIMIZING CNN HYPERPARAMETERS FOR ENHANCED HANDWRITTEN DIGIT RECOGNITION ON CUSTOM DATASET: A SYSTEMATIC STUDY
Handwritten Digit Recognition is still an essential issue in artificial intelligence and pattern recognition. Convolutional Neural Networks (CNNs) have shown outstanding accuracy o...
Modified neural networks for rapid recovery of tokamak plasma parameters for real time control
Modified neural networks for rapid recovery of tokamak plasma parameters for real time control
Two modified neural network techniques are used for the identification of the equilibrium plasma parameters of the Superconducting Steady State Tokamak I from external magnetic mea...

Back to Top