Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 397 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 397 Bytes

line-fitter


The interactive visualization in the browser lets you try to find the line of best fit for a random set of data points:
• The slider on the left controls the m (slope)
• The slider on the right controls the b (intercept)
You can see the total loss on the right side of the visualization. To get the line of best fit, we want this loss to be as small as possible.