Skip to content

Commit 1699e4d

Browse files
authored
Update README.md
1 parent d3cce75 commit 1699e4d

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

README.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,44 @@
1111
+ [ ] Convolutional Neural Networks
1212
+ [ ] Sequence Models
1313

14+
# Deep Learning - deeplearning.ai
15+
Coursera Deep Learning Course by deeplearning.ai projects
16+
17+
## Course 1. Neural Networks and Deep Learning
18+
1. Week1 - Introduction to deep learning
19+
2. Week2 - Neural Networks Basics
20+
3. Week3 - Shallow neural networks
21+
4. Week4 - Deep Neural Networks
22+
23+
## Course 2. Improving Deep Neural Networks Hyperparameter tuning, Regularization and Optimization
24+
1. Week1 - Practical aspects of Deep Learning
25+
- Setting up your Machine Learning Application
26+
- Regularizing your neural network
27+
- Setting up your optimization problem
28+
2. Week2 - Optimization algorithms
29+
3. Week3 - Hyperparameter tuning, Batch Normalization and Programming Frameworks
30+
31+
## Course 3. Structuring Machine Learning Projects
32+
1. Week1 - Introduction to ML Strategy
33+
- Setting up your goal
34+
- Comparing to human-level performance
35+
2. Week2 - ML Strategy (2)
36+
- Error Analysis
37+
- Mismatched training and dev/test set
38+
- Learning from multiple tasks
39+
- End-to-end deep learning
40+
41+
## Course 4. Convolutional Neural Networks
42+
1. Week1 - Foundations of Convolutional Neural Networks
43+
2. Week2 - Deep convolutional models: case studies
44+
3. Week3 - Object detection - Papers for read: [You Only Look Once:
45+
Unified, Real-Time Object Detection](https://arxiv.org/pdf/1506.02640.pdf), [YOLO](https://arxiv.org/pdf/1612.08242.pdf)
46+
4. Week4 - Special applications: Face recognition & Neural style transfer - Papers for read: [DeepFace](https://www.cs.toronto.edu/~ranzato/publications/taigman_cvpr14.pdf), [FaceNet](https://www.cv-foundation.org/openaccess/content_cvpr_2015/papers/Schroff_FaceNet_A_Unified_2015_CVPR_paper.pdf)
47+
48+
## Course 5. Sequence Models
49+
50+
51+
52+
1453
---
1554
*source from **Andrew Ng**'s [Deep learning](https://www.coursera.org/specializations/deep-learning) course on Coursera*

0 commit comments

Comments
 (0)