Skip to content

MhageGH/M5Stack-Neural-Network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

M5Stack_NeuralNetwork

handwritten digits recognition by M5Stack
NN

Prepare

Development Environment

MNIST

  • 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.
    mnist
  • THE MNIST DATABASE

About Neural Network

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.
calc

Releases

No releases published

Packages

No packages published