Bias vs Variance

202502012205
tags: #machine-learning #model-performance #diagnostics

Bias and variance represent two sources of error that affect model performance, creating a fundamental tradeoff in machine learning.

High Bias (Underfitting):

High Variance (Overfitting):

Solutions:

Learning Curves help diagnose which problem you have. The goal is finding the sweet spot that minimizes total error.

This relates to Human Level Performance as a baseline for achievable error rates.


Reference

Machine Learning Yearning by Andrew Ng