Skip to content

Latest commit

 

History

History
138 lines (73 loc) · 4.99 KB

File metadata and controls

138 lines (73 loc) · 4.99 KB

Deep Learning Area

Hello, if you are going to dive into deep learning, I would suggest that you first take a look at the Resources section that I have prepared for you. And always remember why you started learning machine learning.

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

Natural Language Processing: Building sequence models

  • Recurrent Neural Networks (RNNs), natural language processing (NLP)

Resources📄

The list of things you need for this particular specialization

General Resources🔗

Research🔬

Books📚

Curiosity