Solving the linear SVM problem with coordinate descent is very efficient and is implemented in one of the most often used packages, 'LIBLINEAR' (available at http://www.csie.ntu.edu.tw/~cjlin/liblinear). It has been shown that the uniform selection of coordinates can be accelerated by using an online adaptation of coordinate frequencies (ACF). This package implements ACF and is based on 'LIBLINEAR' as well as the 'LiblineaR' package (<https://cran.r-project.org/package=LiblineaR>). It currently supports L2-regularized L1-loss as well as L2-loss linear SVM. Similar to 'LIBLINEAR' multi-class classification (one-vs-the rest, and Crammer & Singer method) and cross validation for model selection is supported. The training of the models based on ACF is much faster than standard 'LIBLINEAR' on many problems.
Package details |
|
---|---|
Author | Aydin Demircioglu <aydin.demircioglu@ini.rub.de>; Tobias Glasmachers <tobias.glasmachers@ini.rub.de>; Urun Dogan <urundogan@gmail.com> |
Maintainer | Aydin Demircioglu <aydin.demircioglu@ini.rub.de> |
License | GPL-2 |
Version | 1.94-2 |
URL | http://github.com/aydindemircioglu/liblineaR.ACF/ |
Package repository | View on GitHub |
Installation |
Install the latest version of this package by entering the following in R:
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.