Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/madhur-taneja/deep-learning-projects
This Repository contains my projects that were a part of Udacity's Deep Learning Foundations Nanodegree Program
https://github.com/madhur-taneja/deep-learning-projects
anaconda deep-learning deep-learning-foundations jupyter-notebook udacity udacity-nanodegree
Last synced: 9 days ago
JSON representation
This Repository contains my projects that were a part of Udacity's Deep Learning Foundations Nanodegree Program
- Host: GitHub
- URL: https://github.com/madhur-taneja/deep-learning-projects
- Owner: madhur-taneja
- Created: 2020-07-06T23:00:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T01:41:22.000Z (about 2 years ago)
- Last Synced: 2024-11-26T05:17:04.930Z (2 months ago)
- Topics: anaconda, deep-learning, deep-learning-foundations, jupyter-notebook, udacity, udacity-nanodegree
- Language: Jupyter Notebook
- Homepage:
- Size: 9.15 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deep Learning Projects
[![Anaconda](https://img.shields.io/badge/anaconda-v5.1.0-3eb049)]()
[![Jupyter Notebook](https://img.shields.io/badge/jupyter--notebook-v5.4.0-e46e2e)]()
[![Python](https://img.shields.io/badge/python-v3.5.5-306998)]()
[![Tensorflow](https://img.shields.io/badge/tensorflow-v1.0.0-ff6f00)]()
[![Keras](https://img.shields.io/badge/keras-v2.0.2-d10000)]()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.
## Table of Contents
* [Repo](#repo)
* [Projects](#projects)
* [Tools](#tools)
* [Author](#author)
* [Certificate](#certificate)## Repo
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
└── ...
```## Projects
The following is a list of current projects required to complete the Deep Learning Nanodegree along with the starter codes thats provided by Udacity:
1. [Predicting Bike Sharing Data](https://github.com/udacity/deep-learning/tree/master/first-neural-network)
2. [Dog Breed Classifier](https://github.com/udacity/dog-project)
3. [Generate TV Scripts](https://github.com/udacity/deep-learning/tree/master/tv-script-generation)
4. [Generate Faces](https://github.com/madhur-taneja/deep-learning/tree/master/face_generation)
5. [RL Quadcopter 2](https://github.com/udacity/RL-Quadcopter-2)## Tools
The following is a list of tools used thoroughout the Deep Learning Nanodegree:
* [Anaconda](https://www.anaconda.com/products/individual) or [Miniconda](https://docs.conda.io/en/latest/miniconda.html)
* [Jupyter Notebook](https://jupyter.org/install)
* [Python](https://www.python.org/downloads/)## Author
**Madhur Taneja**
* [LinkedIn](https://www.linkedin.com/in/madhur-taneja/)
* [GitHub](https://github.com/madhur-taneja)## Certificate
![Nanodegree Graduation Certificate](Nd-Grad-Cert.jpg)