Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/iam-abbas/gradient-descent
- Owner: iam-abbas
- Created: 2019-03-12T20:25:59.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-14T09:05:17.000Z (almost 6 years ago)
- Last Synced: 2024-05-01T18:24:57.916Z (8 months ago)
- Language: Python
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.