CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 粒子群 神经网络

搜索资源列表

  1. PSO

    0下载:
  2. 本文件是一个完整的粒子群优化神经网络的项目实例(This document is a complete particle swarm optimization neural network example of the project)
  3. 所属分类:matlab例程

  1. MATLAB智能算法30个案例分析——源代码

    1下载:
  2. 算法优化,包括粒子群算法,遗传算法以及多种神经网络(optimization algrithm,include PSO algrithm GA and other kind algrithm ,and many kinds of Nural network)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-19
    • 文件大小:1571840
    • 提供者:挖宝额
  1. [muchong.com]PSO-BP

    1下载:
  2. 粒子群算法优化bp神经网络进行时间序列的预测,通过优化神经网络中的参数达到更好的预测效果(Particle swarm optimization (PSO) optimizes the BP neural network to predict the time series, and optimizes the parameters of the neural network to achieve better prediction results)
  3. 所属分类:人工智能/神经网络/深度学习

  1. 智能算法

    0下载:
  2. 智能算法,含有遗传算法、模拟退火算法、BP神经网络优化、免疫算法、粒子群算法、蚁群算法等智能算法,MATLAB亲测可用。(Intelligent algorithm, including genetic algorithm, simulated annealing algorithm, BP neural network optimization, immune algorithm, particle swarm algorithm, ant colony algorithm and other
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-29
    • 文件大小:1501184
    • 提供者:Markov
  1. AI30

    0下载:
  2. MATLAB 智能算法30个案例分析,这是用MATLAB实现的各种算法包括遗传算法 粒子群,神经网络,极限学习的各种例子(MATLAB intelligent algorithm 30 case analysis, which is implemented using MATLAB algorithms, including genetic algorithms, particle swarm, neural networks, extreme learning examples)
  3. 所属分类:网络编程

    • 发布日期:2017-12-27
    • 文件大小:10759168
    • 提供者:moving
  1. PID-control

    0下载:
  2. 各种PID控制源代码,包括神经网络、粒子群、遗传算法等职能算法的PID控制。(Various PID control source code, including neural networks, particle swarm, genetic algorithms and other functions of the algorithm PID control.)
  3. 所属分类:书籍源码

    • 发布日期:2017-12-29
    • 文件大小:5229568
    • 提供者:付家千金
  1. www.dssz.com_pso-bp

    0下载:
  2. 基于神经网络的局限性,使用粒子群算法优化其权值,对其进行改进(PSO improved neural network)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:
    • 文件大小:3072
    • 提供者:lixue111
  1. psobp2

    0下载:
  2. 利用粒子群算法优化BP神经网络的权重和阈值。(Using particle swarm optimization to optimize weights and thresholds of BP neural networks.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-04
    • 文件大小:1024
    • 提供者:tnw
  1. 7210929

    0下载:
  2. 粒子群优化算法PSO应用于神经网络优化程序()
  3. 所属分类:图形图象

    • 发布日期:2018-01-05
    • 文件大小:9216
    • 提供者:bodysx
  1. cfuk07

    0下载:
  2. 标准BP神经网络算法程序:动量BP算法程序:% 调用 TRAINGDX 算法训练 BP 网络 粒子群优化神经网络源程序()
  3. 所属分类:图形图象

    • 发布日期:2018-01-07
    • 文件大小:10240
    • 提供者:cuztrol
  1. 智能算法导论课件

    0下载:
  2. 智能算法导论,包括神经网络遗传算法粒子群算法等(Introduction of intelligent algorithms, including neural network genetic algorithm, etc.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-10
    • 文件大小:3399680
    • 提供者:xy的刮胡刀
  1. RBF_PSO-master

    0下载:
  2. PSO粒子群算法优化RBF神经网络算法程序(Optimization of RBF neural network algorithm program by PSO particle swarm optimization)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:950272
    • 提供者:阿文Jennifer
  1. chapter3

    0下载:
  2. 遗传算法,粒子群算法优化bp神经网络并预测()
  3. 所属分类:matlab例程

    • 发布日期:2018-04-22
    • 文件大小:53248
    • 提供者:`lili
  1. PSO

    0下载:
  2. 粒子群优化算法(PSO:Particle swarm optimization) 是一种进化计算技术(evolutionary computation)。 源于对鸟群捕食的行为研究。粒子群优化算法的基本思想:是通过群体中个体之间的协作和信息共享来寻找最优解. PSO的优势:在于简单容易实现并且没有许多参数的调节。目前已被广泛应用于函数优化、神经网络训练、模糊系统控制以及其他遗传算法的应用领域。(The particle swarm optimization (PSO:Part
  3. 所属分类:matlab例程

  1. PSO_BP

    1下载:
  2. 一个利用PSO粒子群优化算法训练BP神经网络的程序,在matlab环境中进行操作,代码简便可行。(PSO optimization neural network)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-21
    • 文件大小:1024
    • 提供者:大撒大1
  1. umytzzz28

    0下载:
  2. 标准BP神经网络算法程序:动量BP算法程序:% 调用 TRAINGDX 算法训练 BP 网络 粒子群优化神经网络源程序()
  3. 所属分类:数据结构

    • 发布日期:2018-04-21
    • 文件大小:10240
    • 提供者:tsandew
  1. 《MATLAB智能算法30个案例分析》(第二版)例程

    1下载:
  2. 遗传算法、免疫算法、退火算法、粒子群算法、鱼群算法、蚁群算法和神经网络等最常用的30个智能算法例程(Genetic Algorithm, etc. The original book supporting 30 intelligent algorithm routines)
  3. 所属分类:matlab例程

    • 发布日期:2018-03-03
    • 文件大小:2369536
    • 提供者:joyboble
  1. 源程序Maltab在数学建模中的应用卓金武等

    1下载:
  2. 上篇介绍数学建模中常规方法的matlab实现,包括matlab交互、数据建模、程序绘图、灰色预测、规划模型等方法;还介绍了各种高级方法的matlab实现,包括遗传算法、粒子群算法、模拟退火算法、人工神经网络、小波分析、动态仿真、数值模拟等。下篇以真实的数学建模赛题为案例,介绍了如何用matlab求解实际的数学建模问题,给出了详细的建模过程和程序(The introduction of conventional methods of mathematical modeling in matlab
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-30
    • 文件大小:804864
    • 提供者:刁民想害朕
  1. PSO-BP

    0下载:
  2. 粒子群算法优化BP神经网络,在传统PSO算法的基础上增加了惯性权重,并且线性递减策略改变。(Particle Swarm Optimization (BP) algorithm optimizes BP neural network, and inertia weights are added based on traditional PSO algorithm, and linear decreasing strategy changes)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-03
    • 文件大小:2048
    • 提供者:guocaiixng
  1. matlab43example

    0下载:
  2. 适用于入门的43个matlab案列,包含各种神经网络与支持向量机,以及遗传算法,粒子群算法(matlab 43 examples for newcomer)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-04
    • 文件大小:12203008
    • 提供者:moonerror
« 1 2 ... 9 10 11 12 13 1415 »
搜珍网 www.dssz.com