Skip to content

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

Notifications You must be signed in to change notification settings

Rustam-Z/deep-learning-notes

Repository files navigation

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

  • 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
  • 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
  • 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
  • Foundations of Convolutional Neural Networks
  • Deep convolutional models: case studies
  • Object detection
  • Special applications: Face recognition & Neural style transfer
  • 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