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

搜索资源列表

  1. EM_init_kmeans

    0下载:
  2. 高斯混合模型参数初始化程序,在对高斯混合模型的建立之前采用KMEANS算法进行初始化-Gaussian mixture model parameter initialization procedure, in the Gaussian mixture model is initialized before the algorithm used KMEANS
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-24
    • 文件大小:904
    • 提供者:谢飞
  1. monituihuo_GA

    0下载:
  2. 用模拟退火算法和遗传算法的混合算法求解旅行商问题-By simulated annealing algorithm and genetic algorithm hybrid algorithm for Traveling Salesman Problems
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:2403
    • 提供者:fjiayin
  1. Geneodes

    0下载:
  2. 遗传粒子群混合算法的测试节点优选方法研究-Genetic Particle Swarm Optimization Method of test nodes
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:295646
    • 提供者:
  1. TSP-based-on-improved-pso

    1下载:
  2. 基于对粒子群优化算法原理的分析,实现了一种基于TSP的改进的粒子群优化算法:求解TSP的混合粒子群算法,结合遗传算法、蚁群算法和模拟退火算法的思想来解决TSP问题。-Particle swarm optimization based on the principle of the analysis, implemented based on TSP, improved particle swarm optimization algorithm: solving the TSP hybrid pa
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-11-23
    • 文件大小:634043
    • 提供者:durongmao
  1. yiqunandyichuan

    0下载:
  2. 本科毕业设计时最后版本,蚁群和遗传算法的混合算法。-Graduation design the final version of the hybrid ant colony algorithm and genetic algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:319401
    • 提供者:chenlei
  1. DVS

    0下载:
  2. 公平算法 贪心算法 混合算法 积极算法 四种算法的实现与测试结果-Fairness algorithm hybrid algorithm greedy algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:60218
    • 提供者:张宇
  1. SFLA

    5下载:
  2. 混合蛙跳算法(Shuffled Frogleaping Algorithm)是进化计算领域新发展起来的一种优化算法,由Eusuff和Lansey与2003年为解决组合优化问题而最先提出-shuffled frogleaping Algorithm,
  3. 所属分类:matlab

    • 发布日期:
    • 文件大小:1604
    • 提供者:陈昊
  1. hybrid-algorithm

    0下载:
  2. 一种用于说话人性别鉴定的混合算法,本文论述了多种方法实现说话人性别识别,可供研究语音的学者学习。-A used in speaker sex identification of the hybrid algorithm, this paper discusses multiple methods achieve gender recognition to the scholars, available for study pronunciation study.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-29
    • 文件大小:529758
    • 提供者:wangqipeng
  1. motion3

    0下载:
  2. 基于混合高斯模型的多目标跟踪算法,对背景图像建立混合高斯模型,实时更新高斯模型,达到更新背景的目的。-Gaussian mixture model-based multi-target tracking algorithm, Gaussian mixture model to establish the background image, real-time updates Gaussian model, to achieve the purpose of updating the backgr
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:586570
    • 提供者:廖家亮
  1. pso3

    1下载:
  2. 为寻求复杂多峰函数的全局最优解问题, 提出了新型混合算法。该算法由带共享函数 的遗传算法、移民技术、聚类算法和改进的Pow ell 算法组成。由于上述算法的有机配合, 提高了 混合算法的全局和局部搜索能力。油藏系统应用实例和仿真实例证明了算法的有效性-Complex multimodal function to find a global optimal solution of problem, a new hybrid algorithm. The algorithm function
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:346602
    • 提供者:
  1. ACP

    1下载:
  2. 多子差异演化算法与文化基因的混合算法求解函数优化问题,在差分演化算法的基础上修改而成。-Sub-differential evolution algorithm for multi-cultural mix of genetic algorithm for function optimization problems in differential evolution algorithm based on the revisions.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:962
    • 提供者:李西
  1. js_gmm_Lee

    0下载:
  2. 根据Lee与2005年发表的混合高斯模型背景建模的论文编写的源代码,可以作为对GMM算法改进的一个参考。-According to Lee s paper published in 2005 about GMM background modeling, it is written in C. It should be a reference for those who are intrested in GMM algorithm improvement.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:21939
    • 提供者:SONG CHU XUAN
  1. mixture_of_gaussians

    2下载:
  2. 这个程序是基于混合高斯背景模型的运动目标检测算法,m文件和所用视频放到matlab的工作目录下即可运行-This program is based on the Gaussian mixture background model of moving target detection algorithm, m, and used video files into matlab working directory to run
  3. 所属分类:matlab

    • 发布日期:2016-04-19
    • 文件大小:621568
    • 提供者:zhong
  1. EM

    0下载:
  2. 利用Matlab编程验证用EM算法估计的高斯混合模型的相关参数的性能。-Validate the use of Matlab programming estimated using EM algorithm for Gaussian mixture model parameters related to the performance.
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:688
    • 提供者:娜张纪念
  1. PSO_K

    0下载:
  2. 粒子群与K均值聚类的混合算法,值得拥有。-PSO and the hybrid K-means clustering algorithm, worth having.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1680
    • 提供者:Stone
  1. BP4

    0下载:
  2. 给出了一种将 ¢° 算法和遗传算法有机结合的全局收敛的混合计算智能学习算法"此算法结合了 ¢ ° 算 法和遗传算法的长处å 既有较快的收敛性å 又具备良好的全局收敛特性" 计算机仿真结果表明å 该混合算法显 著优于遗传算法和 ¢ ° 算法"-Gives a way to ¢ ° algorithm and genetic algorithm combination of global convergence of hybrid computational inte
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:89522
    • 提供者:杜晓帆
  1. GAaRastrigin

    1下载:
  2. 遗传算法和膜计算混合算法,运用膜计算的特性结合GA算法-GA algorithm and computing
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:2492
    • 提供者:sunny
  1. CPSO-FOR-function

    4下载:
  2. 小生境遗传粒子群混合算法及其测试函数,已经运行。-Niche Genetic Algorithm——PSO
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-04-29
    • 文件大小:233756
    • 提供者:bruce
  1. TwoImageBlending

    0下载:
  2. 改程序主要是实现图像之间的纹理混合算法,程序中有两张图片,可以动态的将两张图片的纹理发生渐变。-This program is a hybrid algorithm to achieve the texture between the two images, the program has two pictures, of the texture of the two pictures can dynamically gradient.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2058726
    • 提供者:海波
  1. Constrained-Engineering-Optimization

    1下载:
  2. 将离散约束优化问题转化为非负整数约束规划问题,开发求解该问题的离散差分进化算法。该算法采用基于混沌映射 的种群初始化、双版本变异和带随机扰动项的取整运算等新策略。针对非线性约束条件,给出惩罚基数的计算方法和连续映 射基函数的表达式,在此基础上设计处理非线性约束的自适应惩罚因子。提出一种刻画种群多样性的新测度——种群二次平 均基因距离及基于新测度的依概率混沌移民算子。将自适应罚函数法、依概率混沌移民操作与离散差分进化算法有机融合, 构造面向工程约束优化的混合离散差分进化算法
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-01-05
    • 文件大小:928237
    • 提供者:吴胜亮
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com