Skip to content

sammi/deeplearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Master deep learning by samples

Learn deep learning by Jupyter notebooks

Quick start

  1. Download and install Miniconda

    Download it from https://conda.io/miniconda.html

    Add Anaconda to my PATH environment variable

  2. Create sandbox environment

   cd deeplearning
   conda env create -f environment.yml
  1. Activate environment
  • For Mac/Linux
   source activate sanbox
  • For Windows
   activate.bat sanbox
  1. Start Jupyter and run notebook at http://localhost:8888
   jupyter notebook

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published