BudgetedSVM: A Toolbox for Scalable SVM Approximations

Abstract

We present BudgetedSVM, an open-source C++ toolbox comprising highly-optimized implementations of recently proposed algorithms for scalable training of Support Vector Machine (SVM) approximators: Adaptive Multi-hyperplane Machines, Low-rank Linearization SVM, and Budgeted Stochastic Gradient Descent. BudgetedSVM trains models with accuracy comparable to LibSVM in time comparable to LibLinear, solving non-linear problems with millions of high-dimensional examples within minutes on a regular computer. We provide command-line and Matlab interfaces to BudgetedSVM, an efficient API for handling large-scale, high- dimensional data sets, as well as detailed documentation to help developers use and further extend the toolbox.

Cite

Text

Djuric et al. "BudgetedSVM: A Toolbox for Scalable SVM Approximations." Machine Learning Open Source Software, 2013.

Markdown

[Djuric et al. "BudgetedSVM: A Toolbox for Scalable SVM Approximations." Machine Learning Open Source Software, 2013.](https://mlanthology.org/mloss/2013/djuric2013jmlr-budgetedsvm/)

BibTeX

@article{djuric2013jmlr-budgetedsvm,
  title     = {{BudgetedSVM: A Toolbox for Scalable SVM Approximations}},
  author    = {Djuric, Nemanja and Lan, Liang and Vucetic, Slobodan and Wang, Zhuang},
  journal   = {Machine Learning Open Source Software},
  year      = {2013},
  pages     = {3813-3817},
  volume    = {14},
  url       = {https://mlanthology.org/mloss/2013/djuric2013jmlr-budgetedsvm/}
}