Share this page
Share this page E-mail this page Print this page RSS feeds
Home > Publications > Probabilities for SV Machines
Probabilities for SV Machines

The output of a classifier should be a calibrated posterior probability to enable post-processing. Standard SVMs do not provide such probabilities. One method to create probabilities is to directly train a kernel classifier with a logit link function and a regularized maximum likelihood score. However, training with a maximum likelihood score will produce non-sparse kernel machines. Instead, we train an SVM, then train the parameters of an additional sigmoid function to map the SVM outputs into probabilities. This chapter compares classification error rate and likelihood scores for an SVM plus sigmoid versus a kernel method trained with a regularized likelihood error function. These methods are tested on three data-mining-style data sets. The SVM+sigmoid yields probabilities of comparable quality to the regularized maximum likelihood kernel method, while still retaining the sparseness of the SVM.

svmprob.ps.gz
File

In: Advances in Large Margin Classifiers

Publisher: MIT Press
All copyrights reserved by MIT Press 2004.

Details

Type: Inproceedings
URL: http://www.mitpress.mit.edu/
Pages: 61-74