Which problem occurs when the learning signal becomes too large, causing unstable updates?

Get ready for the GARP Risk and AI Exam with flashcards and multiple choice questions. Each question comes with hints and explanations. Prepare for success!

Multiple Choice

Which problem occurs when the learning signal becomes too large, causing unstable updates?

Explanation:
When the learning signal becomes too large, the gradients used to update the parameters become huge, causing updates to overshoot the optimum. This leads to unstable training where the loss can spike, weights grow uncontrollably, and numerical values can blow up or NaNs may appear. This phenomenon is known as exploding gradients and it’s common in deep networks or recurrent networks where gradients are backpropagated through many steps. It’s different from underfitting, which happens when the model can’t capture the data patterns because the signal is too weak or capacity too low. Regularization methods like Ridge (L2) or LASSO (L1) constrain or shrink weights to improve generalization and stability, but they don’t describe the instability caused by overly large gradient updates.

When the learning signal becomes too large, the gradients used to update the parameters become huge, causing updates to overshoot the optimum. This leads to unstable training where the loss can spike, weights grow uncontrollably, and numerical values can blow up or NaNs may appear. This phenomenon is known as exploding gradients and it’s common in deep networks or recurrent networks where gradients are backpropagated through many steps. It’s different from underfitting, which happens when the model can’t capture the data patterns because the signal is too weak or capacity too low. Regularization methods like Ridge (L2) or LASSO (L1) constrain or shrink weights to improve generalization and stability, but they don’t describe the instability caused by overly large gradient updates.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy