mnist_mlp
Trains a simple deep multi-layer perceptron on the MNIST dataset.
mnist_cnn Trains a simple convnet on the MNIST dataset.
cifar10_cnn Trains a simple deep CNN on the CIFAR10 small images dataset.
cifar10_resnet Trains resnet on the CIFAR10 small images dataset.
npm install
npm start —— ——env.path='mnist_mlp'
'mnist_mlp' is on of the names of the examples- open the link http://localhost:8000/examples/mnist_mlp/ ('mnist_mlp' is names as above)