JavaScript for Machine Learning using TensorFlow.js

added by JavaScript Kicks
4/2/2019 1:56:29 PM

1206 Views

We will load the "house" data-set, which can be found here. It contains many different features for a given house. For this tutorial, we only want data about average area number of rooms and the price of each house. Add the following code to your script.js file.


0 comments