divyanshu132 / Handwritten-Devanagari-Numerals-Recognition-using-CNN

Convolutional Neural Network implemented in keras for Multiclass Classification of Handwritten Devanagari Numerals

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handwritten-Devanagari-Numerals-Recognition-using-CNN

Convolutional Neural Network is implemented in keras for MultiClass Classification of Handwritten Devanagari Numerals.

Single prediction is also implemented that is, user can give the appropriate path to a Devanagari numeral image and the corresponding value will become 1 in the final result with an accuracy of 98.6%.

To get the complete Handwritten Devanagari dataset follow the link https://archive.ics.uci.edu/ml/datasets/Devanagari+Handwritten+Character+Dataset

About

Convolutional Neural Network implemented in keras for Multiclass Classification of Handwritten Devanagari Numerals

License:MIT License


Languages

Language:Jupyter Notebook 100.0%