This project presents some animations demonstrating gradient descent algorithm for different scenarios.
Required packages are numpy and matplotlib. Written in python 3.
Example: python gradient_descent_1d.py
Function is taken from https://en.wikipedia.org/wiki/Gradient_descent#Examples