Summaries/DeepLearning_AI
John 37c133aaba Init rest 2022-08-09 21:04:44 +02:00
..
Course 1_ Neural Networks and Deep Learning.md Init rest 2022-08-09 21:04:44 +02:00
Course 2_ Improving Deep Neural Networks_ Hyperpar.md Init rest 2022-08-09 21:04:44 +02:00
Course 3_ Structuring Machine Learning Projects.md Init rest 2022-08-09 21:04:44 +02:00
Course 4_ Convolutional Neural Networks.md Init rest 2022-08-09 21:04:44 +02:00
Course 5_ Sequence Models.md Init rest 2022-08-09 21:04:44 +02:00
README.md Init rest 2022-08-09 21:04:44 +02:00

README.md

title updated created
README 2022-05-16 18:26:58Z 2022-05-16 17:43:56Z

Deep Learning Specialization Course Notes

This is the notes of the Deep Learning Specialization courses offered by deeplearning.ai on Coursera.

Introduction from the specialization page:

In five courses, you will learn the foundations of Deep Learning, understand how to build neural networks, and learn how to lead successful machine learning projects. You will learn about Convolutional networks, RNNs, LSTM, Adam, Dropout, BatchNorm, Xavier/He initialization, and more. You will work on case studies from healthcare, autonomous driving, sign language reading, music generation, and natural language processing. You will master not only the theory, but also see how it is applied in industry. You will practice all these ideas in Python and in TensorFlow, which we will teach.

The Specialization consists of five courses:

  • Course 1: Neural Networks and Deep Learning
    • Week 1: Introduction to Deep Learning
    • Week 2: Neural Networks Basics
    • Week 3: Shallow Neural Networks
    • Week 4: Deep Neural Networks
  • Course 2: Improving Deep Neural Networks: Hyperparameter tuning, Regularization and Optimization
    • Week 1: Practical aspects of Deep Learning
    • Week 2: Optimization algorithms
    • Week 3: Hyperparameter tuning, Batch Normalization and Programming Frameworks
  • Course 3: Structuring Machine Learning Projects
    • Week 1: ML Strategy (1)
    • Week 2: ML Strategy (2)
  • Course 4: Convolutional Neural Networks
    • Week 1: Foundations of Convolutional Neural Networks
    • Week 2: Classic Networks
    • Week 3: Object detection
    • Week 4: Special applications: Face recognition & Neural style transfer
  • Course 5: Sequence Models
    • Week 1: Recurrent Neural Networks
    • Week 2: Natural Language Processing & Word Embeddings
    • Week 3: Sequence models & Attention mechanism