BATCH 6
BATCH 6
BY
A.Prathyusha -19KA1A0532
P. Bhavya -19KA1A0507
T. Pushpa -19KA1A0538
M .Ramya -19KA1A0503
T. Sreeja -19KA1A0530
M. Premalatha -19KA1A0555
The user writes with stylus or mouse in his own handwriting and it is recognized by the
system.
This we are going to achieve by modeling a neural network that will have to be trained
The recognition model we have chosen is a convolutional neural network, a feedforward artificial
neural network.
The application was then tested on a training set consisting of digits with the ability to learn
alphabetical or different characters.
It has also proved powerful in OCR and ICR systems that could be seen as a further extension of
this work.
EXISTING SYSTEM
In the running world there is a growing demand for the users to convert the printed documents
in to electronic documents for maintaining the security of their data.
The basic OCR system was invented to convert the data available on papers in to computer
process able documents, So that the documents can be editable and reusable.
The existing system of OCR on a grid infrastructure is just OCR without grid functionality.
The existing system focuses more on background connectivity rather than text region.
i. Less efficient
ii. Time consuming
PROBLEM STATEMENT
Given a handwritten character, the system needs to predict the type of the character.
In other words if we can write the character “A” the system predict the character that it is
truly “A” or the input character is nearer to “A” or something else.
The purpose of this project is to take the hand written characters as an input process the
character, train the neural network effectively by using the algorithm to recognize the
pattern.
PROPOSED SYSTEM
The proposed system is what we call grid infrastructure which eliminates the problem
of heterogeneous character recognition.
In latest system we Neural Networks for image pre-processing and feature extraction.
Convolutional Neural Networks that are used to extract the features of the images
using several layers of filters.
The selection of the most feasible techniques and methods is highly dependent on the
available data.
Advantages of Proposed System
The proposed system is more effective and accurate than other existing
systems.
Comparison of various methodologies using different datasets and
characteristics.
Tested with real time data.
System Requirements
Software Requirements
RAM : 4 GB
CHARACTER RECOGNITION
Handwriting Recognition methods can be broadly classified into the below two types
METHODS & STRATEGIES
Data Preprocessing is a technique that is used to convert the raw data into a clean data
set.
i. Binarization
ii. Noise filtering
iii. Smoothing
iv. Normalization
Segmentation
An image of the
sequence of characters
is decomposed into
sub images of
individual characters
Feature Extraction
The Feature Extraction technique explained was tested using a neural network which
was trained with features vectors obtained from the system proposed.
What is CNN?