Caesar AI Atlas

Класс

Caesar AI Atlas Definition

Класс — категория, к которой может относиться метка или прогноз в задаче классификации. Классификационные модели прогнозируют классы, такие как спам или не спам, а не непрерывные числовые значения.

Other Definitions

Класс Source

A category that a label can belong to. For example: - In a binary classification model that detects spam, the two classes might be spam and not spam. - In a multi-class classification model that identifies dog breeds, the classes might be poodle , beagle , pug, and so on. A classification model predicts a class. In contrast, a regression model predicts a number rather than a class. See Classification in Machine Learning Crash Course for more information.

Related Terms