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
- Host: GitHub
- URL: https://github.com/tensjs/mnistup
- Owner: tensjs
- Created: 2017-07-24T09:58:58.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-05T10:49:17.000Z (almost 9 years ago)
- Last Synced: 2025-02-07T07:12:39.512Z (over 1 year ago)
- Topics: nodejs, tensorflow, tensorflow-node
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 2
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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