Skip to content

This repository contains solutions to the projects I had to do during my Deep Learning NanoDegree offered by Udacity

License

Notifications You must be signed in to change notification settings

zainmujahid/Udacity---Deep-Learning-NanoDegree

Repository files navigation

Deep Learning Nanodegree Foundation

This repository contains solutions to my 5 projects related to Udacity's Deep Learning Nanodegree Foundation program. The notebooks lead you through implementing models such as convolutional networks, recurrent networks, and GANs.

Honor Code

I am leaving this open source on the honor system. Please do not plagarize my code! You will only learn by investing the time to work through the problems yourself!

Projects

1. Your First Neural Network

A Deep Neural Network from scratch to make predictions of bike-sharing usage.

2. Dog Breed Classiffier

A Convolutional Neural Network (CNN) built from scrach to classify different breeds of dogs.

3. TV Script Generation

A Deep RNN to generate new scripts for your favorite TV show.

4. Face Generation

A Generative Adverserial Neural (GAN) to generate new "fake" celebrity faces.

5. Sentiment Analysis Model

A Deployed Recursive Neural Network which predicts the sentiments of the user-provided reviews.

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

About

This repository contains solutions to the projects I had to do during my Deep Learning NanoDegree offered by Udacity

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published