Skip to content

Latest commit

 

History

History
 
 

boston-housing

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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