Relation

An Example for Underfitting vs. Appropriate Capacity vs. Overfitting

A linear function fit to the data suffers from underfitting—it cannot capture the curvature that is present in the data.

Aquadratic function fit to the data generalizes well to unseen points. It does not suffer froma significant amount of overfitting or underfitting.

A polynomial of degree 9 fit to the data suffers from overfitting. The solution passes through all the training points exactly, but we have not been lucky enough for it to extract the correct structure.

Image 0

0

1

Updated 2021-02-10

References


Tags

Data Science