搜索资源列表
S200502106_SVM_for_classfication
- SVM用于模式识别 整理别人的代码(原来的是英文)所得: kernel.m用于内积矩阵的计算 svcplot.m用于绘图 svm168.m是主程序 testlin.m是采用线形内积函数的支持向量机应用的 文件 testrbf.m是采用RBF内积函数的支持向量机应用 的 文件 每个文件中都有说明。 仿真平台matlab7.0, 仿真全部通过 将所有文件拷贝到work目录下(注意不要直接将上层文件夹直接拷贝到work目录下,若那样操作,必须在matla
four Toolbox for SVM
- 这里实现了基于四种SVM工具箱的分类与回归算法: 1、工具箱:LS_SVMlab Classification_LS_SVMlab.m - 多类分类 Regression_LS_SVMlab.m - 函数拟合 2、工具箱:OSU_SVM3.00 Classification_OSU_SVM.m - 多类分类 3、工具箱:stprtool\\svm Classification_stprtool.m - 多类分类 4、工具箱:SVM_Stev
svm
- 这是一个十分完善的SVM算法。包括各种的线性核和非线性核。能够解决各种分类问题。-This is a very good SVM algorithm. Including the linear kernel and nonlinear kernel. To solve various classification problems.
pso-svm
- 一个PSO优化SVM参数的MATLAB程序及其举例。不过此程序必须在安装SVM工具箱的前提下才可运行。-A PSO optimized SVM parameters and their example MATLAB program. But this process must be installed under the premise of SVM toolbox in order to run.
svdd
- 超球面支持向量机,一种构建超球面来进行分类的单类svm -Ultra-spherical support vector machine, a super-spherical to build a single-category classification SVM
libsvm-mat-2.88-1
- matlab编写的SVM分类器源代码,效果不错,是很好的东西哦!-matlab prepared SVM classifier source code, well, things are good Oh!
SVMbyQuadprog
- This is a support vector machine program developed based on quadprog. Polynomial and RBF kernel are supported. Test it by executing example.m with supported data.
GA
- 遗传算法工具箱以及用遗传算法找最优值,主函数是zuiyou.m-Genetic Algorithm Toolbox and using genetic algorithms to find optimal values, the main function is zuiyou.m
adaptive-genetic-algorithm
- 自适应GA SVM 参数选择算法研究Param eter selection algorithm for support vector machines based on adaptive genetic algorithm 支持向量机是一种非常有前景的学习机器, 它的回归算法已经成功地用于解决非线性函数的逼近问题. 但 是, SVM 参数的选择大多数是凭经验选取, 这种方法依赖于使用者的水平, 这样不仅不能获得最佳的函数逼近效果, 而且采用人工的方法选择 SVM 参数比较浪费
SVM-Multiregression
- SVM Multiregression for Non Linear Channel Estimation in Multiple-Input Multiple-Output Systems 在多输入多输出系统中的SVM多元回归非线性逼近-This paper addresses the problem of Multiple-Input Multiple-Output (MIMO) frequency non-selective channel estimation. We d
SVM-face-recognition
- SVM face recognition 程序源代码 s1-s40 --------- 人脸数据库 face.m --------- 人脸识别主程序 load_database.m------载入数据函数 其他-------------LIBSVM工具箱函数 注意:LIBSVM需要手动安装,先安装编译器,再执行make.m-Source code S1-s40-----face database Face. M-----face recognition t
SVM_Nonlinear3
- 对“data3.m”数据,用其中一半的数据采用非线性SVM算法设计分类器并画出决策面,另一半数据用于测试分类器性能。采用三套核函数,并且比较不同核函数的结果。-To "data3.m" data, which half of the data using nonlinear SVM classification algorithm design and draw the decision-making surface, the other half of the data used to tes
feature-selection-svm
- 特征选择算法,效果很好。可以解决维数高、训练样本数少的问题。-include both C version (mex-function) and Matlab version: SBSVM_c.cc SBSVM_m.m A testing case is also provided in file Speed_Comp.m
DuckLakeSegmentation_SVM
- 用svm实现图片中目标的提取。ColorPix.exe为图片rgb值读取小软件,littleduck.jpg为目标图像。DuckLakeSegmentation_SVM.m为主程序,使用时可以选取图片处于目标位置像素点的rgb值作为特征训练svm。可以使用任意图片,通过修改主程序的DuckTrainData和LakeTrainData里面的rgb值即可-Svm achieve the target image using the extraction. ColorPix.exe rgb valu
SVM-M
- 包含支持向量机的原理及改进,以及支持向量机的应用-Including support vector machine principle and improvements, as well as the application of support vector machines
ORLPPCAPSVM
- 一个完整的人脸识别算法实验,快速pca+svm算法,里面还带有orl人脸数据库,并且代码还有相应注释,大小有几十m,是一个很好的人脸实验-A complete face recognition algorithm experiments, fast pca+svm algorithm, which also comes with orl face database, and the code as well as the corresponding notes, there are dozens
mysvm
- SVM,支持向量机,matlab 实现,具体实现了SMO算法,线性核,高斯核-SVM,support vector machine ,matlab implement m, In details ,implement SMO algorithm,linear kernel ,RBF kernel
chapter_PSO
- 用psoSVMcgForClass.m实现对分类问题用PSO来优化SVM参数的问题-Use psoSVMcgForClass. M for classification problems using PSO to optimize parameters of SVM
SMO算法实现
- 使用Matlab重新实现了svm算法中的核心算法SMO,即序列优化问题。 其中my_seqminopt.m是重写的实现代码,完成了核心的迭代优化过程。(MATLAB code of SMO algorithm in SVM algorithm)