AI Terms Dictionary

A comprehensive multilingual AI terminology dictionary

Definition

Linear separability refers to the geometric condition in which data points belonging to different classes can be completely separated by a linear boundary, such as a line in 2D space or a hyperplane in higher dimensions. If a dataset is linearly separable, a simple linear classifier like a perceptron can find a decision boundary with zero training error. When data is not linearly separable, more complex models or kernel methods are required to capture non-linear relationships between features and labels.

Summary

The property of a dataset where two classes can be perfectly divided by a single straight line or hyperplane.

Key Concepts

Use Cases