Skip to content

RyanCCollins/deep-learning-nd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

neural-net

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

2. Object Detection

object-detection

3. Generate TV Scripts

script

Use deep learning to generate new scripts for your favorite TV show.

4. Make a Translation Chat Bot

translation

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

5. Generate Faces

generate-faces

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