Gradient descent
Prerequisites
python
virtual environment
Create a python3 -m venv .venv
Activate the virtual environment
source .venv/bin/activate
Installing the dependencies
pip3 install -r requirements.txt
Running the programs
python3 gd.py