Skip to content

learn-with-data/deep-learning

 
 

Repository files navigation

Udacity Deep Learning Foundations

My project submissions for Udacity Deep Learning Foundations Course which can be found at: https://www.udacity.com/course/deep-learning-nanodegree-foundation--nd101.

Project 1: Bike Usage Prediction

Build a regression model on the Bike Sharing Dataset:

https://github.com/kimegitee/deep-learning/tree/master/first-neural-network

Project 2: CIFAR-10 Image Classification

Train a convolutional network to classify images from the CIFAR-10 dataset:

https://github.com/kimegitee/deep-learning/tree/master/image-classification

Project 3: Generate The Simpsons Scripts

Train a recurrent neural network to generate TV scripts from the Simpsons:

https://github.com/kimegitee/deep-learning/tree/master/tv-script-generation

Project 4: English - French Translation

Train a sequence-to-sequence model to translate English to French:

https://github.com/kimegitee/deep-learning/tree/master/language-translation

Installation

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.

About

Project submissions for Udacity Deep Learning Foundations Course

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 82.5%
  • HTML 16.9%
  • Python 0.6%