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

搜索资源列表

  1. Particle-swarm-optimization

    0下载:
  2. 粒子群算法的寻优算法-非线性函数极值寻优-Particle swarm optimization algorithm- Extreme nonlinear function optimization
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-25
    • 文件大小:2302
    • 提供者:lucy
  1. pso_threshold-segmentation

    2下载:
  2. 图像阈值分割,为确定图像分割的最佳阈值,基于粒子群优化算法提出了一种多阈值图像分割方法-Image segmentation, image segmentation to determine the optimal threshold value, based on particle swarm optimization algorithm proposes a multi-threshold image segmentation
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:696
    • 提供者:
  1. GaussianParticleFilter

    0下载:
  2. 利用高斯算法的粒子滤波器,可以应用于机器人自主定位等应用-Gaussian particle filter algorithm can be used in applications such as robot self-localization
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:74166
    • 提供者:程鹏
  1. particle-filter

    0下载:
  2. 基于贝叶斯算法的粒子滤波器的matlab实现-Bayesian algorithm based on particle filter implementation matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:7763
    • 提供者:程鹏
  1. Particle-Filtering-Algorithm

    0下载:
  2. Particle filtering is an non-parameterized algorithm via sequential Monte Carlo simulation to actualize bayesian estimation. This paper expatiated the development and the research status of particle filtering at present.Then,introduces and analys
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1339998
    • 提供者:tuzi
  1. particle-filter-algorithm

    0下载:
  2. 很好的粒子滤波的程序示例,望能给你带来帮助-good program
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:153338
    • 提供者:黎明
  1. Another-Particle-Swarm-Toolbox

    0下载:
  2. 这里有一些有关粒子群算法的工具书,希望对大家有帮助-Here are some of the particle swarm optimization tool, we want to help
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:29268
    • 提供者:xiaolin
  1. main

    0下载:
  2. 这是一个基于颜色直方图的粒子滤波目标跟踪的主程序,比较完整,供大家参考-This is a color histogram based particle filter tracking the main program, more complete, for your reference
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:6239
    • 提供者:王晓霞
  1. particle-Filter-Examples

    0下载:
  2. 5个粒子滤波必会实例,其中4个为网页版,有应用介绍-particle Filter Examples
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:25808
    • 提供者:Amy
  1. BBOPSO

    1下载:
  2. 两个(生物地理算法和粒子群算法)智能优化算法MATLAB程序-Two (biogeographic algorithms and particle swarm optimization) intelligent optimization algorithm MATLAB program
  3. 所属分类:matlab

    • 发布日期:2016-11-29
    • 文件大小:2701312
    • 提供者:尹玉京
  1. swarm-particle-algorithm

    0下载:
  2. 对粒子群算法改进的算法,其各性能有很好的改进-Improved particle swarm optimization algorithm, its performance is very good improvement
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:20388
    • 提供者:陆玉武
  1. particle-filter

    0下载:
  2. 粒子滤波编程,matlab格式,程序并不规范,但易于理解学习,注释中有各变量定义-Particle filter programming, matlab format, the program is not standard, but easy to understand learning, notes in the definition of each variable
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:948
    • 提供者:chang
  1. Particle-algorithm

    0下载:
  2. 粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation),有Eberhart博士和kennedy博士发明。源于对鸟群捕食的行为研究。 PSO同遗传算法类似,是一种基于叠代的优化工具。系统初始化为一组随机解,通过叠代搜寻最优值。但是并没有遗传算法用的交叉(crossover)以及变异(mutation)。而是粒子在解空间追随最优的粒子进行搜索。 同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:10583
    • 提供者:天涯
  1. Particle-Swarm-Optimization-Matlab-Toolbox-1_conf

    0下载:
  2. particle swarm optimization
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:32648
    • 提供者:vahid
  1. PF

    0下载:
  2. this 5 Particle filter code-this is 5 Particle filter code
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:8243
    • 提供者:Behnam
  1. MPF_

    0下载:
  2. Rao-Blackwellized (Marginalized) particle filter
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:4410
    • 提供者:estevan
  1. Particle-swarm

    0下载:
  2. 粒子群优化算法,《精于matlab最优化计算》一书中的源代码,希望有用-Particle swarm optimization algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:8644
    • 提供者:jadery
  1. Particle

    0下载:
  2. 仿真实现了目标跟踪的粒子滤波跟踪,并对误差进行了统计- realize the particle filter
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:2557
    • 提供者:徐恒
  1. Plasma-particle-simulation-program

    1下载:
  2. 用MATLAB(R)混合编程,给出了一种粒子模拟(PIC,CIC)方法中粒子云状态实时可视化的新方案,使得粒子的整体状态和运动趋势能够清晰的从绘出的图中直观的看出。-Using MATLAB (R) hybrid programming, given a particle simulation (PIC, CIC) method in real-time visualization of the particle cloud state' s new program, making the
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:7017
    • 提供者:roger
  1. lssvmMATLAB

    0下载:
  2. 本程序使用支持向量机法和粒子群算法,实现对数据的分类-This program uses support vector machine method and particle swarm optimization, to achieve the classification of data
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-11-29
    • 文件大小:22528
    • 提供者:李慧
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com