Skip to content

PiotrWolinski/Gradient-Descent-Visualizer-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Overview

Simple visualizer of what gradient descent actually means.
At this moment prepared for 3D graphs, but there will also be a 2D version.

Written in python 3.9, but any version supporting typing will be fine.


Install requirements:

pip install -r requirements.txt


Run visualization:

make run

Run tests:

make tests

About

App to demonstrate gradient descent on interactive graph.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published