CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - 选择算法

搜索资源列表

  1. 否定选择算法仿真

    0下载:
  2. 否定选择算法的Matlab仿真代码
  3. 所属分类:matlab例程

  1. branch_and_board

    1下载:
  2. 在模式识别应用中,用分支定界法(branch-and-board method)进行特征的选择。该程序在matlab环境下实现了该算法,以从六个特征中选择两个最佳特征为例-In pattern recognition applications, using branch and bound method (branch-and-board method) to carry out the characteristics of choice. The program in the matlab e
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:6638
    • 提供者:陈坚
  1. C-means

    0下载:
  2. 使用c-均值聚类算法在IRIS数据上进行聚类分析,随机选择三个初始聚类中心,经过多次迭代,最终将150个样本分为三类。-Use c-means clustering algorithm in the IRIS data on the cluster analysis, three randomly chosen initial cluster centers, through a series of iterative, 150 samples will eventually fall into
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:3311
    • 提供者:liz
  1. NSA

    0下载:
  2. 否定选择算法的仿真 希望大家能好好学习 好东西和大家分享-Negative selection algorithm for the simulation of hope that we can learn good things and to share
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1128
    • 提供者:Eric Zheng
  1. mianyi

    1下载:
  2. 免疫算法中的克隆选择算法,运用该算法能够进行故障诊断。运行之后效果较好。-Immune algorithm in the clone selection algorithm, using the algorithm capable of fault diagnosis. Running after the effect is good.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:2142
    • 提供者:Julia
  1. a-classicedition-of-clonal-selection-algorithm

    2下载:
  2. 克隆选择算法(clonal selection algorithm)的一种经典版本代码,使用起来效果不错,就不用自己编写了,jack编写的-a classic edition of clonal selection algorithm
  3. 所属分类:matlab

    • 发布日期:2015-11-16
    • 文件大小:1289
    • 提供者:王凯
  1. fuzzyweight

    0下载:
  2. 在服务选择算法论文中设计的模糊权重优化规划算法的实现-Paper in the service selection algorithm weights the fuzzy optimal planning algorithm implementation
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:5992
    • 提供者:wan
  1. audio-qualities

    2下载:
  2. 1、顺序后退法特征选择算法 2、SFFS 特征选择算法 3、ISD算法 4、LLR算法 5、CZD算法-1, the order backward method of feature selection algorithm 2, SFFS feature selection algorithm 3, ISD algorithm 4, LLR algorithm 5, CZD algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:3160
    • 提供者:周星星
  1. 基于matlab开发的特征选择算法

    2下载:
  2. 基于matlab开发的特征选择算法,提取ECG(心电信号)的最有特征组合,降低特征维度。-Based matlab developed feature selection algorithm the extracted ECG (ECG) is the most feature combination to reduce the feature dimension.
  3. 所属分类:matlab例程

    • 发布日期:2017-10-31
    • 文件大小:328188
    • 提供者:严奉璜
  1. matlab后向选择算法

    2下载:
  2. 基于Matlab平台开发的用于特征选择的算法,后向选择算法,主要用于提取心电生理信号的表示特定情感的特征用于降低特征维度。-Backward selection algorithm for feature selection algorithm based on Matlab platform development, mainly for extraction of ECG physiological signal represents a specific emotional charact
  3. 所属分类:matlab例程

    • 发布日期:2017-11-07
    • 文件大小:5120
    • 提供者:严奉璜
  1. 轮盘赌算法

    0下载:
  2. 遗传算法的一种,能从中选择算子,以一定的概率进行进化遗传!
  3. 所属分类:matlab例程

  1. 遗传算法程序

    0下载:
  2. 主要功能利用选择,交叉,变异等遗传学方法,实现最优值求解。(The main functions of selection, crossover, mutation and other genetic methods to achieve the best value solution.)
  3. 所属分类:matlab例程

  1. 连续投影算法

    0下载:
  2. 连续投影算法是一种简单,快速选取特征变量选择方法,可用于光谱分析等。(Continuous projection algorithm is a simple, fast selection of feature variable selection method, can be used for spectral analysis.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:1868800
    • 提供者:日照抚远
  1. PSO算法程序

    2下载:
  2. 粒子群优化算法是一种基于群体智能的演化计算技术。与遗传算法相比,PSO没有遗传算法中的选择(Selection)、交叉(Crossover)、变异(Mutation)等操作,而是通过粒子在解空间追随最优的粒子进行搜索。(Particle Swarm Optimization (PSO) is an evolutionary computing technique based on group intelligence. Compared with the genetic algorithm, P
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:10240
    • 提供者:lazyxiaoming
  1. 遗传算法求解VRP问题的技术报告

    1下载:
  2. 本文通过遗传算法解决基本的无时限车辆调度问题。采用车辆和客户对应排列编码的遗传算法,通过种群初始化,选择,交叉,变异等操作最终得到车辆配送的最短路径。通过MATLAB仿真结果可知,通过遗传算法配送的路径为61.5000km,比随机配送路径67km缩短了5.5km。此结果表明遗传算法可以有效的求解VRP问题。(In this paper, genetic algorithm is used to solve the basic vehicle scheduling problem without
  3. 所属分类:matlab例程

    • 发布日期:
    • 文件大小:96256
    • 提供者:阿雨
  1. matlab 蚁群算法ACO_feature_selection

    1下载:
  2. 蚁群算法用与特征选择,针对传统蚁群聚类算法收敛速度过慢的问题,提出一种对蚁群算法进行改进的聚类算法。而数据的高维使数据具有稀疏、不可聚集等特性,使聚类算法实验效果精度低和耗时大,将邻域特征选择与聚类算法结合,提出了一种蚁群聚类优化的邻域特征选择算法(Ant colony algorithm and feature selection)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:3072
    • 提供者:lpoi
  1. 免疫优化算法在物流配送中心选址中的应用

    1下载:
  2. 免疫算法是受生物免疫系统的启发而推出的一种新型的智能搜索算法,是一种确定性和随机性选择相结合并具有"勘探"与"开采"能力的启发式随机搜索算法。 算法主要的步骤: (1)抗原识别与初始抗体产生。 (2)抗体评价 (3)免疫操作 免疫算法的特点: (1)全局搜索能力 (2)多样性保持机制 (3)鲁棒性强 (4)并行分布式搜索机制(A new intelligent i
  3. 所属分类:matlab例程

    • 发布日期:2017-12-25
    • 文件大小:27648
    • 提供者:傲视天下
  1. 贪婪算法

    0下载:
  2. 用某种方法选择n-1条边使它们形成G的最小生成树。至少可以采用三种不同的贪婪策略来选择这n-1条边。(Choose n-1 edges in some way so that they form the minimum spanning tree of G. At least three different greedy strategies can be used to select this n-1 edge.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-30
    • 文件大小:79872
    • 提供者:涂海华
  1. 自动阈值选择算法

    1下载:
  2. 自动阈值选择算法,通过简单迭代法实现自动阈值的选择,来分割图像
  3. 所属分类:matlab例程

  1. Relieff特征选择算法

    0下载:
  2. Relieff特征选择算法,用于特征降维,选择权重比高的的特征。
  3. 所属分类:matlab例程

« 12 3 4 5 6 7 8 9 10 ... 26 »
搜珍网 www.dssz.com