Eroxl's Notes
Underfitting

Underfitting happens when an algorithm isn't complex enough to properly capture the underlying relationships and patterns in the data. This is the opposite problem to overfitting.

The following is an example of an algorithm that generated an underfit function to the training data and a properly fit function

Underfit Function

Y axisX axis00-4-4-2-22244551010Expression 1Expression 2Expression 3Expression 4Expression 5Expression 6Expression 7Expression 8

Properly Fit Function

Y axisX axis00-4-4-2-22244551010Expression 1Expression 2Expression 3Expression 4Expression 5Expression 6Expression 7Expression 8