Skip to content

zqingr/tfjs-examples

Repository files navigation

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

About

tensorflow js examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published