Gradient Descent Visualizer
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.
pip install -r requirements.txt
make run
make tests