Hiroki Naganuma

Screen Shot 2022-04-20 at 16 09 24

Answer

Reference

Bias-Variance

The bias error is an error from erroneous assumptions in the learning algorithm. High bias can cause an algorithm to miss the relevant relations between features and target outputs (underfitting).

The variance is an error from sensitivity to small fluctuations in the training set. High variance may result from an algorithm modeling the random noise in the training data (overfitting).

CLE, MLE

Unbiased Estimator

Screen Shot 2022-04-20 at 16 06 04