Notes from:
- Understanding Deep Learning
Some of these notes are also included in Machine Learning.
Foundations
Neural Networks
Shallow Neural Networks
Deep Neural Networks
Loss Functions
- Loss Function
- Conditional Probabilistic Perspective of Learning
- Maximum Likelihood Criterion
- Log-Likelihood Criterion
- Loss Function Recipe
- Cross-Entropy Loss
Model Fitting/Training
Gradients and Initialization
- Backpropagation Intuition
- Backpropagation Algorithm
- Backpropagation Scalar Example
- Backpropagation 3-Layer Example
- Parameter Initialization
Model Performance
- Sources of Test Error
- Mathematical Formulation of Test Error
- Reducing Model Error
- Double Descent
- Inductive Bias
- Curse of Dimensionality
- Hyperparameter Search
- Cross-Validation
- Model Capacity
Regularization
Learning Theory
Practical
Exercises
- UDL Chapter 2 Problems
- UDL Chapter 3 Problems
- UDL Chapter 4 Problems
- UDL Chapter 5 Problems
- UDL Chapter 6 Problems
- UDL Chapter 7 Problems
- UDL Chapter 8 Problems