Short Answer

Variance vs. Bias Improvement Potential

Question: If an algorithm's training error is close to the optimal error rate, why is there more room for variance improvement than bias improvement?

Sample answer: Because the training performance is already near the optimal rate, the bias is small, leaving little room for bias improvement. If the algorithm fails to generalize, the dev error will be much higher, meaning the variance is large and there is ample room to reduce it.

Key points:

  • Training error near the optimal rate means small bias.
  • Poor generalization means large variance.
  • Ample room exists for variance improvement.

Rubric: The answer must state that low training error leaves little room for bias reduction, while poor generalization leaves ample room to reduce variance.

0

1

Updated 2026-06-14

Contributors are:

Who are from:

Tags

Machine Learning

Deep Learning

Supervised Learning

Dive into Deep Learning @ D2L

Data Science

Machine Learning Strategy

Machine Learning Yearning @ DeepLearning.AI