Ray's Udacity UD730 Deep Learning notes
Exercises and notes I took from Udacity’s Deep Learning course by Google.
Udacity’s Intro to Machine Learning might be a great pre-requisite, but I didn’t get to start from there.
I have no machine learning nor deep learning background. I have limited to no prior knowledge of Python, Numpy, Scikit-Learn.
I’ll be keeping this notebook up to date with my progress through the Udacity course.
git clone https://github.com/saturnism/udacity-730-deep-learning-notebook.git
cd ...
virtualenv
environment: virtualenv .
source bin/activqte
. Once activated, every new Python package I install will be installed in the virtualenv
environment.pip install -f requirements.txt
jupyter
http://localhost:8080