Skip to content

hermiti/deep_learning_project_2

Repository files navigation

Deep Learning Project 2

The second project of the Udacity Deep Learning Nano Degree.

Instructions

  1. Download
  2. create environment
    conda create --name dlnd_p2
    
  3. Enter the environment Windows:
    activate dlnd_p2
    
    Mac/Linux
    source activate dlnd_p2
    
  4. Install the prerequisites
    conda install numpy tqdm tensorflow pandas jupyter notebook
    
  5. Run the notebook
    jupyter notebook dlnd_image_classification.ipynb
    

About

The second project of the deep learning course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published