Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 507 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 507 Bytes

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