Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 897 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 897 Bytes

tfjs examples directory

Vision models examples

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.

How to use

install

  1. npm install

start

  1. npm start —— ——env.path='mnist_mlp' 'mnist_mlp' is on of the names of the examples
  2. open the link http://localhost:8000/examples/mnist_mlp/ ('mnist_mlp' is names as above)

You can view training information in the console and chart

mnist_mlp