jwilliamn / handwritten

Hand written character and digit recognition
GNU General Public License v3.0
4 stars 4 forks source link

Convolutinal Neural Network for Digit and Character Recognition using Tensor Flow

Project consist in the development of an AI model that can be able to recognize handwritten digits and characters of a socioeconomic survey [Link]().

In order to achive the highest possible accuracy, we use a convolutional neural network and we take advantage of shape detection.

To train our models we've used the NIST Special Database 19.

We've implemented using Tensor Flow framework in python.

Table below shows performance of several convNet models we've built:

Model Accuracy Comments
Model C1 0.953
Model C2 0.942
Model C3 0.968
Model D1 0.974
Model D2_ 0.978 Slow
Model D2 0.981 Fast

How the project is organised

Project consist of three main directories: