搜索资源列表
支持向量机的SMO算法VC实现
- 支持向量机的SMO算法VC实现,在模式识别和 许多方面很有用-support vector machine algorithm VC SMO, in pattern recognition and useful in many ways
svmfor SMO
- 一个很好支持向量机软件MYSVM,采用好的算法-a good SVM software MYSVM using good algorithm!
A Java implementation of SMO for training SVM
- 支持向量机的实现源代码! java实现!采用最小序贯算法-SVM achieve source code! Java achieve! Use the smallest sequential algorithm
smo348
- 基于SMO算法的支持向量机,内有详细的注释说明,非常不错的源程序,采用Viusal .Net编写 -SMO algorithm based on support vector machines, which have detailed explanatory notes, a very good source, using deadly. Net prepared
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.blog.edu.cn
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++编写.
SVM_SMO_gaoshsh
- 支持向量机(SVM)的SMO算法实现。包括matlab源代码文件、支持向量机的pdf文档,源代码word文档。-Support Vector Machine (SVM) algorithm of SMO. Including the matlab source code files, Support Vector Machines pdf documents, source code for word documents.
SMO
- SVM中的序列最小最优化算法(Sequetial Minimal Optimization)。-SVM in the sequential minimal optimization algorithm (Sequetial Minimal Optimization).
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 line formats, to facilitate res
svm-smo
- 一篇理论介绍非常全面的SVM文档。训练算法的介绍方面尤其详细-One theory describes a very comprehensive document SVM
SMO
- 支持向量机 SMO算法(Sequential Minimal Optimization algorithm)的matlab实现(伪码)-svm SMO algorithm(Sequential Minimal Optimization algorithm)
smo--c
- 支持向量机的序列最小优化(smo)分类算法 c++实现,-SVM sequential minimal optimization (smo) classification algorithm c++ implementation
JSvmLib
- 支持向量机SVM的SMO算法java实现-The SMO support vector machine SVM algorithm java implementation
smo_p
- svm支持向量机的SMO算法C++实现,带测试数据可以直接进行测试-SMO algorithm of support vector machine with the test data c++ realization, can be directly for testing
SMO-implement
- 支持向量机smo算法visual C++ 源代码好用-Smo SVM algorithm source code handy visual C++
SMO-SVR
- 这个是用SMO算法做的支持向量回归程序,有测试程序-support vector regression with SMO algorithm
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)
SVM-w-SMO
- 用序列最小优化算法(SMO)进行训练的支持向量机的简单实现。(simple implementation of a Support Vector Machine using the Sequential Minimal Optimization (SMO) algorithm for training.)