Working Set Selection Using Functional Gain for LS-SVM Liefeng Bo, Licheng Jiao and Ling Wang Xidian University Abstract: The efficiency of sequential minimal optimization (SMO) [2] depends strongly on the working set selection. This letter shows how the improvement of SMO in each iteration, named the functional gain (FG) [1], is used to select the working set for least squares support vector machine (LSSVM) [3]. We prove the convergence of the proposed method and give some theoretical support for its performance. Empirical comparisons demonstrate that our method is superior to the maximum violating pair (MVP) working set selection. References
|
Matlab and C++ Code Description: FSALS-SVM is a package for implementing fast sparse approximation for LS-SVM. Requirement: Matlab 7.01 and VC++ 6.0. Download: [code]. This package is free for academic usage. You can run it at your own risk. |