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.ymlActivate the new conda environment.
source activate udacity-deep-learningStart the notebook server.
jupyter notebook