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
-s 11 and -s 12 should give you same (or almost the same) results
if you use a smaller -e.
Regarding libsvm and liblinear their formulations are slightly
different. In liblinear by default there is no bias term.
Also for libsvm you want to make sure you are using linear kernel
for this comparison
CooledCoffee writes:
From @CooledCoffee on March 18, 2015 3:32
Procedures
svm-train -s 3 -t 0 -c 1 -p 0.1 -e 0.001 -h 0 eunite2001 model.1 && svm-predict eunite2001.t model.1 prediction.1
liblinear-train -s 11 -c 1 -p 0.1 -e 0.001 eunite2001 model.11 && liblinear-predict eunite2001.t model.11 prediction.11
liblinear-train -s 12 -c 1 -p 0.1 -e 0.001 eunite2001 model.12 && liblinear-predict eunite2001.t model.12 prediction.12
liblinear-train -s 13 -c 1 -p 0.1 -e 0.001 eunite2001 model.13 && liblinear-predict eunite2001.t model.13 prediction.13
3. The results are here:
Questions
Copied from original issue: cjlin1#10
The text was updated successfully, but these errors were encountered: