← Back to Test

Problem 5 - Olympiad

During gradient descent, if the learning rate is too large, which symptom is most probable?

Correct: C

An oversized learning rate causes parameter updates to overshoot the minimum, making the loss bounce or grow exponentially.