Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 678 Bytes

File metadata and controls

17 lines (9 loc) · 678 Bytes

Solutions for Section 6

Training and Testing in TensorFlow.js

These are the solutions for Section 6 of the Machine Learning in JavaScript with TensorFlow.js course. See solutions index for solutions to other sections.

Lab: Creating a Model

This is the third lab for the Linear Regression project which is developed through sections 4 - 7.

The starting point to this lab is the solution for the section 5 lab.

At the end of this lab, your code should look similar to linear-section-6-checkpoint.html.


See solutions index for solutions to other sections.