deep-learning-notes icon indicating copy to clipboard operation
deep-learning-notes copied to clipboard

🧠👨‍💻Deep Learning Specialization • Lecture Notes • Lab Assignments

Deep Learning Area

Hello, if you are going to dive into machine learning and deep learning, I would suggest you first take a look at the Resources section that I have prepared for you. Good luck with your studies! Always remember why you started learning AI!

Rustam_Z🚀, 18 October 2020

deeplearning.ai Deep Learning Specialization

Neural Networks and Deep Learning

  • Architecture of Neural Network
  • Logistic Regression
  • Cost function, Forward propagation, Backpropagation, Gradient descent
  • Artificial Neural Network
  • Logistic Regression vs NN, Activation fanctions, L-layer NN

Improving Deep Neural Networks: Hyperparameter tuning, Regularization and Optimization

  • Train/dev/test sets
  • Regularization, dropout technique, normalizing inputs, gradient checking
  • Optimization algos (mini-batch GD, GD with momentum, RMS, Adam optimization)
  • Xavier/He initialization
  • Hyperparameters tuning (logarithmic scale), batch normalization
  • Multiclass classification, TensorFlow introduction

Structuring Machine Learning Projects

  • How to build a successful machine learning projects
  • How to prioritize the problem
  • ML strategy (satisficing & optimizing metrics)
  • Choose a correct train/dev/test split of your dataset
  • Human-level performance (avoidable bias)
  • Error Analysis
  • Mismatched training and dev/test set

Convolutional Neural Networks

  • Foundations of Convolutional Neural Networks
  • Deep convolutional models: case studies
  • Object detection
  • Special applications: Face recognition & Neural style transfer

Sequence Models

  • RNN, LSTM, BRNN, GRU
  • Natural Language Processing & Word Embeddings (Word2vec & GloVe)
  • Sequence models & Attention mechanism (Speech recognition)

Resources

The list of resources you need for this particular specialization:

Calculus & Linear Algebra

Deep Learning Courses

Highlighted resources:

Practice

Research

Books

Must read books:

Extra