Welcome![Sign In][Sign Up]
Location:
Search - Sequential Minimal Optimization for S

Search list

[BooksSMOforSVM

Description: Sequential Minimal Optimization for SVM 配C++源码-Sequential Minimal Optimization for SVM Distribution C source
Platform: | Size: 239616 | Author: amy | Hits:

[Software EngineeringsmoTR

Description: SMO算法由Microsoft Research的John C. Platt在1998年提出,并成为最快的二次规划优化算法,特别针对线性SVM和数据稀疏时性能更优。关于SMO最好的资料就是他本人写的《Sequential Minimal Optimization A Fast Algorithm for Training Support Vector Machines》了。-This paper proposes a new algorithm for training support vector machines: Sequential Minimal Optimization, or SMO. Training a support vector machine requires the solution o a very large quadratic programming (QP) optimization problem. SMO breaks this large QP problem into a series of smallest possible QP problems. These small QP problems are solved analytically, which avoids using a time-consuming numerical QP optimization as a inner loop. The amount of memory required for SMO is linear in the training set size, which allows SMO to handle very large training sets. Because matrix computation is avoided, SMO scales somewhere between linear and quadratic in the training set size for various test problems, while the standard chunking SVM algorithm scales somewhere between linear and cubic in the training set size. SMO’s computation time is dominated b SVM evaluation, hence SMO is fastest for linear SVMs and sparse data sets. On real- world sparse data sets, SMO can be mor
Platform: | Size: 76800 | Author: 高飞 | Hits:

CodeBus www.codebus.net