IA 360
Artificial Intelligence Glossary

Bias

«Bias» names at least four distinct concepts in AI: a neuron's intercept, an estimator's bias, the bias of the bias-variance tradeoff, and algorithmic bias. This entry pulls them apart one by one.

Admin IA360 4 min read AI-generated Leer en español
Bias

Few words in the vocabulary of artificial intelligence are as slippery as bias. It names at least four distinct concepts that share nothing but a name. Confusing them is a common mistake: the «bias» an engineer tunes inside a neuron has nothing to do with the «bias» that fills headlines about algorithmic discrimination.

It helps to separate four senses: the bias term or intercept, the statistical bias of an estimator, the bias in the bias-variance tradeoff, and algorithmic or social bias. The first three are technical concepts; the fourth concerns social and normative effects.

The bias term or intercept

In an artificial neuron, the output is a weighted sum of the inputs plus a constant: each input is multiplied by its weight, and a value b, the bias term, is added to the total before it passes through the activation function. That b is a fixed offset, independent of the inputs, analogous to the intercept in a linear regression (y = wx + b). Its job is to shift the activation function so the neuron can fire at the right point. Textbooks such as Deep Learning, by Goodfellow, Bengio and Courville, treat it as just another parameter the network learns. Here «bias» means neither error nor injustice: it is simply a number that gets added.

The statistical bias of an estimator

In statistics, bias measures something else: the systematic difference between the expected value of an estimator and the true value of the parameter it tries to compute. Formally, Bias(θ̂) = E[θ̂] − θ. When that difference is zero, the estimator is unbiased. A classic example: estimating a population's variance by dividing by n systematically underestimates the true value; dividing by n−1 (Bessel's correction) fixes it. Statistical bias is distinct from consistency: an estimator can be biased and still converge to the true value as the sample grows.

The bias in the bias-variance tradeoff

A third sense appears when we decompose a model's error. The generalization error can be written as the sum of bias, variance and an irreducible error. Here bias is the error made by a model that is too simple, one that starts from strong assumptions and fails to capture the pattern in the data: it is underfitting. Lowering bias usually raises variance and vice versa, hence the word tradeoff.

Algorithmic bias and fairness

The fourth sense is social: a system can produce harmful or unequal outcomes because of its data, design or context of use. NIST distinguishes systemic, statistical and computational, and human biases. Mitigation requires identifying which kind is operating; “fairness” is not one universal test.

This article was produced with artificial intelligence under human editorial oversight.

Share this article

This website uses cookies to improve the browsing experience. Cookie policy.

↑↓ navigate ↵ open esc close