The second project of the Udacity Deep Learning Nano Degree.
- Download
- create environment
conda create --name dlnd_p2 - Enter the environment
Windows:
Mac/Linux
activate dlnd_p2source activate dlnd_p2 - Install the prerequisites
conda install numpy tqdm tensorflow pandas jupyter notebook - Run the notebook
jupyter notebook dlnd_image_classification.ipynb