Skip to content

sebastianstock/deep-learning

This branch is 80 commits behind udacity/deep-learning:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

90d6310 · Dec 15, 2017
Nov 14, 2017
Jul 20, 2017
May 31, 2017
Aug 8, 2017
Jul 4, 2017
Apr 25, 2017
Jun 4, 2017
Dec 15, 2017
Jul 27, 2017
Nov 14, 2017
Aug 24, 2017
Jul 4, 2017
Apr 27, 2017
Jun 12, 2017
Jul 21, 2017
Nov 20, 2017
May 29, 2017
Jun 1, 2017
May 19, 2017
Jul 7, 2017
Jul 21, 2017
Nov 14, 2017
Nov 14, 2017
Apr 14, 2017
Jul 22, 2017
Jul 21, 2017
Apr 1, 2017
Jun 14, 2017
Apr 14, 2017
Apr 3, 2017
May 29, 2017

Repository files navigation

Deep Learning Nanodegree Foundation

This repository contains material related to Udacity's Deep Learning Nanodegree Foundation program. It consists of a bunch of tutorial notebooks for various deep learning topics. In most cases, the notebooks lead you through implementing models such as convolutional networks, recurrent networks, and GANs. There are other topics covered such as weight intialization and batch normalization.

There are also notebooks used as projects for the Nanodegree program. In the program itself, the projects are reviewed by Udacity experts, but they are available here as well.

Table Of Contents

Tutorials

Projects

  • Your First Neural Network: Implement a neural network in Numpy to predict bike rentals.
  • Image classification: Build a convolutional neural network with TensorFlow to classify CIFAR-10 images.
  • Text Generation: Train a recurrent neural network on scripts from The Simpson's (copyright Fox) to generate new scripts.
  • Machine Translation: Train a sequence to sequence network for English to French translation (on a simple dataset)
  • Face Generation: Use a DCGAN on the CelebA dataset to generate images of novel and realistic human faces.

Dependencies

Each directory has a requirements.txt describing the minimal dependencies required to run the notebooks in that directory.

pip

To install these dependencies with pip, you can issue pip3 install -r requirements.txt.

Conda Environments

You can find Conda environment files for the Deep Learning program in the environments folder. Note that environment files are platform dependent. Versions with tensorflow-gpu are labeled in the filename with "GPU".

About

Repo for the Deep Learning Nanodegree Foundations program.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.1%
  • Python 0.9%