搜索资源列表
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
libsvm_src_2.6NOTE
- LIBSVM是台湾大学林智仁(Lin Chih-Jen)副教授等开发设计的一个简单、易于使用和快速有效的SVM模式识别与回归的软件包,他不但提供了编译好的可在Windows系列系统的执行文件,还提供了源代码,方便改进、修改以及在其它操作系统上应用;该软件还有一个特点,就是对SVM所涉及的参数调节相对比较少,提供了很多的默认参数,利用这些默认参数就可以解决很多问题;并且提供了交互检验(Cross Validation)的功能。该软件包可以在http://www.csie.ntu.edu.tw/~c
libsvm-mat-2[1].9-11
- LIBSVM是台湾大学林智仁(Lin Chih-Jen)副教授等开发设计的一个简单、易于使用和快速有效的SVM模式识别与回归的软件包,他不但提供了编译好的可在Windows系列系统的执行文件,还提供了源代码,方便改进、修改以及在其它操作系统上应用;该软件还有一个特点,就是对SVM所涉及的参数调节相对比较少,提供了很多的默认参数,利用这些默认参数就可以解决很多问题;并且提供了交互检验(Cross Validation)的功能。该软件包可以在http://www.csie.ntu.edu.tw/~c
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,
SVM-neural-networks-
- SVM神经网络中的参数优化 -如何更好的提升分类器的性能 绝对可以无错运行-SVM neural network classifier parameter optimization performance improvement - how to better the absolute can be error free operation
SVM交叉验证
- 支持向量机工具箱,其中包含MATLAB演示程序和一些基本的函数(计算核函数的函数、支持向量机训练函数和惩罚参数参数选择交叉验证函数等)。
svm
- 1.掌握支持向量机(SVM)的原理、核函数类型选择以及核参数选择原则等; 2.熟悉基于libSVM二分类的一般流程与方法;-1. Master support vector machine (SVM) principles, and the type of kernel function kernel parameter selection principles 2. Familiar with the process-based approach libSVM two classifi
PSO-SVM
- 利用PSO算法优化SVM向量机参数。测试指标为MAPE和均方根误差。-Optimization of SVM Parameters by PSO Algorithm. The test indexes are MAPE and root mean square error.
SVM
- SVM神经网络中的参数优化 -如何更好的提升分类器的性能-The SVM parameters optimization of neural network- how to better improve the performance of the classifie
SVM
- vs2010c#实现的svm完整工程,调用了c#版的libsvm,窗口界面,功能包括参数设置,加载训练/泛化/测试数据,保存训练好的svm模型,加载训练好的svm模型,输出泛化和测试结果。相信对大家有帮助。-Vs2010c# implementation of the svm complete project, called the c# version of the libsvm, window interface, features include parameter settings, l
ga_SVM_1
- 结合遗传算法和SVM,实现特征选择和SVM参数优化同时进行(Combining genetic algorithm and SVM, feature selection and SVM parameter optimization are carried out simultaneously)
svm
- MATLAB平台提取一段语音信号的mfcc参数(MATLAB mfcc feature extract)
FLSSVM
- 对目标函数的松弛变量引入一个参数μ,优化基本的最小二乘一类支持向量机算法。同样是解决线性问题,避免了二次规划的复杂问题(A parameter min is introduced into the relaxation variable of the objective function, and the basic least squares support vector machines algorithm is optimized. It also solves the linear pr
7.支持向量机
- python中的sklearn的SVM实例演练代码,立刻熟悉SVM的使用过程以及参数调整(Sklearn's SVM instance drill code in python, immediately familiar with the use of SVM and parameter tuning)
FA
- 使用SVM算法进行分类,其中采用萤火虫算法进行SVM参数的优化。(SVM algorithm is used for classification, which uses the firefly algorithm to optimize the SVM parameters.)
SVMcg
- LIBSVM的参数寻优,主要是自动计算惩罚系数和核函数中的gamma函数(The parameter optimization of LIBSVM is mainly to automatically calculate the penalty coefficient and the gamma function in the kernel function)
SVDDcg
- SVDD参数C和g的网格优化,根据faturo大神的SVM参数优化改编(Grid optimization of SVDD parameters C and G)
基于SVM参数寻优算法的GUI实现
- 关于SVM参数寻优算法的GUI界面实现代码(GUI Interface Implementation Code for the SVM Parameter Optimization Algorithm)
qpsoSVMcgForClass
- 利用量子粒子群优化svm参数得到高精度svm模型(Using quantum particle swarm optimization (QPSO) to optimize SVM parameters, a high-precision SVM model is obtained)