CVAILGIVSep 19, 2019

Transfer Learning using CNN for Handwritten Devanagari Character Recognition

arXiv:1909.08774v175 citations
Originality Synthesis-oriented
AI Analysis

This is an incremental improvement for domain-specific optical character recognition in Devanagari script.

The paper tackled handwritten Devanagari character recognition by applying transfer learning with pre-trained CNN models, achieving up to 99% accuracy using Inception V3.

This paper presents an analysis of pre-trained models to recognize handwritten Devanagari alphabets using transfer learning for Deep Convolution Neural Network (DCNN). This research implements AlexNet, DenseNet, Vgg, and Inception ConvNet as a fixed feature extractor. We implemented 15 epochs for each of AlexNet, DenseNet 121, DenseNet 201, Vgg 11, Vgg 16, Vgg 19, and Inception V3. Results show that Inception V3 performs better in terms of accuracy achieving 99% accuracy with average epoch time 16.3 minutes while AlexNet performs fastest with 2.2 minutes per epoch and achieving 98\% accuracy.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes