Learn Before
Concept

Trade-off Between Model Flexibility and Rigidity

In machine learning, selecting a model class involves a fundamental trade-off. More flexible, or higher variance, model classes can perfectly fit the training data but carry a significant risk of overfitting and poor generalization. Conversely, more rigid, or higher bias, model classes generalize predictably but may underfit, failing to capture the underlying patterns in either the training or test data.

0

1

Updated 2026-05-03

Contributors are:

Who are from:

Tags

D2L

Dive into Deep Learning @ D2L

Learn After