Skip to content

Latest commit

 

History

17 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep-Learning

Repository for Deep Learning class in Udacity

Set working environment

  1. Install Docker for Window on local PC

  2. Start Docker for Window, Click Docker for Window icon on desktop

  3. Open a Window terminal

  4. Run Docker image in Window terminal:

     docker run -p 8888:8888 --name tensorflow-udacity -it gcr.io/tensorflow/udacity-assignments:1.0.0_ 
    
     if you ever exit the container, you can return to it using:
     
     docker start -ai tensorflow-udacity
    

Start Docker

  1. Open a browser using URL: http://localhost:8888

  2. Reference:

    http://cs231n.github.io/linear-classify/

    https://classroom.udacity.com/courses/ud120

  3. Add jupyter notebook file in the github.com repository

    File => Download as => Notebook (.ipynb)

    Copy dowmlorded file to the local repository folder

    Use git add to upload the file

About

Repository for Deep Learning class in Udacity

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages