Skip to content

carlosgalvezp/Udacity-Deep-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Udacity Deep Learning

This repository contains the material and projects related to the Udacity Deep Learning course

Installation

There are two main options:

Using a Docker image

  1. Install Docker:

     sudo apt-get install docker.io
    
  2. Add the current user to the Docker group

     sudo usermod -aG docker $(whoami)
    
  3. Log out and log in again

  4. Download the Docker image by running:

     docker run -p 8888:8888 --name tensorflow-udacity -it b.gcr.io/tensorflow-udacity/assignments:0.5.0
    
  5. Navigate through the assigments by browsing:

     http://127.0.0.1:8888
    

Full local installation

  1. Install TensorFlow guide

  2. Install required libraries:

     sudo apt-get install python-numpy python-scipy python-matplotlib python-sklearn python-six
    
  3. Install iPython notebook:

     sudo apt-get install ipython ipython-notebook python-numpy python-scipy python-matplotlib
    
  4. Navigate to the folder where you have the assignment you want to work on, and simply run:

     ipython notebook
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published