language-icon Old Web
English
Sign In

Probabilistic classification

In machine learning, a probabilistic classifier is a classifier that is able to predict, given an observation of an input, a probability distribution over a set of classes, rather than only outputting the most likely class that the observation should belong to. Probabilistic classifiers provide classification that can be useful in its own right or when combining classifiers into ensembles. In machine learning, a probabilistic classifier is a classifier that is able to predict, given an observation of an input, a probability distribution over a set of classes, rather than only outputting the most likely class that the observation should belong to. Probabilistic classifiers provide classification that can be useful in its own right or when combining classifiers into ensembles. Formally, an 'ordinary' classifier is some rule, or function, that assigns to a sample x a class label ŷ: The samples come from some set X (e.g., the set of all documents, or the set of all images), while the class labels form a finite set Y defined prior to training. Probabilistic classifiers generalize this notion of classifiers: instead of functions, they are conditional distributions Pr ( Y | X ) {displaystyle Pr(Yvert X)} , meaning that for a given x ∈ X {displaystyle xin X} , they assign probabilities to all y ∈ Y {displaystyle yin Y} (and these probabilities sum to one). 'Hard' classification can then be done using the optimal decision rule:39–40

[ "Probabilistic logic", "Naive Bayes classifier", "Classifier (linguistics)" ]
Parent Topic
Child Topic
    No Parent Topic