DL-02 - Improving DNN Flashcards
DL-02 - Improving DNN
What are 3 commonly used DL approaches to avoid overfitting? (3)
- regularization
- dropout
- early stopping
DL-02 - Improving DNN
What are two common regularization techniques?
- L1
- L2
DL-02 - Improving DNN
What is another name for L1 regularization?
Lasso
DL-02 - Improving DNN
What is another name for Lasso regularization?
L1
DL-02 - Improving DNN
What is another name for L2 regularization?
Ridge
DL-02 - Improving DNN
What is another name for Ridge regularization?
L2
DL-02 - Improving DNN
What are the basic types of learning rate decay? (5)
- Common method
- Exponential
- Epoch number based
- Mini-batch number based
- Discrete staircase
DL-02 - Improving DNN
What is the formula for “common method” learning rate decay?
(See image)
DL-02 - Improving DNN
What is the name for this method of learning rate decay? (See image)
“Common method” learning rate decay
DL-02 - Improving DNN
What is the formula for exponential learning rate decay?
(See image)
DL-02 - Improving DNN
What is the name for this method of learning rate decay? (See image)
Exponential learning rate decay
DL-02 - Improving DNN
What is the formula for “epoch number based” learning rate decay?
(See image)
DL-02 - Improving DNN
What is the name for this method of learning rate decay? (See image)
“epoch number based” learning rate decay
DL-02 - Improving DNN
What is the formula for “mini-batch number based” learning rate decay?
(See image; should say “mini batch number”)
DL-02 - Improving DNN
What is the name for this method of learning rate decay? (See image; should say “mini batch number”)
mini-batch number based