Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codeamt/deep-learning-ai
Deliverables and Implementations from Andrew Ng's Coursera Specialization, deeplearning.ai
https://github.com/codeamt/deep-learning-ai
ai andrew-ng cnns coursera deep-learning deep-learning-ai rnns specialization
Last synced: about 2 months ago
JSON representation
Deliverables and Implementations from Andrew Ng's Coursera Specialization, deeplearning.ai
- Host: GitHub
- URL: https://github.com/codeamt/deep-learning-ai
- Owner: codeamt
- Created: 2018-04-17T18:39:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-25T09:04:43.000Z (over 6 years ago)
- Last Synced: 2023-10-20T04:52:14.897Z (about 1 year ago)
- Topics: ai, andrew-ng, cnns, coursera, deep-learning, deep-learning-ai, rnns, specialization
- Language: Jupyter Notebook
- Size: 19 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
deeplearning.ai:
Course deliverables from the Coursera Deep Learnining Specialization by Andrew Ng.
## About the Specialization
Far from a topical overview, [Andrew Ng](https://medium.com/@andrewng)'s [deeplearning.ai](https://www.deeplearning.ai/) specialization on [Coursera](https://www.coursera.org/specializations/deep-learning) is a five-part series of courses exploring foundational concepts of Deep Learning.Using Matrix algebra, Linear Calculus (differentiation), and Python as the programming language of choice, students black box and more intentional approaches to implementing Neural Networks (NNs) - from forward passing and back propagation within a simple deep NN and Bayesian methods for calculating weights and improving accuracy to more complex architectures, like Convolutional NNs and Recurrent NNs.
Moreover, the specialization guides thought in building intuitions about hyper-parameter tuning, decision making for future employers and research projects, and diffuses the potential career paths for this emerging area in tech through guest interviews with thought leaders in the space.
In later parts of the specialization, Ng requires students to implement well-known algorithms from scientific papers; providing a platform to iterate on and improve or lead research and DL projects of our own interest.
Scope of Learning
## Individual Courses
1. [Neural Networks and Deep Learning](https://github.com/codeamt/Deep-Learning-AI/tree/master/1%20Neural%20Networks%20and%20Deep%20Learning)
2. [Improving Deep Neural Networks](https://github.com/codeamt/Deep-Learning-AI/tree/master/2%20Improving%20Deep%20Neural%20Networks)
3. [Structuring Machine Learning Projects](https://github.com/codeamt/Deep-Learning-AI/tree/master/3%20Structuring%20Machine%20Learning%20Projects)
4. [Convolutional Neural Networks](https://github.com/codeamt/Deep-Learning-AI/tree/master/4%20Convolutional%20Neural%20Networks)
5. [Sequence Models](https://github.com/codeamt/Deep-Learning-AI/tree/master/5%20Sequence%20Models)## The Instructors
| Instructor | Background |
| --- | --- |
| Andrew Ng | Co-founder, Coursera; Adjunct Professor, Stanford University; formerly head of Baidu AI Group/Google Brain |
| Kian Katanforoosh | Adjunct Lecturer at Stanford University, deeplearning.ai, Ecole Centrale Paris |
| Younes Bensouda Mourri | Mathematical & Computational Sciences, Stanford University, deeplearning.ai |