Multiclass classification is a classification task in which there are more than two classes. It is also called multinomial classification.
Questions tagged [multi-class]
430 questions
0
votes
0 answers
How to report a confidence score of a multiclass classifier?
If we have a model which outputs class probabilities for $K$ classes, e.g. a NN with softmax layer, how can we return an aggregate "confidence metric"?
Some intuitive ideas would be the probability of the highest class or the difference in…
curiousgeorge
- 349
- 1
- 10