<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
<channel>
<title>Karthika Anil</title>
<link>http://hdl.handle.net/123456789/9922</link>
<description>Handwritten Character Recognition Using CNN</description>
<pubDate>Thu, 16 Apr 2026 18:09:52 GMT</pubDate>
<dc:date>2026-04-16T18:09:52Z</dc:date>
<item>
<title>Handwritten Character Recognition Using CNN</title>
<link>http://hdl.handle.net/123456789/9924</link>
<description>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
</description>
<pubDate>Sat, 11 Jun 2022 00:00:00 GMT</pubDate>
<guid isPermaLink="false">http://hdl.handle.net/123456789/9924</guid>
<dc:date>2022-06-11T00:00:00Z</dc:date>
</item>
</channel>
</rss>
