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

https://github.com/hailiang-wang/mnist-nnm


https://github.com/hailiang-wang/mnist-nnm

mnist neural-network nodejs synaptic

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Neural Networks Model for MNIST Dataset

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

![](https://github.com/rockq-org/mnist-nnm/blob/master/assets/demo.gif)

```
cd src
npm install
npm test
```

## Contribution

```
DEBUG=mnist-nnm npm test -- --watch
```