Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 969 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 969 Bytes

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