This repo contains material for a meetup of School of AI Zurich: ML Beginners Track, part 3, on gradient descent.
To create a virtual environemt:
python3 -m venv gd_venv
source gd_venv/bin/activate
cd gradient_descent
pip install -r requirements.txt
To start the jupyter notebook:
jupyter notebook