handwritten digits recognition by M5Stack
- M5Stack : Switch Science
- The MNIST database of handwritten digits, available from this page, has a training set of 60,000 examples, and a test set of 10,000 examples.
- THE MNIST DATABASE
Neural Network are computing systems vaguely inspired by the biological neural networks that constitute animal brains.
M5Stack converts image data of handwritten digits to corresponding number by Neural Network.
This code uses the weight coefficient matrix (W1, b1, W2, b2, W3, b3) of a earnt neural network.