You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a hand written digit classifier implemented using Tensorflow.
Here we used Neural Network and CNN model for this task.
Texts that we classified :
Accuracy -
CNN - 50.08%
Neural Network - 96.06%
So best Accuracy obtained is 96.06%.
About
a deep learning model which can identify hand written digits. This classifier is implemented using tensorflow and neural network algorithm. Highest accuracy achieved: 96%