Draw a digit from 0 to 9 inside the black rectangle, and press "OK". The program will try to figure out which number it was.
¿How does it work? When you draw a number, it gets converted into a 10*10 pixels image. That image then gets sent as the input to a neural network that has been trained to identify the different numbers, and which has 10 outputs. The neural network has 1 hidden layer of 50 neurons. The neural network "library" is in my alt account: https://scratch.mit.edu/projects/798449167/ #all #art #AI #number #recognition #neural #network