Taught by Phillip Kuznetsov, Raul Puri, Humza Iqbal, James Bartlett, Dan Geng, Jordan Prosky
Data Science Decal taught at UC Berkeley Spring Semester 2017
To get started on the coursework, you'll first need to clone the repo:
cd <desired-directory>
git clone https://github.com/kaggledecal/sp17.git kaggledecal
Then you'll want to start a jupyter server from within this repo.
cd kaggledecal
jupyter notebook
If you have not yet installed jupyter on your machine, you'll probably get an error message when you run the above command.
Use Docker.
Choosing either package is to your discretion; we encourage Docker because it will allow you to quickly prototype papers like Style Transfer, (paper).