Following the tutorial path on Tensorflow, This is a webpage that uses TensorFlow.js to train a model in the browser.
Given "Horsepower" for a car, the model will learn to predict "Miles per Gallon" (MPG).
- tf
- tf-vis
dependencies are loaded as files via script tags.
You can also install
tensorflow.jsandtfjs-visfrom NPM.

