Assignments for Udacity's Deep Learning class.
Install conda.
Create a new conda environment with all the packages you'll need for these assignments.
conda env create -f environment.yml
Activate the new conda environment.
source activate udacity-deep-learning
Start the notebook server.
jupyter notebook