An open API service indexing awesome lists of open source software.

https://github.com/youben11/udacity-deeplearning-nd

My personal projects that I've done while taking the deeplearning nanodegree on udacity
https://github.com/youben11/udacity-deeplearning-nd

deeplearning machine-learning udacity udacity-deep-learning udacity-nanodegree

Last synced: about 2 months ago
JSON representation

My personal projects that I've done while taking the deeplearning nanodegree on udacity

Awesome Lists containing this project

README

          

# Udacity Deep Learning Nanodegree
My personal projects that I've done while taking the deeplearning nanodegree on udacity https://www.udacity.com/course/deep-learning-nanodegree--nd101

### Face Generation
Build a Generative Adversarial Network that can generate new human faces.

Find the project notebook [here](https://github.com/youben11/udacity-deeplearning-nd/blob/master/face_generation/dlnd_face_generation.ipynb)

### Dog Identification
Build a Convolutional Neural Network that can identify the breed of a dog.

Find the project notebook [here](https://github.com/youben11/udacity-deeplearning-nd/blob/master/dog_breed_classifier/dog_app.ipynb)

### TV Script Generation
Build a Recurrent Neural Network to generate new TV script.

Find the project notebook [here](https://github.com/youben11/udacity-deeplearning-nd/blob/master/generate_tv_scripts/dlnd_tv_script_generation.ipynb)