Question 109 of 280
Single answerDuring 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?
ADecrease the size of the training batch.
✓BDecrease the learning rate hyperparameter.
CIncrease the learning rate hyperparameter.
DIncrease the size of the training batch.
✓
Correct Answer: B
Decrease the learning rate hyperparameter.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.