Skip to content

freekang/ivmcpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ivmcpp

Import Vector Machine classifier

The Import Vector Machines (Zhu and Hastie 2005) are a sparse, discriminative and probabilistic classifier.

The algorithm is based on the Kernel Logistic Regression model, but uses only a few data points to define the decision hyperplane in the feature space. These data points are called import vectors.

The Import Vector Machine shows similar results to the widely used Support Vector Machine, but has a probabilistic output.

Publications

The Import Vector Machine is described in this Journal article, on which our implementation is based on:

Ji Zhu and Trevor Hastie, “Kernel Logistic Regression and the Import Vector Machine“, Journal of Computational and Graphical Statistics, 2005, Vol. 14(1), pp. 185-205.(download)

Our Import Vector Machine algorithm can be found in:

Ribana Roscher and Wolfgang Förstner and Björn Waske, “I2VM: Incremental import vector machines”, Image and Vision Computing, May, 2012. Vol. 30(4-5), pp. 263-278.

Please cite the source code if you are using it in your work.

http://www.ipb.uni-bonn.de/data-software/import-vector-machine-classifier/

About

Import Vector Machine classifier

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published