Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Gaussian process multi-class classification

Is it possible to use GPML (http://www.gaussianprocess.org/gpml/) toolbox for multi-class classification? (The dataset that I am using has about 7000 training samples from 3 different classes).

like image 638
user1623270 Avatar asked Dec 03 '25 17:12

user1623270


1 Answers

You can always use a binary classifier for multi-class classification. Notably, by making all-pair comparisons, a simple majority vote gives a very reliable answer. It, however, needs O(n2) applications of binary classifiers for the problem with n classes. But that's not an issue for 3 classes.

like image 98
user824276 Avatar answered Dec 06 '25 12:12

user824276



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!