Abhijeet Mulgund's Personal Webpage

Search

Search IconIcon to open search

Bayes Classifier

Last updated Nov 1, 2022

# Definition

Let $(X, Y, n)$ be a Classification Problem. The Bayes Classifier is a Classifier $f: \mathcal{D} \to [n]$ so that for $x \in \mathcal{D}$

$$f(x) = \arg\min_{y \in [n]} \mathbb{P}(Y=y|X=x)$$