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

https://github.com/tensjs/mnistup

The MNIST example for tensorflow-nodejs, still work in progress
https://github.com/tensjs/mnistup

nodejs tensorflow tensorflow-node

Last synced: about 1 month ago
JSON representation

The MNIST example for tensorflow-nodejs, still work in progress

Awesome Lists containing this project

README

          

# MNIST

The MNIST example for [tensorflow-nodejs](https://github.com/yorkie/tensorflow-nodejs).

### Get Started

```sh
$ python train.py # generate the train.pb by this command
$ node train.js # run the train process
```

### Install

```sh
$ git clone git@github.com:tensjs/mnistup.git
```

### License

MIT