Skip to content

chanddu/udacity-deep-learning

 
 

Repository files navigation

udacity-deep-learning

Assignments of the Udacity MOOC Deep Learning

This repository stores the assignments I have done during the Udacity MOOC on Deep Learning. The course is free but there is no support expect if you register to a nanodegree program. That's why I have I tried to comment as much as possible my results, you may find them useful.

Installation and setup

I already had Jupyter Notebook running on my Mac. For reference, it has been provided by Anaconda which is my Python bundle of choice.

The only module to install from there is TensorFlow. The installation from pip is fine to me, the only trick is that the version 0.6.0 has been required (not the latest one). You can refer to the official documentation. So the installation is done with a single command line:

pip install --upgrade https://storage.googleapis.com/tensorflow/mac/tensorflow-0.5.0-py2-none-any.whl

You can now grab the assignments from here to run my code or the stubs from the TensorFlow repository.

Quick start

From the repository root, start Notebook with jupyter notebook.

Contributions

This repository is mainly for my own purpose but I would be happy to share some thoughts with you. There are probably many ways to improve and tune the various neural networks.

To do so, just fork this repository.

Credits

About

Udacity Deep Learning MOOC assignments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%