Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 684 Bytes

File metadata and controls

15 lines (9 loc) · 684 Bytes

Solutions for Section 8

Binary Classification

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

Lab: TensorFlow.js Binary Classification

This is a new project (Binary Classification), but it builds on the code for the previous project (Linear Regression). The starting point to this lab is the solution for the section 7 lab.

At the end of this lab, your code should look similar to binary-section-8.html.


See solutions index for solutions to other sections.