Skip to content

Example of gradient descent optimization in python using an automatically generated set of points in two variables.

Notifications You must be signed in to change notification settings

Jeffalltogether/gradient_descent_example

Repository files navigation

Gradient Descent Optimization Example

Example of gradient descent optimization in python using an automatically generated set of points in two variables.

Methods implemented include:

  • Batch Gradient Descent
  • Stochastic Gradient Descent
  • Mini-batch Gradient Descent

Some of the method sin this script follow the following post:
https://spin.atomicobject.com/2014/06/24/gradient-descent-linear-regression/

About

Example of gradient descent optimization in python using an automatically generated set of points in two variables.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages