Google
PROFESSIONAL-MACHINE-LEARNING-ENGINEER · Question #120
During batch training of a neural network, you notice that there is an oscillation in the loss. How should you adjust your model to ensure that it converges?
The correct answer is B. Decrease the learning rate hyperparameter. larger learning rates can reduce training time but may lead to model oscillation and may miss the optimal model parameter values.
Submitted by tunde_lagos· Apr 18, 2026ML model development
Question
During batch training of a neural network, you notice that there is an oscillation in the loss. How should you adjust your model to ensure that it converges?
Options
- ADecrease the size of the training batch.
- BDecrease the learning rate hyperparameter.
- CIncrease the learning rate hyperparameter.
- DIncrease the size of the training batch.
How the community answered
(34 responses)- A3% (1)
- B79% (27)
- C6% (2)
- D12% (4)
Explanation
larger learning rates can reduce training time but may lead to model oscillation and may miss the optimal model parameter values.
Topics
#Learning Rate#Neural Networks#Model Training#Convergence
Community Discussion
No community discussion yet for this question.