This repository contains the material and projects related to the Udacity Deep Learning course
There are two main options:
-
Install Docker:
sudo apt-get install docker.io
-
Add the current user to the Docker group
sudo usermod -aG docker $(whoami)
-
Log out and log in again
-
Download the Docker image by running:
docker run -p 8888:8888 --name tensorflow-udacity -it b.gcr.io/tensorflow-udacity/assignments:0.5.0
-
Navigate through the assigments by browsing:
http://127.0.0.1:8888
-
Install TensorFlow guide
-
Install required libraries:
sudo apt-get install python-numpy python-scipy python-matplotlib python-sklearn python-six
-
Install iPython notebook:
sudo apt-get install ipython ipython-notebook python-numpy python-scipy python-matplotlib
-
Navigate to the folder where you have the assignment you want to work on, and simply run:
ipython notebook