Rgtsvm: Support Vector Machines on a GPU in R
Machine Learning
2017-06-20 v1 Machine Learning
Abstract
Rgtsvm provides a fast and flexible support vector machine (SVM) implementation for the R language. The distinguishing feature of Rgtsvm is that support vector classification and support vector regression tasks are implemented on a graphical processing unit (GPU), allowing the libraries to scale to millions of examples with >100-fold improvement in performance over existing implementations. Nevertheless, Rgtsvm retains feature parity and has an interface that is compatible with the popular e1071 SVM package in R. Altogether, Rgtsvm enables large SVM models to be created by both experienced and novice practitioners.
Cite
@article{arxiv.1706.05544,
title = {Rgtsvm: Support Vector Machines on a GPU in R},
author = {Zhong Wang and Tinyi Chu and Lauren A Choate and Charles G Danko},
journal= {arXiv preprint arXiv:1706.05544},
year = {2017}
}
Comments
6 pages, 1 figure