deep-learning-nd
deep-learning-nd copied to clipboard
Udacity Deep learning nanodegree projects
Honor System
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! #endrant
Deep Learning
This is a repository meant to document my education of Deep Learning. It includes the 5 projects from the Udacity Deep Learning curriculum. It demonstrates the ability to train deep neural networks to solve a variety of AI related problems.
Projects
1. Neural network

A (simple) neural network from scratch to make predictions of bike-sharing usage.
2. Object Detection

3. Generate TV Scripts

Use deep learning to generate new scripts for your favorite TV show.
4. Make a Translation Chat Bot

Build a chatbot that translates text in real time using a seq2seq RNN model.
5. Generate Faces

Use a generative adversarial network (GAN) to generate novel faces.