]> granicus.if.org Git - liblinear/commit
L1-regularized L2-loss SVM and Logistic Regression
authoreaudex <eaudex@16e7d947-dcc2-db11-b54a-0017319806e7>
Fri, 2 Oct 2009 05:04:56 +0000 (05:04 +0000)
committereaudex <eaudex@16e7d947-dcc2-db11-b54a-0017319806e7>
Fri, 2 Oct 2009 05:04:56 +0000 (05:04 +0000)
commit0538f85d6f8bc48ef71fb1f28f584b1ad204176d
tree545d5274661754aeafb7e43a614eb7043679d515
parent3d9f4fbf8a7aec031d32895650ea9936097d9a23
L1-regularized L2-loss SVM and Logistic Regression
- sufficient decrease condition
- shriking violation
- H <- max(H, 1e-12) for L2-loss SVM
- swap the indices i and j
  i for instances and j for features
linear.cpp