Skip to content
Snippets Groups Projects
iliya.saroukha's avatar
iliya.saroukha authored
372946c7
History
Name Last commit Last update
report
.gitignore
README.md
gd.py
requirements.txt

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