Skip to content

This is code implementation for a paper on "Effective Handwritten Digit Recognition using Deep Convolution Neural Network". This paper proposed a simple neural network approach towards handwritten digit recognition using convolution. With machine learning algorithms like KNN, SVM/SOM, recognizing digits is considered as one of the unsolvable tas…

Notifications You must be signed in to change notification settings

BharadwajYellapragada/Effective-Handwritten-Digit-Recognition-using-Deep-Convolution-Neural-Network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

PWC

Effective-Handwritten-Digit-Recognition-using-Deep-Convolution-Neural-Network

This is code implementation for a paper on "Effective Handwritten Digit Recognition using Deep Convolution Neural Network". This paper proposed a simple neural network approach towards handwritten digit recognition using convolution. With machine learning algorithms like KNN, SVM/SOM, recognizing digits is considered as one of the unsolvable tasks due to its distinctiveness in the style of writing. In this paper, Convolution Neural Networks are implemented with an MNIST dataset of 70000 digits with 250 distinct forms of writings. The proposed method achieved 98.51% accuracy for real-world handwritten digit prediction with less than 0.1 % loss on training with 60000 digits while 10000 under validation.

About

This is code implementation for a paper on "Effective Handwritten Digit Recognition using Deep Convolution Neural Network". This paper proposed a simple neural network approach towards handwritten digit recognition using convolution. With machine learning algorithms like KNN, SVM/SOM, recognizing digits is considered as one of the unsolvable tas…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published