How does learning rate affect bias-variance dynamics in gradient descent?

Updated May 15, 2026

Short answer

Learning rate influences convergence speed and stability, indirectly affecting bias (underfitting) and variance (overfitting).

Deep explanation

Learning rate controls how aggressively a model updates its parameters during optimization. A very high learning rate can cause unstable training and prevent convergence, leading to high bias (underfitting). A very low learning rate may overfit noise if trained too long, increasing variance. Proper scheduling (decay, cosine annealing) helps balance convergence and generalization.

In deep learning, learning rate is often more critical than model architecture in controlling generalization behavior.

Unlock with a Pro subscription to view this section.

View pricing

Real-world example

No real-world example available yet.

Unlock with a Pro subscription to view this section.

Upgrade to Pro

Common mistakes

No common mistakes listed yet.

Unlock with a Pro subscription to view this section.

Upgrade to Pro

Follow-up questions

No follow-up questions available yet.

Unlock with a Pro subscription to view this section.

Upgrade to Pro

More Bias & Variance interview questions

View all →