Skip to content
Snippets Groups Projects

Gradient descent

Prerequisites

Create a python virtual environment

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