All terms
Foundations
Classifier
A model that assigns an input to one of a fixed set of categories.
Definition
A classifier is a model that assigns an input to one of a fixed set of categories. It is trained on labeled examples to learn the boundary between classes, then predicts a label, often with a confidence score, for new inputs. Classifiers underpin tasks from spam detection to image recognition and content moderation.