Skip to content

An IPython notebook showing the basics of implementing gradient descent and stochastic gradient descent in Python

Notifications You must be signed in to change notification settings

dtnewman/stochastic_gradient_descent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Stochastic Gradient Descent

The best way to see the notebook (without cloning this repo and running locally) is at https://nbviewer.jupyter.org/github/dtnewman/gradient_descent/blob/master/stochastic_gradient_descent.ipynb. If you click on the .ipynb file above, github will show it rendered as HTML, but doesn't properly render all the formulas.

This IPython notebook gives a tutorial for implementing gradient descent and stochastic gradient descent in Python. This work is based on the algorithm described by Andrew Ng in Stanford CS 229 course. See http://cs229.stanford.edu/ for more info.

About

An IPython notebook showing the basics of implementing gradient descent and stochastic gradient descent in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published