Question: Which of the following optimizers is known for adapting the learning rate during training?
Options:
Correct Answer: Adam
Solution:
Adam (Adaptive Moment Estimation) adapts the learning rate based on the first and second moments of the gradients.