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
- Host: GitHub
- URL: https://github.com/youben11/udacity-deeplearning-nd
- Owner: youben11
- License: gpl-3.0
- Created: 2019-02-14T13:39:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-05T10:03:45.000Z (about 7 years ago)
- Last Synced: 2025-01-20T10:12:46.974Z (over 1 year ago)
- Topics: deeplearning, machine-learning, udacity, udacity-deep-learning, udacity-nanodegree
- Language: Jupyter Notebook
- Homepage:
- Size: 2.22 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)