An open API service indexing awesome lists of open source software.

https://github.com/mrowa44/neural-network-mnist

Classification of handwritten digits
https://github.com/mrowa44/neural-network-mnist

Last synced: 8 months ago
JSON representation

Classification of handwritten digits

Awesome Lists containing this project

README

          

Neural Networks in Javascript - classification of handwritten digits
====================================================================

http://blog.webkid.io/neural-networks-in-javascript/

Setup
------------
Install dependencies:
```sh
npm install
```

Run:
```sh
npm start
```

Tweak `TRAINING_SIZE` and iterations count to get better results.