An open API service indexing awesome lists of open source software.

https://github.com/presidentsam100/gradient-descent

Model of the gradient descent optimization algorithm with Himmelblau's function
https://github.com/presidentsam100/gradient-descent

Last synced: over 1 year ago
JSON representation

Model of the gradient descent optimization algorithm with Himmelblau's function

Awesome Lists containing this project

README

          

# Gradient-Descent
Model of the gradient descent optimization algorithm with Himmelblau's function

The algorithm steps along the 3D graph in the direction of steepest descent and with a magnitude proportional to the slope of steepest descent in order to find a minimum of the graph.

![gradient1](https://user-images.githubusercontent.com/56271444/169747571-1fc61f77-6e30-4d29-bd6a-134f81afbdc8.png)
![gradient2](https://user-images.githubusercontent.com/56271444/169747572-900b6a43-f666-4fa7-8f4e-1b523a765961.png)
![gradient3](https://user-images.githubusercontent.com/56271444/169747617-260fffdd-544f-45d9-aa3f-344895be25c1.png)