Mason Wang

Measuring Performance - UDL

Choice of model (hyperparameters) test error is a cause of these things:

Noise

Bias

Variance

Overfitting

How to set up a neural network with kinks at fixed intervals

Decomposition noise and bias variance

Bias-Variance decomposition

insert derivation

thus, even if the training data approaches the training distribution, the error as a result of the variance goes to zero, but there remains two sources of error. First, there are inherent limitations in the model (bias), and second, there is noise in the test data.

Bias, variance, and noise-related error are additive for regression tasks with a least squares loss.