搜索资源列表

  1. GASVM

    0下载:
  2. SVM程序用于小样本分析,模式识别。用于Matlab的平台。-SVM procedures for small samples for analysis and pattern recognition. Matlab for the platform.
  3. 所属分类:压缩解压

    • 发布日期:2026-01-14
    • 文件大小:1.6mb
    • 提供者:chenwei
  1. svm-rbf-demo

    0下载:
  2. 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
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2026-01-14
    • 文件大小:6kb
    • 提供者:刘国亮
  1. svm_multiclass.tar

    0下载:
  2. SVM支持向量机多分类器源码,用过的,绝对好用-SVM SVM classifier source, used absolutely everything
  3. 所属分类:图形/文字识别

    • 发布日期:2026-01-14
    • 文件大小:64kb
    • 提供者:yangdesan
  1. GA_SVM

    0下载:
  2. GA/SVM 程序包含三个文件: 1。MainGA12.m 2。selectGA12.m 3。svmc12.m MainGA12.m是主文件,其余两个是被调用文件。 MainGA12.m里主要设置有关参数。 ===================== MainGA12.m文件有关设置的说明: 12行: host= \gatest\ %在matlab的安装盘,例如c:\下设置的程序运行结果目录。 -GA/SVM procedures contain thre
  3. 所属分类:matlab例程

    • 发布日期:2026-01-14
    • 文件大小:1.6mb
    • 提供者:赵阳
  1. GA-PSO

    0下载:
  2. PSO(粒子群算法)作为添加算子改进GA (遗传算法).-PSO (PSO), as added Operator improved genetic algorithm (GA).
  3. 所属分类:matlab例程

    • 发布日期:2026-01-14
    • 文件大小:1kb
    • 提供者:何峰
  1. ImprovedSVM

    0下载:
  2. 将遗传算法(GA)与传统SVM算法结合,构造出一种参数最优的进化SVM(GA2SVM),SVM 模型采用径向基函数(RBF)作为核函数,利用格雷码编码方式对SVM算法的模型参数进行遗传编码和优化搜索,将搜索到的优化结果作为SVM 的最终模型参数。-Genetic algorithm (GA) combined with the traditional SVM algorithm, a kind of tectonic evolution of the optimal parameters of
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2026-01-14
    • 文件大小:175kb
    • 提供者:zhaoxiufen
  1. UDT

    0下载:
  2. 提出了一个新的超声缺陷自动识别系统。该系统采用小波包分解提取超声信号的特征,采用混沌遗传算法来消除冗余和不相关的特征,并采用支持向量机(SVM) 来对缺陷进行识别。-Proposed a new ultrasonic flaw Automatic Identification System. The system uses wavelet packet decomposition extract the characteristics of ultrasonic signals using ch
  3. 所属分类:其他小程序

    • 发布日期:2026-01-14
    • 文件大小:191kb
    • 提供者:zhaoxiufen
  1. MYGASVM

    0下载:
  2. simple GASVM for LS-SVM
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2026-01-14
    • 文件大小:224kb
    • 提供者:vim
  1. pso-svm

    1下载:
  2. 利用PSO优化SVM,利用分组式训练方法提高算法速度-PSO to optimize the use of SVM, the use of packet-style training methods improve algorithm speed
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2026-01-14
    • 文件大小:109kb
    • 提供者:zhangqing
  1. PSO-SVM

    0下载:
  2. 改进PSO-SVM在说话人识别中的应用。通过对粒子群优化算法中惯性权重和全局最优值 的分析,提出了一种根据迭代次数而自适应变化的惯性权重的粒子群优化方法-Improvement in the PSO-SVM speaker recognition applications. Through particle swarm optimization algorithm in the inertia weight and the analysis of the global optimum va
  3. 所属分类:文档资料

    • 发布日期:2026-01-14
    • 文件大小:308kb
    • 提供者:彭伟
  1. GA

    0下载:
  2. 在matlab平台下,用GA对的lssvm的参数进行优化,很有用的东西。-Platform in matlab, using the GA to optimize parameters lssvm, very useful things.
  3. 所属分类:matlab例程

    • 发布日期:2026-01-14
    • 文件大小:18kb
    • 提供者:陈夏
  1. GA_SVM

    0下载:
  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. 所属分类:其他小程序

    • 发布日期:2026-01-14
    • 文件大小:1.6mb
    • 提供者:单志
  1. libsvm-mat-2[1].89-3

    0下载:
  2. svm多分类器,包括多分类和GA算法和PSO算法优化的SVM-svm multi-classifier, including the multi-classification and GA algorithm and PSO algorithm for optimization of SVM
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2026-01-14
    • 文件大小:483kb
    • 提供者:何同学
  1. pso-svm

    1下载:
  2. 这是一个用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
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2026-01-14
    • 文件大小:1kb
    • 提供者:yyifang
  1. GA-SVM

    1下载:
  2. 遗传算法+支持向量机,非常的实用,希望对大家有用。-Genetic algorithms+ support vector machine, very useful, we want to be useful.
  3. 所属分类:其他小程序

    • 发布日期:2026-01-14
    • 文件大小:1.6mb
    • 提供者:慧莹
  1. GA

    0下载:
  2. 一个遗传算法 ,用于优化支持向量机的核函数参数及相关参数-A function about the parameters of svm
  3. 所属分类:matlab例程

    • 发布日期:2026-01-14
    • 文件大小:1kb
    • 提供者:badjj
  1. SVM_GA_ParamSelection

    0下载:
  2. SVM and GA ParamSelection hyridation
  3. 所属分类:编程文档

    • 发布日期:2026-01-14
    • 文件大小:260kb
    • 提供者:HOU
  1. svm-ga

    0下载:
  2. SVM神经网络中的参数优化---利用SVM提升分类器性能,很好-Parameter optimization of SVM neural network--- SVM to enhance the performance of the classifier, good
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2026-01-14
    • 文件大小:3kb
    • 提供者:suua
  1. PSO-SVM

    1下载:
  2. 将改进的粒子群算法和GA与SVM相结合,通过参数寻优构建新模型完成对空气质量指数的预测(The improved particle swarm optimization and genetic algorithm are combined with SVM. The prediction of air quality index (AQI) is completed by constructing a new model by parameter optimization.)
  3. 所属分类:matlab例程

    • 发布日期:2026-01-14
    • 文件大小:19kb
    • 提供者:心静2279
  1. GA-Bagging-SVM-code

    1下载:
  2. 基于matlab软件的Ga-bagging-svm程序,包含算例data,编写规范,非常好用(Ga-bagging-svm program based on MATLAB software, including example data, compiling specifications, very useful)
  3. 所属分类:其他小程序

    • 发布日期:2026-01-14
    • 文件大小:820kb
    • 提供者:wangzhifengchd
« 12 3 4 »

源码中国 www.ymcn.org