Questions: Bias-Variance Tradeoff

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

Your model achieves 2% training error and 38% test error. What is the most accurate diagnosis?

AHigh bias — the model is too simple to capture the underlying pattern in either dataset
BHigh irreducible noise — the test data is fundamentally unpredictable regardless of model quality
CHigh variance — the model has overfit to the training data, learning noise that does not generalize
DUnderfitting — the model needs more parameters to learn the patterns in the training data
Question 2 Multiple Choice

You apply L2 (ridge) regularization to an overfit neural network. What change in the bias-variance tradeoff should you expect?

ABoth bias and variance decrease — regularization improves the model in all respects
BBias slightly increases and variance significantly decreases — you are deliberately accepting more systematic error to reduce sensitivity to training noise
CBias decreases and variance increases — regularization removes constraints that were limiting model flexibility
DNeither bias nor variance changes — regularization only affects training speed, not generalization
Question 3 True / False

Minimizing model bias should usually be the primary goal in machine learning, since lower bias means the model makes fewer systematic errors.

TTrue
FFalse
Question 4 True / False

As the size of the training dataset grows, model variance generally decreases, even without changing the model architecture.

TTrue
FFalse
Question 5 Short Answer

Why does increasing model complexity reduce bias but increase variance? Explain the mechanism in terms of what the model is learning.

Think about your answer, then reveal below.