Skip to content

Commit 8cb9ebd

Browse files
authored
Update readme.md
1 parent 61233a2 commit 8cb9ebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Finally, svm_test_full.py trains a SVM classifier on the whole MNIST data.
1212
In my experiment, I found training an SVM with 'RBF' kernel is much faster than that with linear kernel. I don't why. Perhaps it is because in RKHS the data points are more separable thus facilitates the training procedure.
1313
For your reference, Training a MultiSVM classifier with 'RBF' kernel on 6/7 MNIST data (i.e., using 60k examples as the training set) takes 11462s on my workstation (32GB RAM, 1 CPU with 8 Intel(R) Xeon(R) CPU E5-1620 v2 @ 3.70GHz cores.)
1414

15-
Overall, the can be summarized as follows:
15+
Overall, the results can be summarized as follows:
1616

1717
| algorithm | running time(s) | average precision | average recall | average F1-score |
1818
|:-------------:|:-------------:|:-------------:|:-------------:|:------------:|

0 commit comments

Comments
 (0)