mloss.org BudgetedSVMhttp://mloss.orgUpdates and additions to BudgetedSVMenWed, 12 Feb 2014 20:53:45 -0000BudgetedSVM v1.1http://mloss.org/software/view/538/<html><p>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. </p> <p>Overview of the main features of the BudgetedSVM package are listed as follows: </p> <ul> <li> We provide efficient implementations of algorithms for highly-scalable non-linear SVM training. </li> <li> The toolbox can handle large-scale, high-dimensional data sets that cannot be loaded into memory. </li> <li> The toolbox requires constant memory to train accurate models that solve highly non-linear problems. </li> <li> We provide command-line and Matlab interfaces to BudgetedSVM. </li> <li> We provide an efficient API that provides functionalities for handling large-scale, high-dimensional data sets. Using BudgetedSVM API, data sets with millions data points and/or features are easily handled. For more details, please see the documentation included in the download package. </li> </ul></html>Nemanja Djuric, Liang Lan, Slobodan Vucetic, Zhuang WangWed, 12 Feb 2014 20:53:45 -0000http://mloss.org/software/rss/comments/538http://mloss.org/software/view/538/svmlarge scale learningbig datamachine learning toolboxnonlinear classification