CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - an iterative optimization

搜索资源列表

  1. gaussianSrc

    0下载:
  2. The EM algorithm is short for Expectation-Maximization algorithm. It is based on an iterative optimization of the centers and widths of the kernels. The aim is to optimize the likelihood that the given data points are generated by a mixture of Gaussi
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:15614
    • 提供者:陈伟
  1. TECmatlabcode

    0下载:
  2. pso算法的代码,是一种基于叠代的优化工具。系统初始化为一组随机解,通过叠代搜寻最优值,-PSO algorithm code is based on an iterative optimization tools. Initialize the system for a group of random solutions, through iterative search for the optimal values,
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:128274
    • 提供者:张林
  1. 差别算法matlab源码

    0下载:
  2. 粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation).源于对鸟群捕食的行为研究 PSO同遗传算法类似,是一种基于叠代的优化工具。系统初始化为一组随机解,通过叠代搜寻最优值。但是并没有遗传算法用的交叉(crossover)以及变异(mutation)。而是粒子在解空间追随最优的粒子进行搜索。详细的步骤以后的章节介绍 同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:16633
    • 提供者:张正
  1. PSOtoolbox.rar

    1下载:
  2. 微粒群算法[PSO ] 是由Kennedy 和Eberhart等于1995 年开发的一种演化计算技术, 来源于对鸟群捕食过程的模拟。PSO同遗传算法类似,是一种基于叠代的优化工具,但与遗传算法使用遗传操作子进行优化不同,利用群体中各个体之间的“协作”与“竞争”关系,根据自身及其竞争者的飞行经验,调整自己的行为。同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应用领域。,Particle Swarm Opt
  3. 所属分类:MPI

    • 发布日期:2017-03-26
    • 文件大小:884241
    • 提供者:wzy
  1. NonCvxGroupSparsity

    2下载:
  2. 本程序为一种基于凸优化的OFDM信道估计算法,平滑SLO算法是求解稀疏线性方程组的一种迭代解法,本程序将其应用于OFDM信道估计,取得了较好的信号估计精度以及速度-This procedure is a convex optimization of OFDM-based channel estimation algorithm, smoothing algorithm SLO is sparse system of linear equations to solve an iterative m
  3. 所属分类:matlab

    • 发布日期:2016-11-15
    • 文件大小:3909
    • 提供者:赵亮
  1. optimization.tar

    1下载:
  2. Iterative Methods for Optimization
  3. 所属分类:其他小程序

    • 发布日期:2012-12-15
    • 文件大小:16750
    • 提供者:tom
  1. Particle-Swarm-Optimization-C

    0下载:
  2. PSO同遗传算法类似,是一种基于迭代的优化算法-PSO is similar with the genetic algorithm is an iterative optimization algorithm based on
  3. 所属分类:File Formats

    • 发布日期:2017-03-30
    • 文件大小:6465
    • 提供者:naiyu
  1. pso_in_SD

    0下载:
  2. 最新SD期刊上关于改进型PSO算法,我是通过学校内部数据库在SD下载的哦!包括《A dynamic inertia weight particle swarm optimization algorithm》、《Adaptive Particle Swarm Optimization》、《Cyber Swarm Algorithms – Improving particle swarm optimization using adaptive memory strategies》。这三篇都是比较有研
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-11
    • 文件大小:2744378
    • 提供者:asdwe
  1. pso

    4下载:
  2. 粒子群优化算法是一种进化优化技术,源于对鸟群扑食的行为,是一种基于迭代的优化工具。此文件提供了基本粒子群算法、带压缩因子的粒子群算法、二阶粒子群算法、二阶振荡粒子群算法、权重改进的粒子群算法、混沌粒子群算法、基于杂交的粒子群算法、基于模拟退火的粒子群算法的MATLAB源代码。-PSO is an evolutionary optimization technique, derived from the behavior of the birds of prey, is based on iter
  3. 所属分类:matlab

    • 发布日期:2015-09-25
    • 文件大小:16769
    • 提供者:熊杰
  1. multidimensional-scaling

    2下载:
  2. 本文提出一种基于多维定标的无线传感器网络三维定位算法,结合RSS经验衰减模型和最短路径建立相异性矩阵,采用轻量级矩阵分解算法降低相异性矩阵分解的计算复杂性,并利用网络中存在的周期性消息将初始定位信息回送,在后台使用迭代优化算法对初始定位结果求精。仿真实验表明,在测距误差一定的情况下,该算法能够提高节点三维坐标的初始计算精度,经过集中式的优化求精后与MDS-MAP算法相比,能够明显地提高节点三维定位的精度-This paper presents a method based on multidim
  3. 所属分类:Communication

    • 发布日期:2017-04-04
    • 文件大小:185026
    • 提供者:于文娟
  1. liziqunpso

    0下载:
  2. 粒子群算法是一种进化计算技术,来源于对鸟群捕食的思考,最早由Kenney与Eberhart 于1995年提出。在PSO中,寻找最优解被看做群体寻找目标。个体在搜索的过程中具有自己的位置和搜索速度。个体追寻最优个体在解空间中进行搜索。搜索的过程是一个反复的迭代过程。在这个过程中,个体完成的任务一是找寻自己认可的最优解;另个任务是获知群体得到的暂时最优解。 -The particle swarm optimization is an evolutionary computation tech
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:6287
    • 提供者:刘鹏飞
  1. Semi-supervised-learning

    1下载:
  2. 义了一个欧氏距离和监督信息相混合的新的最近邻计算函数,从而将K一均值算法很好地应用于半 监督聚类问题。针对K一均值算法初始质心敏感的缺陷,用粒子群算法的搜索空间模拟聚类的欧氏空间,迭代搜 索找到较优的聚类质心,同时提出动态管理种群的策略以提高粒子群算法搜索效率。算法在UCI的多个数据集 上测试都得到了较好的聚类准确率。-Righteousness of a Euclidean distance and supervision of a mixture of new nearest n
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:424167
    • 提供者:xz
  1. cvpr12_mfc

    0下载:
  2. cvpr2012_oral On Multiple Foreground Cosegmentation-In this paper, we address a challenging image segmentation problem called multiple foreground cosegmentation (MFC), which concerns a realistic scenario in general Webuser photo sets where a
  3. 所属分类:Special Effects

    • 发布日期:2017-11-20
    • 文件大小:7081728
    • 提供者:费炳超
  1. An-Ant-Colony-Optimization-Algorithm

    0下载:
  2. 蚁群算法旨在用反复迭代的方法找到目标问题的最优解,通过建立信息素信息对解空间进行的搜索来实现。本程序应用蚁群优化算法进行图像的边缘检测。-The ant colony algorithm is designed with iterative method to find the optimal solution of the target problem, the search of the solution space through the establishment of pheromon
  3. 所属分类:Special Effects

    • 发布日期:
    • 文件大小:19037
    • 提供者:guocheng
  1. pso-2

    0下载:
  2. 经典粒子群算法的matlab实现。用多维函数进行测试。并给出算法寻优迭代的效果图-Classical PSO algorithm matlab. Tested with multi-dimensional functions. And gives an iterative optimization algorithm renderings
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1591
    • 提供者:赵莉
  1. pso-4

    0下载:
  2. 经典粒子群算法的matlab实现。用函数进行测试实验,并给出算法寻优迭代的效果图-Classical PSO algorithm matlab. Experiments with test functions, and gives an iterative optimization algorithm renderings
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1581
    • 提供者:赵莉
  1. pso-5

    0下载:
  2. 经典粒子群算法的matlab实现代码。用函数进行测试实验,并给出算法寻优迭代的效果图-Classical PSO algorithm matlab. Experiments with test functions, and gives an iterative optimization algorithm renderings
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1629
    • 提供者:赵莉
  1. pso

    0下载:
  2. 粒子群优化算法是一种进化优化技术,源于对鸟群扑食的行为,是一种基于迭代的优化工具。-PSO is an evolutionary optimization technique, derived the behavior of the birds of prey, is based on iterative optimization tools.
  3. 所属分类:Other systems

    • 发布日期:2017-04-27
    • 文件大小:11351
    • 提供者:陈俊婷
  1. factorize

    1下载:
  2. 是推荐系统中最基础的MF实现程序,使用梯度下降的方法,用迭代优化的方式找到最优解-Recommendation system is the most basic MF realize procedure, using a gradient descent method, using an iterative optimization approach to find the optimal solution
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:830
    • 提供者:xiejin
  1. liziqun

    0下载:
  2. 粒子群寻优算法,pso,粒子群优化算法是一种进化优化技术,源于对鸟群扑食的行为,是一种基于迭代的优化工具。-Particle swarm optimization algorithm, pso, PSO is an evolutionary optimization technology, birds originated the prey' s behavior is based on an iterative optimization tools.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1743
    • 提供者:筱玉
« 12 »
搜珍网 www.dssz.com