Kubnal Bridge

Core Concepts

Variance

In machine learning, variance measures how much a model's predictions change when trained on different subsets of data. High variance indicates the model is capturing noise rather than signal, leading to overfitting.

The bias-variance tradeoff is a foundational concept: reducing variance often increases bias and vice versa. Regularization, cross-validation, and ensemble methods help manage variance.

Authority Links

Related Terms