Skip to content
This repository has been archived by the owner on Feb 12, 2021. It is now read-only.

Projects and Labs of the Udacity's "Deep Learning Nanodegree Foundation"

Notifications You must be signed in to change notification settings

HaraldoFilho/Deep-Learning-Nanodegree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Core Curriculum

  • Neural Networks
  • Convolutional Neural Networks
  • Recurrent Neural Networks
  • Generative Adversarial Networks

Projects

In this project we had to build a neural network from scratch and apply it on a real problem: predict the number of future bike rentals after analyzing a dataset containing information about a period of two years of rentals.

In this project we had to build a convolutional neural network using TensorFlow and use it to classify images from the CIFAR-10 dataset.

In this project we had to build a Recurrent Neural Network (RNN) using TensorFlow and use it to generate a new Simpsons TV script for a scene at Moe's Tavern using part of the Simpsons dataset of scripts from 27 seasons.

In this project we had to build a Sequence to Sequence model that can translate new sentences from English to French and train it on a dataset of English and French sentences.

Project 5: Generate Faces

In this project we had to build a Generative Adversarial Network that can generate novel faces when trained on the CelebFaces Attributes Dataset (CelebA).

Labs

Exercises with topics not covered on the projects

In this exercise we had to implement autoencoder models and use them on examples of data compression and image denoising.

In this exercise we had to build an image classifier RNN using the transfer learning technique with VGGNet trained on the ImageNet dataset to classify images of flowers.

Certificate

Click here to see the certificate