Handwritten Digit Recogntion Using Mnist Dataset
Handwritten Digit Recogntion Using Mnist Dataset
Handwritten Digit Recogntion Using Mnist Dataset
DIGIT RECOGNTION
USING MNIST
DATASET
PRESENTED BY:
LEKKALA HARIKA CHOWDARY (187R1A05F3)
KONERU PRAGNA (187R1A05G1)
NALLA BHAVANI (187R1A05G7)
• ABSTRACT
• EXISTING SYSTEM
• PROPOSED SYSTEM
• SOFTWARE REQUIREMENTS
• PROJECT ARCHITECTURE
• CONCLUSION
ABSTRACT
▪ Handwritten character recognition is one of the practically important issues
in pattern recognition applications. The applications of digit recognition
includes postal mail sorting, bank check processing, form data entry, etc.
The heart of the problem lies within the ability to develop an efficient
algorithm that can recognize handwritten digits submitted by users by the
way of a scanner, tablet, and other digital devices. This project presents an
approach to off-line handwritten digit recognition based on different
machine learning techniques. The main objective of this project is to
develop effective and reliable approaches for recognition of handwritten
digits.
EXISTING SYSTEM
As an active research topic, there have been several novel methods for
handwritten detection which achieved extremely high measure of accuracy. There
have been researches recently in this work line to improve it, Abhishikth
Ayyadevara, PNV Sai Ram Teja,“Handwritten Recognition Using Unique
Feature Extraction Technique”, 2020 IEEE International Conference on Recent
Trends in Electronics, Information & Communication Technology. In this paper,
they performed a multilayer perceptron neural network using a backpropagation
algorithm and they achieved 86.5385%. Rohan Sethi, Ila Kaushik,“HandWritten
Digit Recognition using Machine Learning” 2020 IEEE 9th International
Conference on Communication Systems and Network Technologies (CSNT). In
this paper, they used KNN algorithm to recognize handwritten digits accurately
Feature Extraction method using PCA is used.
DISADVANTAGES
In the feature extraction layers, each layer of the network receives the
output from its immediate previous layer as its input, and passes the
current output as input to the next layer. The CNN architecture is
composed with the combination of three types of layers:
1. Convolution,
2. Max-pooling
3. Classification.
ADVANTAGES
➢ The final GUI can be handy for many users to use the model who
doesn’t have any idea of internal working.
HARDWARE REQUIREMENTS
Following are the hardware requirements used for developing the application
The Figure illustrates the architecture diagram of the proposed system. The
proposed model contains the four stages in order to classify and detect the
digits:
A. Pre-processing
B. Segmentation
C. Feature Extraction
D. Classification and Recognition
A. PRE-PROCESSING
▪ In the classification and recognition step the extracted feature vectors are
taken as an individual input to each of the following classifiers. In order to
showcase the working system model extracted features are combined and
defined using following three classifiers:
K-Nearest Neighbor
Random Forest Classifier
Support Vector Machine
CONCLUSION
➢ Our work can potentially facilitate research in related domains. The model
working with CNN can achieve great results. In fact can be used in real life
situations like online handwriting recognition on computer tablets, recognize
zip codes on mail for postal mail sorting, processing bank check amounts,
numeric entries in forms filled up by hand.
➢ Human attempts can be diminished in perceiving, learning, recognizing and
in a lot more regions. Utilising these deep learning techniques.
ANY QUERIES?
THANK YOU