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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
-
mascot svmcv
1
+
GPU-SVM
2
2
======
3
-
MASCOT is a GPU-based implementation for SVM cross-validation. It also has modules for SVM classification. We will upgrade the software to support SVM regression soon.
3
+
This GPU-SVM project is based on MASCOT which is a GPU-based implementation for SVM cross-validation. GPU-SVM now has modules for SVM classification. We are currently upgrading GPU-SVM to support SVM with probability output and SVM regression.
4
4
5
-
The associated paper of this source code is: "MASCOT: Fast and Highly Scalable SVM Cross-validation using GPUs and SSDs" published in ICDM 2014.
5
+
The associated paper of this source code is: <i>Wen, Zeyi, et al. "MASCOT: fast and highly scalable SVM cross-validation using GPUs and SSDs." 2014 IEEE International Conference on Data Mining</i>.
6
6
7
7
Report bugs to: name@domain where name=wenzeyi and domain=(google's email)
8
8
9
9
This software is licensed under Apache Software License v2.0.
0 commit comments