mloss.org SVM with uncertain labelshttp://mloss.orgUpdates and additions to SVM with uncertain labelsenTue, 17 Jul 2012 11:06:23 -0000SVM with uncertain labels 0.2http://mloss.org/software/view/319/<html><p>SVM are efficient discriminative classifiers but they cannot be applied when the learning set consists of both certain labels {-1,1} and uncertain labels represented by a posterior probability estimate (0,1). </p> <p>We address this problem in our SSP 2011 paper entitled HANDLING UNCERTAINTIES IN SVM CLASSIFICATION. Basically we learn a unique classifier satisfying both classification performances on the certain labels and performs a probabilistic regression on the uncertain labels. Our approach proved efficient in terms of classification performances and probabilistic output compared to a classical Platt estimation. </p> <p>This package contains our paper, a matlab function that learn from uncertain labels instead of certain ones (usvmclass.m), and 3 test scripts corresponding to the numerical experiments in the paper (test*.m). </p></html>Remi Flamary, Emilie Niaf, Stephane CanuTue, 17 Jul 2012 11:06:23 -0000http://mloss.org/software/rss/comments/319http://mloss.org/software/view/319/svmkernel methodsalgorithmprobability estimation