<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns="http://www.w3.org/2005/Atom">
<title>Karthika Anil</title>
<link href="http://hdl.handle.net/123456789/9922" rel="alternate"/>
<subtitle>Handwritten Character Recognition Using CNN</subtitle>
<id>http://hdl.handle.net/123456789/9922</id>
<updated>2026-04-16T18:11:54Z</updated>
<dc:date>2026-04-16T18:11:54Z</dc:date>
<entry>
<title>Handwritten Character Recognition Using CNN</title>
<link href="http://hdl.handle.net/123456789/9924" rel="alternate"/>
<author>
<name>Anil, Karthika</name>
</author>
<id>http://hdl.handle.net/123456789/9924</id>
<updated>2022-06-27T23:57:50Z</updated>
<published>2022-06-11T00:00:00Z</published>
<summary type="text">Handwritten Character Recognition Using CNN
Anil, Karthika
In this project I developed a system based on machine learning that helps to recognize&#13;
the handwritten characters. The idea for this project came from the paper ‘Adith Narayan and&#13;
Raju Muthalagu, “Image Character Recognition using Convolutional Neural Networks”, 2021&#13;
Seventh International conference on Bio Signals, Images, and Instrumentation (ICBSII)’. That&#13;
paper suggests using Convolutional Neural Networks for developing such a system. This&#13;
paper aims the study and implementation of Convolutional Neural Network (CNN) for Image&#13;
character recognition. Handwritten Character Recognition involves recognition of texts&#13;
present in digital images and documents and processing them for various applications such as&#13;
machine translation, pattern recognition and so on. This paper studies the use of CNN in&#13;
detecting and recognizing handwritten text images with a higher accuracy. The CNN model is&#13;
tested on English handwritten characters and validated on its performance. The model&#13;
performs feature extraction from images through multiple layers. These are later used for&#13;
training the model and thereby recognizing characters.&#13;
I also referred another paper ‘Shah Nawaz, Alessandro Calefati, Nisar Ahmed and&#13;
Ignazio Gallo, “Hand Written Characters Recognition via Deep Metric Learning”, 2018 13th&#13;
IAPR International Workshop on Document Analysis Systems’ which uses Deep Metric&#13;
Learning to deal with the same problem. Deep metric learning plays an important role in&#13;
measuring similarity through distance metrics among arbitrary group of data.&#13;
From the two, I chose the method of CNN to develop the project. So here I am using&#13;
Alexnet architecture of CNN for recognizing handwritten characters. The characters can be&#13;
uppercase and lowercase English alphabets and digits (0-9). There are 62 classes in all. To&#13;
train the system, I created my own dataset by merging the dataset from kaggle and those&#13;
collected from my friends. The dataset includes 6200 images in ‘.png’ format, 100 for each of&#13;
the 62 classes.&#13;
The user can upload an image of a single character written through the interface. And&#13;
by a button click the prediction will be
</summary>
<dc:date>2022-06-11T00:00:00Z</dc:date>
</entry>
</feed>
