Skip to content

mroeckl/neural-networks

Repository files navigation

Neural Network Examples

This code provides examples of using neural networks to identify handwritten digits.

Show MNIST images

Open show-images.html in your browser

Train your neural network

Requires nodejs 7.6 or higher

Install dependencies: npm install

Start training: npm run train

This will generate the file net.js which includes the trained network.

Show guessing results

Open guess-numbers.html in your browser

References

Releases

No releases published

Packages

No packages published