Skip to content

Implementation of gradient descent from scratch with a linear regression toy example

Notifications You must be signed in to change notification settings

AMuntzinger/Gradient_Descent_By_Hand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gradient Descent By Hand

This repo contains a demo implementing gradient descent from scratch, including the formulas to calculate the algorithm steps with pen and paper in parallel. Gradient descent is applied to a linear regression toy example. The optimal solution using normal equation is given for comparison with the iterative solution found by gradient descent.

Dependencies

See Pipfile for an overview of required python packages.

Author

Antje Muntzinger, [email protected]

About

Implementation of gradient descent from scratch with a linear regression toy example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published