CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 混合算法

搜索资源列表

  1. matlab_fwa

    2下载:
  2. 自从烟花算法的开创性论文由谭营教授等人于2010年发表之后[1] ,业界对烟花算法的研究逐步深入和铺开。通过对原始烟花算法的细致、深入的分析,针对原始烟花算法(FWA)的不足,提出了大量的改进方法,并据此发展了各种改进算法,以及与其他方法的混合方法,大大提高的原始烟花算法的性能,同时研究了烟花算法在求解不同类型优化问题的能力,还有大量的研究人员进行了烟花算法的应用研究,给出了一些典型的成功应用案例。(Since the groundbreaking paper of fireworks alg
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:14336
    • 提供者:千门公子
  1. tsppso

    0下载:
  2. 用混合粒子群算法解决tsp问题,避免陷入局部最优解(Using PSO algorithm to solve TSP problem)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-29
    • 文件大小:11264
    • 提供者:f10x13q
  1. ECOC

    0下载:
  2. 混合算法设计Hybrid algorithm design SFA code_ECOCHybrid algorithm design SFA code_ECOC(Hybrid algorithm design SFA code_ECOC)
  3. 所属分类:其他

    • 发布日期:
    • 文件大小:5120
    • 提供者:nisa
  1. GMM_EM

    1下载:
  2. GMM算法是混合高斯模型,其求解过程需要不断迭代,本程序利用EM算法进行了仿真实现,可以加深对GMM的理解。(GMM algorithm is a hybrid Gauss model, and its solution process needs iteration. This program uses EM algorithm for simulation, which can deepen the understanding of GMM.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-30
    • 文件大小:530432
    • 提供者:我的1919年
  1. GMM

    0下载:
  2. 混合高斯算法,用opencv3实现,用于对运动目标进行检测 效果还算是不错的,代码通俗易(Hybrid Gauss algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:6144
    • 提供者:雨落清泉
  1. pro_matlab_bb.m

    0下载:
  2. 分支定界法(branch and bound)是一种求解整数规划问题的最常用算法。这种方法不但可以求解纯整数规划,还可以求解混合整数规划问题。分支定界法是一种搜索与迭代的方法,选择不同的分支变量和子问题进行分支。(Branch and bound (branch and bound) is one of the most commonly used algorithms for integer programming problems. This method can not only solv
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:1024
    • 提供者:mrmr
  1. mixture_of_gaussians

    0下载:
  2. 视频前景信息提取的常用算法,广泛应用于视频检测报警等领域(A common algorithm for video foreground information extraction)
  3. 所属分类:图形图象

    • 发布日期:2017-12-29
    • 文件大小:9216
    • 提供者:齐现
  1. hunhe

    0下载:
  2. 采用多个高斯分布的方式来描述背景像素点的特征,在线地更新参数和权重,实现运动检测和前景提取的同步进行,即采用混合高斯背景算法进行建模,以降低动态背景的干扰。(The characteristics of the background pixel are described by several Gaussian distributions, and the parameters and weights are updated online. Synchronization of motion d
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-27
    • 文件大小:2048
    • 提供者:lauraxty
  1. FisherEM - 副本

    0下载:
  2. 高斯混合模型,将Fisher和EM算法结合的一种算法(Gauss mixture model, an algorithm combining Fisher and EM algorithm)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-26
    • 文件大小:1024
    • 提供者:muzili
  1. x2o

    1下载:
  2. 混合输入输出相位恢复算法的小程序,入门学习(HIO phase recovery algorithm small program, learning portal)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-27
    • 文件大小:1024
    • 提供者:星飞扬
  1. SVRGWO

    4下载:
  2. 一种混合算法,基于灰狼算法优化支持向量回归(A hybrid algorithm ,based on Grey Wolf algorithm to optimize support vector regression)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:2048
    • 提供者:ldldld
  1. GA

    2下载:
  2. 十进制、二进制遗传算法以及混合遗传算法matlab源代码(Matlab Code for Genetic Algorithm in Bin and Dec format and Mix Genetic Algorithm with an example. 17 files include functions for mutation, hybird, fitness and so on.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-31
    • 文件大小:8192
    • 提供者:T_Y
  1. MATLAB路径规划

    9下载:
  2. 用MATLAB实现复杂环境移动机器人路径规划算法的研究,分别采用了A星算法,迪杰斯特拉算法,蚁群算法以及蚁群寻径迪杰斯特拉优化路径的混合算法,并通过仿真进行验证。(Research and implementation of complex environment of mobile robot path planning algorithm with MATLAB, respectively, using the A star algorithm, Dijkstra algorithm, an
  3. 所属分类:其他

  1. BackGround-Fore-Detect

    0下载:
  2. 包含一些常见的运动目标检测算法,有背景模型算法,混合高斯模型算法,帧差法,经典的CB法,所有源码皆可运行。(This package include some common Moving Object Detection algorithm.Such as the BgModel,CodeBook and Gaussian-mixture-model.)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-31
    • 文件大小:5109760
    • 提供者:秋月无边
  1. 混合CS算法的DE算法

    2下载:
  2. 混合CS(布谷鸟搜索)算法的DE(差分进化)算法(DE (differential evolution) algorithm for hybrid CS (cuckoo search) algorithm)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-31
    • 文件大小:1392640
    • 提供者:Pear007
  1. chapter15 基于混合粒子群算法的TSP搜索算法

    0下载:
  2. sp搜索算法,是经典的人工智能算法,我们可以利用此算法解决很多搜索问题(sp search algorithm is a classic artificial intelligence algorithm, we can use this algorithm to solve a lot of search problems)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-03
    • 文件大小:13312
    • 提供者:其实还好
  1. bin

    0下载:
  2. 基于杂交的混合粒子群算法,结合遗传算法和混合粒子群算法两大优势(Hybrid particle swarm optimization based on hybrid algorithm combines two advantages of genetic algorithm and hybrid particle swarm optimization algorithm)
  3. 所属分类:云计算

  1. FastICA

    0下载:
  2. 快速ICA算法,内有三个语音文件。线性混合后,可以通过算法还原原有的波形(Fast ICA algorithm, there are three voice files. After the linear mixing, the original waveform can be restored by the algorithm)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-04
    • 文件大小:2341888
    • 提供者:凌云
  1. EM_GM_fast

    0下载:
  2. 高斯混合模型中的EM算法(就不完整数据的极大似然估计)应用(EM algorithm in Gauss mixture model)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-04
    • 文件大小:3072
    • 提供者:Jiahui0212
  1. 51891569

    0下载:
  2. 《超高斯与亚高斯混合信号的盲分离研究》,有用的忙分离算法文章,()
  3. 所属分类:数值算法/人工智能

« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
搜珍网 www.dssz.com