This Repository contains my deep learning projects which were a part of the Deep Learning Foundation Nanodegree Program (DLND) by Udacity. The main concepts used were Neural Networks, Convolutional Neural Networks (CNNs), Recurrent Neural Network (RNNs), Generative Adversarial Network (GANs) and Deep Reinforcement Learning.
Inside the repo you'll find the following folders used to organize projects of DLND. Each folder contains the corresponding subfolders and files of that project along with a README.md
for more info and description about that particular project.
Deep-Learning Projects/
└──├── Project 1 (Predicting Bike Sharing Data)
├── Project 2 (Dog Breed Classifier)
├── Project 3 (Generate TV Scripts)
├── Project 4 (Generate Faces)
├── Project 5 (RL Quadcopter 2)
├── Nd-Grad-Cert.jpg
└── ...
The following is a list of current projects required to complete the Deep Learning Nanodegree along with the starter codes thats provided by Udacity:
- Predicting Bike Sharing Data
- Dog Breed Classifier
- Generate TV Scripts
- Generate Faces
- RL Quadcopter 2
The following is a list of tools used thoroughout the Deep Learning Nanodegree:
Madhur Taneja