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
- Host: GitHub
- URL: https://github.com/mrowa44/neural-network-mnist
- Owner: mrowa44
- Created: 2016-06-25T20:14:56.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-25T20:15:23.000Z (almost 10 years ago)
- Last Synced: 2025-03-24T21:17:22.408Z (about 1 year ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.