Skip to content

Latest commit

 

History

History

38-linreg-vanilla

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Linear Regression with Gradient Descent (ML4G #1)

In a previous episode we learned how to plot data with gonum and we added a line that approximated those points ... but we totally made that up!

During this episode we'll cover how to evaluate how good a line matches the points and how to find the best line possible by using gradient descent.

References:

resulting plot