Bias (ethics/fairness) vs Variance
Bias (ethics/fairness) — at a glance
Category: Cognitive · Difficulty: Beginner
Unfair prejudice or favoritism towards certain groups or things, which can influence data, system design, and user interactions.
Bias in this context refers to prejudices or unfair leanings that can affect AI systems. These can manifest in the data used for training, the design choices made by developers, or how users interact with the AI, leading to inequitable or incorrect outcomes.
Read the full Bias (ethics/fairness) definition →
Variance — at a glance
Category: Evaluation · Difficulty: Intermediate
The sensitivity of a model to small fluctuations in the training data, leading to inconsistent predictions on new data.
Variance refers to the amount that the estimate of the target function will change if different training data were used. High variance can cause a model to model the random noise in the training data, rather than the intended outputs (overfitting). It means the model performs well on training data but poorly on unseen data.
Read the full Variance definition →
Key differences
- Purpose: Bias (ethics/fairness) is typically used for cognitive problems, while Variance fits evaluation use cases.
- Complexity: Bias (ethics/fairness) is rated Beginner; Variance is rated Intermediate.
- Definitions: Unfair prejudice or favoritism towards certain groups or things, which can influence data, system design, and user interactions. vs The sensitivity of a model to small fluctuations in the training data, leading to inconsistent predictions on new data.
Frequently asked questions
What is the difference between Bias (ethics/fairness) and Variance?
Bias (ethics/fairness): Unfair prejudice or favoritism towards certain groups or things, which can influence data, system design, and user interactions. Variance: The sensitivity of a model to small fluctuations in the training data, leading to inconsistent predictions on new data.
When should I use Bias (ethics/fairness) instead of Variance?
Use Bias (ethics/fairness) when your problem matches its strengths: Unfair prejudice or favoritism towards certain groups or things, which can influence data, system design, and user interactions. Use Variance when The sensitivity of a model to small fluctuations in the training data, leading to inconsistent predictions on new data.
Can Bias (ethics/fairness) and Variance be used together?
Yes — many modern AI systems combine Bias (ethics/fairness) and Variance to get the strengths of both approaches.
Is Bias (ethics/fairness) better than Variance?
Neither is universally better. The right choice depends on data, latency, cost, and task. This page breaks down the trade-offs.