Digit recognizer

 

Train the neural net

Draw a ...

You're lazy to draw 50 digits ? I drew 50 for you ;)
Hit "Load external drawing to add 50 drawing of digits into your training set"

Draw digits, add them to the training set and, when you added a sufficient number of exemple, hit "Train" button !

 

Let neural net guess

When you sufficiently trained your neural net, draw a random digit and let your neural net guess what you wrote.


You guessed :
This project uses ML5 JS librairy to try to guess the digit you write by hand on the grid. The system is not ready because it needs to be arranged by hand (batch size, learning rate, layers, activation function need to be calibrated). I had not the time to arrange these parameters using ML5.

You can consult a fully documented digit recognizer that I made in JS from scratch at my website : final6.com - article about IA