搜索资源列表
支持向量机的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分类算法源代码
- 支持向量机的smo分类算法,以及对应的论文和实验数据。适合新手入门。
svmsmo.rar
- 支持向量机的smo算法matlab程序,很经典的算法,大家参考。,Support Vector Machines smo algorithm matlab program, it is the classic algorithm, your reference.
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.
DataClassificationAlgorithmsBasedOnSupportVectorMa
- 本文提出了一种双SMO算法。该算法在原数据集的抽样数据集上使用SMO算法得到近似分类超平面,根据近似分类超平面得到原数据集的所有支持向量,再次使用SMO算法得到最终的分类超平面。-In this paper,double SMO which is a improved SVM training algorithm is presented.This algorithm finds a approximate separating hyperplane on the sample data set
matlabsvm
- 实现了svm中smo算法,适合初学者学习-svm--smo
SMO
- 实现序贯最小优化算法,该算法可加速求解支持向量机问题-To achieve sequential minimal optimization algorithm that can accelerate the problem solving support vector machines
SMO
- SVM中的序列最小最优化算法(Sequetial Minimal Optimization)。-SVM in the sequential minimal optimization algorithm (Sequetial Minimal Optimization).
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 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)
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)
SMO 算法实现线性 SVM 分类器,对 iris 数据集进行二分类
- 不使用sklearn库,手写实现SMO算法线性 SVM 分类器,对 iris 数据集进行二分类