← Back to list

Explain the bias–variance trade off.

Bias–Variance Trade off

Karthikanivas · 2026-08-12 06:42 · 25 claps · 0.7 min read
#ai #machine-learning #trade-off #bias #variation
Open on Medium ↗
Wiki topics: SAF · Safety & Alignment ML · Machine Learning AI · AI · General EDU · Education & Learning

Explain the bias–variance trade off.

Bias–Variance Trade off

The bias–variance trade off is a key concept in machine learning that explains the balance between underfitting and overfitting.

  • Bias → Error caused by a model being too simple.
  • High bias → Underfitting
  • Example: Using a straight line to model a complex pattern.
  • **Variance → Error caused by a model being too sensitive to training data**.
  • High variance → Overfitting
  • Example: A very complex model that memorizes training data.

Var(X)=E(X2)−[E(X)]2

Var(X)=(1.4)2=1.96Var(X)=(\text{1.4})²=\text{1.96}Var(X)=(1.4)2=1.96

σ\sigmaσ

σ\sigmaσ

μ-σ+σVar(X) ≈ 1.96

Give feedback

Trade off

Model Bias Variance Result Too Simple High Low Underfitting Balanced. Medium Medium **Good Generalization **Too Complex Low High Overfitting.

Key idea: 👉 The goal is to find the optimal balance between bias and variance so the model performs well on both training and unseen data.


메타데이터
post_id
2fbc9c8daa7d
slug
explain-the-bias-variance-trade-off-2fbc9c8daa7d
url
https://medium.com/@karthikanivas17/explain-the-bias-variance-trade-off-2fbc9c8daa7d
canonical_url
https://medium.com/@karthikanivas17/explain-the-bias-variance-trade-off-2fbc9c8daa7d
author_url
https://medium.com/@karthikanivas17
status
ok
fetched_at
2026-08-31 19:25:14