|
…
|
||
|---|---|---|
| .. | ||
| README.md | ||
| data.js | ||
| index.html | ||
| index.js | ||
| normalization.js | ||
| package.json | ||
| ui.js | ||
| yarn.lock | ||
README.md
TensorFlow.js Example: Multivariate Regression for browser
This example shows you how to perform regression with more than one input feature using Boston Housing Dataset which is a famous dataset derived from information collected by the U.S. Census Service concerning housing in the area of Boston Massachusetts.
Prepare the environment:
$ npm install
# Or
$ yarn
To build and watch the example, run:
$ yarn watch