Relevance vector machine


In mathematics, a Relevance Vector Machine is a machine learning technique that uses Bayesian inference to obtain parsimonious solutions for regression and probabilistic classification.
The RVM has an identical functional form to the support vector machine, but provides probabilistic classification.
It is actually equivalent to a Gaussian process model with covariance function:
where is the kernel function, are the variances of the prior on the weight vector
, and are the input vectors of the training set.
Compared to that of support vector machines, the Bayesian formulation of the RVM avoids the set of free parameters of the SVM. However RVMs use an expectation maximization -like learning method and are therefore at risk of local minima. This is unlike the standard sequential minimal optimization -based algorithms employed by SVMs, which are guaranteed to find a global optimum.
The relevance vector machine is patented in the United States by Microsoft.

Software