搜索资源列表
SVMcode
- 这是一个采用c++编写的用于机器学习文本分类的SVM算法的实现代码。-c prepared using machine learning for text classification of SVM codes.
SequentialMinimalOptimizationforSVM
- 简单介绍了svm算法,然后提出了改进算法smo,在数学及算法,代码方面都给出了论证。
SVM
- SVM算法的matlab语言实现,很详细的代码-SVM algorithm matlab language, the code in great detail
SVM-algorithm-and-code
- SVM算法及代码,对新手有用,学习理解支持向量-SVM algorithm and code, useful for the novice, understanding and support vector learning
SVM(CPP)
- SVM算法用C++方法实现,非常适合初学者学习 代码易读易懂 是份很好的学习资料-SVM algorithm with C++ method and ideal for beginners to learn the code easy to read parts of a good learning materials
svm--matlab
- matlab智能算法30个案例分析源码之--支持向量机的分类--基于乳腺组织电抗阻性的乳腺癌诊断 包括原始数据和SVM分类代码 是学习支持向量机的好的案例-matlab intelligent algorithm analysis of 30 cases source code- support vector machine classification- based on the electrical resistance of breast cancer diagnosis in bre
svm
- opencv实现的svm算法的代码示范,可用于学习svm的原理和使用效果。-opencv svm algorithm implementation code demonstration svm can be used to learn the principles and results.
SMO算法实现
- 使用Matlab重新实现了svm算法中的核心算法SMO,即序列优化问题。 其中my_seqminopt.m是重写的实现代码,完成了核心的迭代优化过程。(MATLAB code of SMO algorithm in SVM algorithm)
SVM+GUI+V3.1[mcode]
- 基于多类的支持向量机SVM的算法简单介绍(Based on multiclass support vector machines, SVM algorithm is introduced briefly)
SVM_GUI_3.1[mcode]{by faruto}
- SVM支持向量机算法,源代码。可以直接运行,非常好用(SVM support vector machine algorithm, source code. Can run directly, very easy to use)
Matlab_SVM
- SVM算法实现+数据 (要用到一些包,按照代码里面的import到网站下就行) 1.读取数据:在Matlab中调用textread可读取UCI数据集,这里读取的文件是iris.data,因为文件中以逗号为分隔符,所以还要在读取方法中添加参数“‘delimiter’,‘,’”,从而在读数据的时候自动跳过分隔符。 2.调用cvx工具箱中的方法:首先需要下载cvx工具箱的压缩文件,在其目录下运行cvx_setup指令,然后调用其方法,以cvx_begin开头,cvx_end为终止符号,所有需
svm
- 使用smo算法实现了支持向量机的python代码(complete the svm mode and Sequential minimal optimization with python code)
SVM
- 使用SVM对数据进行分类,可参考对SVM原理的讲解对代码及其算法进行进一步理解。(Using the SVM to classify the data, we can refer to the explanation of the SVM principle to further understand the code and its algorithms)
svm
- 该代码实现了经典的SVM支持向量机算法,Python语言编写,产生结果图。(This code implements the classic SVM support vector machine algorithm, Python language, and produces the result graph.)
模式识别代码
- 基于matlab的Iris、乳腺癌数据集的模式识别分类算法,含有 遗传算法+SVM、isodata、感知器算法、LMSE、神经网络等算法的实现代码,用于聚类效果良好,是模式识别大作业的参考资料(The pattern recognition classification algorithm based on MATLAB for Iris and breast cancer data sets contains the implementation code of genetic algorit
6.代码
- 实现分类,回归的算法,可以直接下载运行验证(Implementation of classification, regression algorithm, can be directly downloaded operation verification)
一些优化算法论文附其程序
- 针对例如SVM等智能算法的参数寻优采用自适应的参数优化(Parameter optimization for intelligent algorithm)
基于MATLAB的手势识别代码
- 基于sift和SVM算法实现的手势识别程序,用MATLAB GUI编写的,附有手势库,可拷贝至任何磁盘运行不必担心路径问题,但可能要求版本高一点的MATLAB软件
基于SVM参数寻优算法的GUI实现
- 关于SVM参数寻优算法的GUI界面实现代码(GUI Interface Implementation Code for the SVM Parameter Optimization Algorithm)
PSO-SVM
- 利用粒子群优化算法对支持向量机中的核函数参数和惩罚参数进行优化是非常有效的手段,可以大大提高鲁棒性。实际过程中读者可通过下载我上传的代码,简单进行修改和阅读附件论文即可快速掌握相关方面的知识,快速使用这一方法。(Particle swarm optimization (PSO) is a very effective method to optimize the kernel function parameters and penalty parameters of SVM, which can