CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - SVM 参数

搜索资源列表

  1. SVM

    0下载:
  2. 有基于 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
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:364.94kb
    • 提供者:Misa
  1. GA_SVM

    2下载:
  2. 对于小样本而言,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
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1.6mb
    • 提供者:单志
  1. libsvm_src_2.6NOTE

    0下载:
  2. LIBSVM是台湾大学林智仁(Lin Chih-Jen)副教授等开发设计的一个简单、易于使用和快速有效的SVM模式识别与回归的软件包,他不但提供了编译好的可在Windows系列系统的执行文件,还提供了源代码,方便改进、修改以及在其它操作系统上应用;该软件还有一个特点,就是对SVM所涉及的参数调节相对比较少,提供了很多的默认参数,利用这些默认参数就可以解决很多问题;并且提供了交互检验(Cross Validation)的功能。该软件包可以在http://www.csie.ntu.edu.tw/~c
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:237.01kb
    • 提供者:seeksky
  1. libsvm-mat-2[1].9-11

    0下载:
  2. LIBSVM是台湾大学林智仁(Lin Chih-Jen)副教授等开发设计的一个简单、易于使用和快速有效的SVM模式识别与回归的软件包,他不但提供了编译好的可在Windows系列系统的执行文件,还提供了源代码,方便改进、修改以及在其它操作系统上应用;该软件还有一个特点,就是对SVM所涉及的参数调节相对比较少,提供了很多的默认参数,利用这些默认参数就可以解决很多问题;并且提供了交互检验(Cross Validation)的功能。该软件包可以在http://www.csie.ntu.edu.tw/~c
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:233.72kb
    • 提供者:caodi
  1. SVMCsharp

    0下载:
  2. 支持向量机是数据挖掘中的一种新方法。用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,
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:21.04kb
    • 提供者:
  1. SVM-neural-networks-

    0下载:
  2. SVM神经网络中的参数优化 -如何更好的提升分类器的性能 绝对可以无错运行-SVM neural network classifier parameter optimization performance improvement - how to better the absolute can be error free operation
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:291.83kb
    • 提供者:luofei
  1. SVM交叉验证

    1下载:
  2. 支持向量机工具箱,其中包含MATLAB演示程序和一些基本的函数(计算核函数的函数、支持向量机训练函数和惩罚参数参数选择交叉验证函数等)。
  3. 所属分类:C#编程

  1. svm

    0下载:
  2. 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
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:861byte
    • 提供者:刘宇
  1. PSO-SVM

    1下载:
  2. 利用PSO算法优化SVM向量机参数。测试指标为MAPE和均方根误差。-Optimization of SVM Parameters by PSO Algorithm. The test indexes are MAPE and root mean square error.
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2.27kb
    • 提供者:gmpudn29
  1. SVM

    0下载:
  2. SVM神经网络中的参数优化 -如何更好的提升分类器的性能-The SVM parameters optimization of neural network- how to better improve the performance of the classifie
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:189.07kb
    • 提供者:曹奔
  1. SVM

    1下载:
  2. 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
  3. 所属分类:CSharp

    • 发布日期:2017-12-14
    • 文件大小:670kb
    • 提供者:
  1. ga_SVM_1

    0下载:
  2. 结合遗传算法和SVM,实现特征选择和SVM参数优化同时进行(Combining genetic algorithm and SVM, feature selection and SVM parameter optimization are carried out simultaneously)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-25
    • 文件大小:2kb
    • 提供者:lymcentor
  1. svm

    0下载:
  2. MATLAB平台提取一段语音信号的mfcc参数(MATLAB mfcc feature extract)
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:47.41mb
    • 提供者:HAH_ios
  1. FLSSVM

    0下载:
  2. 对目标函数的松弛变量引入一个参数μ,优化基本的最小二乘一类支持向量机算法。同样是解决线性问题,避免了二次规划的复杂问题(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
  3. 所属分类:Windows编程

    • 发布日期:2017-12-28
    • 文件大小:273kb
    • 提供者:菲尔德
  1. 7.支持向量机

    0下载:
  2. python中的sklearn的SVM实例演练代码,立刻熟悉SVM的使用过程以及参数调整(Sklearn's SVM instance drill code in python, immediately familiar with the use of SVM and parameter tuning)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:5kb
    • 提供者:fdy219517
  1. FA

    1下载:
  2. 使用SVM算法进行分类,其中采用萤火虫算法进行SVM参数的优化。(SVM algorithm is used for classification, which uses the firefly algorithm to optimize the SVM parameters.)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:9kb
    • 提供者:Xdy1601
  1. SVMcg

    0下载:
  2. LIBSVM的参数寻优,主要是自动计算惩罚系数和核函数中的gamma函数(The parameter optimization of LIBSVM is mainly to automatically calculate the penalty coefficient and the gamma function in the kernel function)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:12kb
    • 提供者:chengyinghy
  1. SVDDcg

    1下载:
  2. SVDD参数C和g的网格优化,根据faturo大神的SVM参数优化改编(Grid optimization of SVDD parameters C and G)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:4kb
    • 提供者:passiozhang
  1. 基于SVM参数寻优算法的GUI实现

    1下载:
  2. 关于SVM参数寻优算法的GUI界面实现代码(GUI Interface Implementation Code for the SVM Parameter Optimization Algorithm)
  3. 所属分类:其他

    • 发布日期:2020-01-29
    • 文件大小:28kb
    • 提供者:stratagi
  1. qpsoSVMcgForClass

    1下载:
  2. 利用量子粒子群优化svm参数得到高精度svm模型(Using quantum particle swarm optimization (QPSO) to optimize SVM parameters, a high-precision SVM model is obtained)
  3. 所属分类:Windows编程

    • 发布日期:2021-03-12
    • 文件大小:1kb
    • 提供者:dsdfdasd
« 12 3 »
搜珍网 www.dssz.com