Short Answer

When a Smaller Model Is a Reasonable Variance Fix

Question: In what situation is reducing a model’s capacity a sensible way to limit variance, and what is the main downside of that choice compared with using regularization?

Sample answer: This choice makes sense when the training goal includes faster learning or lower compute and memory use. The trade-off is that a smaller model usually has higher bias, so it often delivers weaker classification results than regularization-based methods.

Key points:

  • Reducing capacity is most defensible when training speed, compute, or memory savings matter.
  • The main cost is greater bias and, as a result, lower classification accuracy than regularization usually gives.

Rubric: The student must say that shrinking the model is appropriate when faster training or lower computational cost is important, and that its main weakness is reduced classification performance caused by increased bias compared with regularization.

0

1

Updated 2026-08-12

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