搜索资源列表
支持向量机的SMO算法VC实现
- 支持向量机的SMO算法VC实现,在模式识别和 许多方面很有用-support vector machine algorithm VC SMO, in pattern recognition and useful in many ways
SMO-implement
- 这是用C++编写的SMO算法实现,请查收。-C SMO prepared by the algorithm, please find.
smo
- 支持向量机的SMO算法-SVM SMO Algorithm
支持向量机的SMO算法VC实现
- 支持向量机的SMO算法VC实现,在模式识别和 许多方面很有用-support vector machine algorithm VC SMO, in pattern recognition and useful in many ways
smo348
- 基于SMO算法的支持向量机,内有详细的注释说明,非常不错的源程序,采用Viusal .Net编写 -SMO algorithm based on support vector machines, which have detailed explanatory notes, a very good source, using deadly. Net prepared
svm_with_workset
- 本程序为一SVM训练程序,利用了workset可以训练大数据量样本。在workset中优化的过程中利用了SMO算法。-SVM training for a procedure, and use of WorkSet can train a large number of data samples. WorkSet were in the process of optimizing the use of the SMO algorithm
SMO-implement
- 这是用C++编写的SMO算法实现,请查收。-C SMO prepared by the algorithm, please find.
SMO_C++
- 基于smo算法的支持向量机(SVM)方法的C++实现,是模式识别技术中经典的算法.-algorithm based on the Support Vector Machine (SVM) methods of achieving C, Technology is the classic pattern recognition algorithm.
svmsmo
- 支持向量机smo算法,很好的实现SVM的算法-Seeking support vector machine algorithm, a very good achievement SVM Algorithm
svmsm
- SMO算法的Matlab实现,花了很大的力气才弄出来的!和大家分享!更多就在我的主页访问吧:http://huangbo929.blog.edu.cn-SMO algorithm Matlab, spent a lot of time and energy only get out! And to share with you! More on the home page I visit it : http://huangbo929.b
SMOVCC++
- SMO工具箱,包括四种实现SMO算法的方法!有VC++实现,C++实现,全部可以运行!-SMO toolbox, including four SMO algorithm to achieve the method! A VC++ and C++, all can run!
regression
- 支持向量机的SMO算法实现数据拟合训练的基本程序,用c++编写.-SMO support vector machine training algorithm for data fitting realize the basic procedures, using c++ Prepared.
SMO-code
- smo算法是与svr(支持向量机回归)和svc(支持向量机分类)具有相似数学形式,并在此基础上提出的一种用于SVR的简化算法。-smo algorithm is svr (support vector machine regression) and svc (SVM) with similar mathematical form, and puts forward a simplified algorithm for SVR.
smo
- 本代码实现了支持向量机中的smo算法,压缩包中包含测试数据格式,能直接运行和测试其他符合格式的数据,便于研究支持向量机。-This code implements support vector machine in the smo algorithm included in the package test data compression format, can be directly run and test the other l
SMO
- 支持向量机 SMO算法(Sequential Minimal Optimization algorithm)的matlab实现(伪码)-svm SMO algorithm(Sequential Minimal Optimization algorithm)
124515
- SMO算法的文献,其中包含硕士论文,供大家参考-SMO algorithm literature, which contains the Master' s thesis
smo
- 本文件为smo算法的设计,是可以在vc++环境下运行的程序-This document smo algorithm for the design is in vc++ environment to run the program
SMO算法实现
- 使用Matlab重新实现了svm算法中的核心算法SMO,即序列优化问题。 其中my_seqminopt.m是重写的实现代码,完成了核心的迭代优化过程。(MATLAB code of SMO algorithm in SVM algorithm)
smo
- 支持向量机的smo算法实现,包含普通smo和优化后的smo算法(svm impletement with smo, including simple smo and optimitive smo)
smo-mkl
- 多核学习+SMO算法的代码实现,包括java版本、python版本和C++版本(Multiple Kernel Learning and the SMO Algorithm)