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.
Version: | 1.94-2 |
Suggests: | SparseM, testthat |
Published: | 2016-01-04 |
Author: | Aydin Demircioglu; Tobias Glasmachers; Urun Dogan |
Maintainer: | Aydin Demircioglu <aydin.demircioglu at ini.rub.de> |
License: | GPL-2 |
Copyright: | The LIBLINEAR Project; Thibault Helleputte <thibault.helleputte@dnalytics.com>; Pierre Gramme <pierre.gramme@dnalytics.com> |
URL: | http://github.com/aydindemircioglu/liblineaR.ACF/ |
NeedsCompilation: | yes |
Citation: | LiblineaR.ACF citation info |
CRAN checks: | LiblineaR.ACF results |
Reference manual: | LiblineaR.ACF.pdf |
Package source: | LiblineaR.ACF_1.94-2.tar.gz |
Windows binaries: | r-devel: LiblineaR.ACF_1.94-2.zip, r-release: LiblineaR.ACF_1.94-2.zip, r-oldrel: LiblineaR.ACF_1.94-2.zip |
macOS binaries: | r-release: LiblineaR.ACF_1.94-2.tgz, r-oldrel: LiblineaR.ACF_1.94-2.tgz |
Please use the canonical form https://CRAN.R-project.org/package=LiblineaR.ACF to link to this page.