|
I have a few doubts in understanding SVMs intuitively. Assume we have trained a SVM model for classification using some standard tool like SVMLight or LibSVM.
Thanks for your input.
This question is marked "community wiki".
|
If you ask for my opinion you should really use the libSVM probability estimation.
This answer is marked "community wiki".
|
|
Quote from "Sparse Probabilistic Classifiers" by Romain Hérault, Yves Grandvalet "The scores returned by support vector machines are often used as a confidence measures in the classification of new examples. However, there is no theoretical argument sustaining this practice. Thus, when classification uncertainty has to be assessed, it is safer to resort to classifiers estimating conditional probabilities of class labels." More details in the paper http://www.machinelearning.org/proceedings/icml2007/papers/233.pdf
This answer is marked "community wiki".
|