Welcome to the Zero to Deep Learning Video Course repository
To get started:
git clone https://github.com/Dataweekends/zero_to_deep_learning_udemy.git
https://www.continuum.io/downloads
cd zero_to_deep_learning_udemy
conda env create
wait for the environment to create
source activate ztdl
Check that your prompt changed to
(ztdl) $
jupyter notebook
http://localhost:8888
Enjoy!