Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 443 Bytes

File metadata and controls

23 lines (17 loc) · 443 Bytes

Mnist Demo


  • Easily test mnist model on Your own written digits
  • By changing only some lines of code train Your convnetjs models

Try Online


Demo

Training Locally


git clone "https://github.com/TigranGalstyan/mnistconvnetdemo.git"
cd mnistconvnetdemo
node convnet/trainmnist.js
You may need to install convnetjs

npm install convnetjs

License

MIT