Skip to content

Example of gradient descent to get the best fit line on a set of data

Notifications You must be signed in to change notification settings

Chaseforyourlife/Basic-Linear-Regression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Basic-Linear-Regression

Example of gradient descent to get the best fit line on a set of data

While taking a stats class, the teacher never explained how best fit line was actually determined. I decided I would try to figure out how to do it. I hadn't taken calculus 3, so I was unfamiliar with gradient descent. I explored for a few hours how a simple linear regression could be completed and came up with this, which I later found out this method was called gradient descent.

About

Example of gradient descent to get the best fit line on a set of data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages