搜索资源列表
SVM
- SVM算法matlab程序,包括分类和回归.值得一看
经典SVM算法matlab程序
- 经典SVM算法matlab程序 经典程序,不可缺少!
GASVM.用遗传算法进行特征选取和svm参数优化的程序
- 用遗传算法进行特征选取和svm参数优化的程序。遗传算法工具箱goat已在压缩包 需要安装libsvm就可以直接运行。数据集采用UCI中的german数据集,并完成归一化操作,Genetic algorithm with feature selection and parameter optimization svm procedures. Genetic Algorithm Toolbox in goat need to install libsvm package can be run dir
osu-svm-3.0
- svm3.0 用于svm算法(支持向量机)程序可直接调用,matlab语言-svm3.0 algorithm for svm (support vector machine) can directly call the procedure, matlab language
qpso
- 量子粒子群算法的matlab实现,有程序说明-Quantum particle swarm optimization algorithm matlab implementation, there is descr iption of the procedures
svm
- SVM方法的基本思想是:定义最优线性超平面,并把寻找最优线性超平面的算法归结为求解一个凸规划问题。进而基于Mercer核展开定理,通过非线性映射φ,把样本空间映射到一个高维乃至于无穷维的特征空间(Hilbert空间),使在特征空间中可以应用线性学习机的方法解决样本空间中的高度非线性分类和回归等问题。svm 程序,即支持向量机的代码。-The basic idea of SVM method are: the definition of the optimal linear hyperplane,
SVM-hssvm1.0.1
- HSSVM是一个用超球SVM(Hyper-Sphere Support Vector Machines)模型求解多分类问题的工具包,采用Java语言实现。开发该程序的主要目的,是利用超球SVM求解模型代替传统上借助于解二分类问题的经典SVM模型来求解多分类问题。本文将论述该程序的主要实现细节,包括相关算法及设计原理的描述。-HSSVM is an ultra ball SVM (Hyper-Sphere Support Vector Machines) to solve multi-classi
svm
- 一种用遗传算法优化支持向量机参数的简单matlab程序,非常适合初学者学习。-A Method for optimizing parameters of a simple support vector machine matlab program is ideal for beginners to learn.
Based-on-SVM-speaker-recognition
- 基于SVM的文本无关说话人识别算法研究,本文在最后用Matlab程序实现了一个基于支持向量机的说话人识别系统试验平台。并根据对参试者进行的大量身份测试试验,总结系统的各方面性能和分析存在的问题,为进一步研究提供了方向和宝贵的经验。 -SVM-based text independent speaker recognition algorithm, the paper used in the final implementation of a Matlab program based on
SVM
- 该程序为MATLAB源码,使用SVM算法(简易实现)进行分类。-Classify using (a very simple implementation of) the support vector machine algorithm
经典SVM算法matlab程序
- 含有大量的经典的SVM程序,有很多例子,有四种支持向量机的说明…
SVM-matlab
- 经典SVM算法matlab程序,用于各种利用MATLAB对数据进行SVM仿真的实验。-Classical SVM algorithm matlab program for a variety of SVM data using MATLAB simulation experiments.
The-program-of-SVM
- SVM算法实现程序,开发环境是MATLAB-SVM algorithm procedures, development environment is MATLAB
SVM(matlab)
- matlab平台下的支持向量机算法工具箱,支持分类和回归(support vector machine)
基于SVM的人脸识别源代码
- 本程序是介绍SVM算法的matlab程序,主要用于人脸识别方面(This procedure is introduced SVM algorithm matlab procedures, mainly for face recognition)
30个MATLAB算法应用例程
- 介绍了累计30个算法的程序案例,从神经网络、遗传、模拟退火、SVM等案例开始。(This paper introduces the case of 30 algorithms, starting with neural networks, genetic algorithms, simulated annealing, SVM and so on.)
SVM算法matlab程序
- SVM(Support Vector Machine) 支持向量机算法,遥感影像分类,matlab(SVM (Support Vector Machine) support vector machine algorithm, remote sensing image classification, matlab)
兵王问题SVM程序
- MATLAB编写的SVM算法程序、数据集及其工具包,用于解决国际象棋中的兵王问题(The program, SVM algorithm written in MATLAB data set and used to solve the problem of Bingwang toolkit in chess)
经典SVM算法matlab程序
- 经典SVM算法matlab程序,亲测好用(Classic SVM algorithm matlab program)
支持向量机算法
- 能够实现二分类的支持向量机matlab程序,例子较为全面