Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 514 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 514 Bytes

Kannada-MNIST

A deep learning model to predict handwritten Kannada digits.

About the dataset :

Dataset can be found at Kaggle. https://www.kaggle.com/c/Kannada-MNIST The data is in .csv format.

About the model :

The data from the .csv files is extracted and converted into images of size (28x28). alt text The DL model with Convolution & Dense layers, had achived 98% accuracy on the training data & 72% accuracy on validation data.