Optimizer
It determines how the model's weights are updated to minimize the loss function. It drives the learning process, bridging the gap between the loss function and the model's predictive ability.
What does the Optimizer do?
- Minimizes the loss function
- Updates weights via Gradient Descent
- Navigates the Loss Landscape
How it works
- Compute Gradients
- Apply Update Rule
- Iterate
Optimizer's impact on Prediction Ability
- Learning Quality
- Generalization
- Speed vs Accuracy Trade-Off