搜索资源列表
svm-rbf-demo
- SVM的例子程序,使用RBF,garma值为0.5。专业人士可以参考。有搞SVM参数优化的人我们可以一起讨论-SVM example, the use of RBF, garma value of 0.5. Professional reference. SVM engage with the optimization of parameters we can discuss
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
pso-svm.rar
- 粒子群算法与支持向量机的结合,用粒子群算法快速寻找支持向量机的最优参数。,Particle swarm optimization with support vector machines with particle swarm optimization with support vector machines quickly find the optimal parameters.
kernel
- svm 核函数的选择与构造 在matlab中运行-svm kernel function and structure of the choice to run in matlab
svm-java
- JAVA版本的支持向量机(SVM)处理器。可配置参数。-JAVA version of the Support Vector Machine (SVM) processors. Configurable parameters.
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.
SVM
- 有基于 matlav的svm软件工具,感觉挺好用的。里面有很多实例,稍加修改就可以使用。例如三分类问题: 1、输入三类数据xapp yapp 2、选择多类分类方法(一对多或一对一或m-svm) 3、设置参数 4、调用训练函数得到向量机参数 5、输入测试数据,得到预期结果。 -There is matlav based on the SVM-based software tools, I feel pretty useless. Inside there is a lot
GA_SVM
- 对于小样本而言,SVM的仿真效果要比神经网络好,但是SVM的性能依赖于它的两个训练参数,本算法是用GA自动选择SVM的两个参数。-For small sample case, SVM simulation results than the neural network is good, but the performance of SVM depends on its two training parameters, the algorithm is automatically selected
pso-svm
- 这是一个用pso优化SVM中的惩罚参数C和核参数g的MATLAB源码,简单易学-This is an optimization of SVM with the pso in the penalty parameter C and kernel parameter g of the MATLAB source code, easy to learn
psofeatureselection
- 用粒子群优化算法进行特征选择和SVM参数优化-Using Particle Swarm Optimization algorithm of feature selection and SVM parameter optimization
svm
- 基于遗传算法的支持向量回归机参数选取,针对支持向量回归机( support vector regression , SVR) 的参数选择问题,提出了基于遗传算法的 SVR 参数自动确定方法。分-Based on genetic algorithm parameter selection of Support Vector Regression
SVMCsharp
- 支持向量机是数据挖掘中的一种新方法。用C#写的支持向量机源码,包括SVM模型,SVM预测、SVM节点、SVM参数设置等方面的内容,希望对你有用!-SVM is a new data mining method. Written with C# source of support vector machines, including the SVM model, SVM prediction, SVM node, SVM parameter settings and other aspects,
6155C_V1.2(20081218)
- 该代码用于分类,主要是基于pso优化svm参数的分类代码-The code used for classification, mainly based on pso classification code optimization svm parameters
SVM-based-image-classification
- 基于SVM的图像分类,由于支持向量机的分类能力极大地依赖于核参数的选取,因此,本文着重研究了核参数选择方法,并利用不同的颜色、纹理特征对图像进行分类。 -SVM-based image classification, the classification capability of SVM kernel parameters greatly depend on the selection, therefore, this paper focuses on the kernel paramet
LS-SVM-
- 基于遗传算法的LS-SVM参数优选及其在经济预测中的应用-LS-SVM parameters based on genetic algorithm and its application in economic forecasting based
SVM 参数优化
- GA、PSO、GRID 搜索,支持向量机的参数优化方式
svm参数优化
- 采用svm来做分类,一般能得到较满意的结果,但用svm做分类预测时需要调节相关的参数才能得到比较理想的预测分类准确率,那么svm的参数该如何选取?该程序主要说明如何更好地提升分类器性能。(Use svm to do the classification, the general can get more satisfactory results, but when using svm to do classification prediction need to adjust the relev
基于SVM参数寻优算法的GUI实现
- 关于SVM参数寻优算法的GUI界面实现代码(GUI Interface Implementation Code for the SVM Parameter Optimization Algorithm)
PSO优化SVM参数
- 粒子群算法优化libsvm参数,可以自行修改,亲测可用(Particle Swarm Optimization (PSO) optimizes the parameters of libsvm, which can be modified by itself and can be used for pro-test.)
pso-SVM
- pso优化SVM参数,可运行。MATLAB实现(PSO optimizes SVM parameters, which can be run. MATLAB implementation)