Skip to content

hjlopes/deep-learning-udacity-projects

Repository files navigation

Deep Learning Nanodegree project solutions

Hi! This is repository for my solutions of the Udacity Nanodegree Deep Learning course. You can find the original projects code in their repo.

Navigate to each project folder to find the solutions:

  1. Bike Sharing project - Project to create a Fully Connected network to estimate bike sharing usage using data from University of Porto.
  2. Dog Breed Classifier - Project to create a dog breed classifier using a CNN built from scratch and transfer learning.
  3. TV Script generation - Project use LSTM networks to generate TV scripts based on the Seinfeld tv show scripts.
  4. Face Generation - Project to generate faces using GANs.
  5. Deployment of Sentiment Analysis - Deployment in Amazon AWS of a RNN to detect the sentiment of movie reviews. Note: This project has a dedicated repository due to its nature.

Project Instructions

Model checkpoints are not included in the repository. You will have to execute the code to generate yourself.

Some data, due to its size, is also not included. Download from the README links that are in the respective folders!