Skip to content

papjuli/school-of-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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

About

Some materials for School of AI meetups

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published