You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,20 +13,20 @@
13
13
14
14
## What's new
15
15
- We have recently released [ThunderGBM](https://github.com/Xtra-Computing/thundergbm), a fast GBDT and Random Forest library on GPUs.
16
-
- add scikit-learn interface, see [here](https://github.com/zeyiwen/thundersvm/tree/master/python)
16
+
- add scikit-learn interface, see [here](https://github.com/Xtra-Computing/thundersvm/tree/master/python)
17
17
- pre-built binaries and DLL for Windows x64 on CPUs are [avaliable](https://ci.appveyor.com/project/shijiashuai/thundersvm/branch/master/artifacts)
18
18
## Overview
19
19
The mission of ThunderSVM is to help users easily and efficiently apply SVMs to solve problems. ThunderSVM exploits GPUs and multi-core CPUs to achieve high efficiency. Key features of ThunderSVM are as follows.
20
20
* Support all functionalities of LibSVM such as one-class SVMs, SVC, SVR and probabilistic SVMs.
21
21
* Use same command line options as LibSVM.
22
-
* Support Python, R and Matlab interfaces.
22
+
* Support [Python](python/), [R](R/) and [Matlab](Matlab/) interfaces.
23
23
* Supported Operating Systems: Linux, Windows and MacOS.
24
24
25
25
**Why accelerate SVMs**: A [survey](https://www.kaggle.com/amberthomas/kaggle-2017-survey-results) conducted by Kaggle in 2017 shows that 26% of the data mining and machine learning practitioners are users of SVMs.
0 commit comments