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

Search list

[Develop ToolsSMOforSVM

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

[BooksSMOforSVM

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

[AI-NN-PRsvm_smo

Description: 支持向量机(svm)的 序列最小优化算法(sequential minimal optimization) 的大量论文资料!该算法可用来开发svm的并行算法!-Support vector machine (svm) of the sequential minimal optimization algorithm (sequential minimal optimization) information on a large number of papers! The algorithm can be used to develop a parallel algorithm for svm!
Platform: | Size: 10374144 | Author: lujia | Hits:

[AI-NN-PRjchshibie

Description: 支持向量机(SVM)是一种基于超平面分类的新的学习方法,具有很强的泛化能力。研究了支持向量机的学习机理,以及实现支持向量机的序贯最小优化算法(SMO),并用来对舰船图像进行识别。首先将待识别目标进行二维小波分解,获取不同尺度下的小波系数,然后对其进行主元分析,得到的主元分量作为支持向量机的特征量输入。实验结果表明,该方法具有良好的分类性能。-Support Vector Machine (SVM) is a hyperplane-based classification of new learning method, has strong generalization ability. Of support vector machine learning mechanism, and the realization of support vector machines Sequential Minimal Optimization (SMO), and used to identify the image on the ship. Targets to be identified first two-dimensional wavelet decomposition, for different scales of wavelet coefficients, and then carry out the main element of their analysis, the main element component as the feature of SVM input. Experimental results show that the method has good classification performance.
Platform: | Size: 56320 | Author: 罗朝辉 | Hits:

[AI-NN-PRSequential_Minimal_Optimization_for_SVM

Description: 支持向量机(SVM)的Sequential Minimal Optimization 算法,介绍了支持向量机(SVM)和SMO算法(c++伪代码)。-Sequential Minimal Optimization for SVM
Platform: | Size: 264192 | Author: Song YK | 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:

[OtherSVM-w-SMO-master

Description: Simple implementation of a Support Vector Machine using the Sequential Minimal Optimization (SMO) algorithm for training.
Platform: | Size: 6144 | Author: 刘晓颖 | Hits:

[AI-NN-PRSVM-w-SMO

Description: 用序列最小优化算法(SMO)进行训练的支持向量机的简单实现。(simple implementation of a Support Vector Machine using the Sequential Minimal Optimization (SMO) algorithm for training.)
Platform: | Size: 50176 | Author: brbaaa | Hits:

CodeBus www.codebus.net