This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
liblinear_hints [2012/12/09 20:38] bhkong The predict functions actually do translate the labels. |
liblinear_hints [2013/02/21 12:57] (current) bhkong |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | Quirks: | + | ====== Quirks: ====== |
Line 8: | Line 8: | ||
- | Source: | + | Source: [[http://www.csie.ntu.edu.tw/~cjlin/libsvm/faq.html#f430|http://www.csie.ntu.edu.tw/~cjlin/libsvm/faq.html#f430]] |
- | [[http://www.csie.ntu.edu.tw/~cjlin/libsvm/faq.html#f430|http://www.csie.ntu.edu.tw/~cjlin/libsvm/faq.html#f430]] | + | ====== Differences between libLinear and libSVM: ====== |
+ | |||
+ | |||
+ | When the bias term learned using libLinear (-B 1) is regularized and is appended to the end of the weight vector, there does not appear to be a way to learn an unregularized bias term with libLinear. However, libSVM is able to learn a bias term rho in the decision function sign(w<sup>T</sup> x - rho). | ||
+ | |||
+ | |||
+ | Sources: [[http://www.csie.ntu.edu.tw/~cjlin/libsvm/faq.html#f401|www.csie.ntu.edu.tw/~cjlin/libsvm/faq.html#f401]] [[http://www.csie.ntu.edu.tw/~cjlin/liblinear/FAQ.html#training_and_prediction|www.csie.ntu.edu.tw/~cjlin/liblinear/FAQ.html#training_and_prediction]] | ||