Skip to content

Files

boston-housing

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