Essay

How architecture changes can lower bias and variance together

Question: Explain why a substantial redesign of a model can reduce both bias and variance at the same time, and why this is usually harder than ordinary tuning.

Sample answer: A major change to the model’s structure can improve performance in two directions at once. When the architecture matches the problem better, the model is more able to learn the main pattern in the data, which lowers bias. It can also become less sensitive to random noise or quirks in the training set, which lowers variance. The challenge is that good architectures are often not obvious in advance; finding the right design usually takes experimentation, domain knowledge, and more implementation effort than adjusting common settings.

Key points:

  • A major redesign can lower both bias and variance.
  • An architecture that fits the task can help the model capture the important structure.
  • The same redesign can make predictions less affected by training-data noise.
  • Identifying and building such a design is often difficult and time-consuming.

Rubric: The response must explain that major architecture changes or a task-appropriate architecture can reduce both bias and variance at the same time, and it must mention that identifying, selecting, or implementing such a design is difficult.

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