Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/iam-abbas/gradient-descent

Visualize gradient descent in 2D Plane using
https://github.com/iam-abbas/gradient-descent

Last synced: 6 days ago
JSON representation

Visualize gradient descent in 2D Plane using

Awesome Lists containing this project

README

        

# Gradient Descent
Visualize gradient descent in 2D Plane using matplotlib and numpy

# Usage
- install numpy and matplotlib
- run main.py

![gradient-descent](https://github.com/iam-abbas/gradient-descent/blob/master/gd.gif)

Note: Currently it shows animation of only final iteration. I'll try to add animation of all iterations when I get time for it. Feel free to use this script.