Classification: supervised learning where the target value is class label (discrete attribute, e.g. integer, letter, word)
Training a classifier
We train a classifier with parameters on a dataset to output the probability of a datapoint belonging to the class given the feature vector , .
The optimal parameters maximize the probability of the true labels:When training with mini-batches :

Having an “other” class never goes well, because there is no “other” feature the model can map to, same as finding negative examples for contrastive learning.
If you go with uncertainty in distribution, you have the aleatoric vs epistemic uncertainty thing, can’t say whether it’s uncertain or not part of the set.
