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

搜索资源列表

  1. GA(matlab)

    0下载:
  2. 遗传算法(GA)训练BP网络权值、阈值的matlab源码[matlab]-genetic algorithm (GA) BP training network value, the threshold value of the Matlab source [Matlab]
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3.88kb
    • 提供者:才华
  1. GA-BP-neural

    0下载:
  2. 由于BP网络的权值优化是一个无约束优化问题,而且权值要采用实数编码,所以直接利用Matlab遗传算法工具箱。以下贴出的代码是为一个19输入变量,1个输出变量情况下的非线性回归而设计的,如果要应用于其它情况,只需改动编解码函数即可。程序需要调用gaot工具箱.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:4.3kb
    • 提供者:孙洁娣
  1. 2008101523144260

    1下载:
  2. 一、用GA直接训练BP网络的权重算法 主程序:gafault.m 它包括以下子程序: 1. BP网络初始化:nninit.m――给出P,T,R,S1,S2; 2. 适应值计算函数:gabpEval.m; 3.将遗传算法的编码解码为BP网络所对应的权值、阈值函数:gadecod.m; 二、用GA先求BP网络的权重,再用纯BP直接训练BP的混合GA-BP算法 主程序:gabpfault.m 它包括以下子程序: 1. 网络初始化:nninit.m――给出P,T,
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:35.55kb
    • 提供者:梅丽
  1. MatLab

    0下载:
  2. 一用GA直接训练BP网络的权重算法 二用GA先求BP网络的权重,再用纯BP直接训练BP的混合GA-BP算法 -matlab program
  3. 所属分类:matlab

    • 发布日期:2017-05-28
    • 文件大小:9.9mb
    • 提供者:sunnyxi
  1. GAbp

    3下载:
  2. 遗传算法程序包,包括用GA直接训练BP网络的权重算法,用GA先求BP网络的权重,再用纯BP直接训练BP的混合GA-BP算法,以及纯BP算法-Genetic Algorithm package, including direct training GA weight of BP network algorithm, first used GA for the weight of BP network, and then trained BP net BP mixed directly GA-BP
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:3.85kb
    • 提供者:yanhaifeixue
  1. GA

    0下载:
  2. 遗传算法优化BP神经网络程序,很不错的,值得学习-GA for BP neural network training
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:27.77kb
    • 提供者:scs
  1. ga_bp

    1下载:
  2. ga优化神经网权值&阈值程序。为了方便,我把几个matlab的程序都放在txt文件里,使用时,对照把txt内容复制进matlab即可-ga optimization neural network weights & threshold procedures. For convenience, I have several matlab programs on the txt file, use, control the content of the txt you copied into
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1.24kb
    • 提供者:chengwei
  1. GAbp

    0下载:
  2. 用遗传算法优化BP神经网络的初始权值与阈值.使用gaot与nntools-Use ga optimative the weight and bias of BP neural network.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:34.87kb
    • 提供者:dynamicansys
  1. BP-GA

    0下载:
  2. BP—遗传算法神经网络模型,matlab 源程序。-BP-genetic algorithm neural network model, matlab source code.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:25.05kb
    • 提供者:裴坡
  1. bp-ga

    0下载:
  2. 改进bp-ga算法,确定权值和阈值,组合导航系统故障诊断bp-ga算法-Improved algorithm for bp-ga
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:4.49kb
    • 提供者:
  1. GA-BP-neural-network-application

    0下载:
  2. GA-BP神经网络应用实例之MATLAB程序,里面有遗传算法,有实例,很受的。-GA-BP neural network application instance of MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1.13kb
    • 提供者:吴楠
  1. dastebandi

    1下载:
  2. Design a feedforward network is u dehaze algorithms review path planning using GA and ACO... The neural network adaboost stron TS neural network m files, fast c bp neural network, written with C Bayes net and memory based learni
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:88.64kb
    • 提供者:mohsen
  1. GA-to-optimize-BP

    0下载:
  2. 本文档是使用遗传算法(GA)优化BP神经网络的编程实例,运行环境为matlab r2007b,内有注释-This document is the use of genetic algorithms (GA) to optimize BP neural network programming examples, the operating environment for matlab r2007b, there are notes
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1.51kb
    • 提供者:xiaOshi
  1. BP-GA

    0下载:
  2. 将遗传算法和BP神经网络算法结合起来组成优化算法,matlab编程-The genetic algorithm and BP neural network algorithm combines composition optimization algorithm, matlab programming
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:5.41kb
    • 提供者:ztc
  1. Genetic

    0下载:
  2. 遗传算法优化BP神经网络初始权值阈值,主程序(GA optimizes the initial weight threshold of BP neural network)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-22
    • 文件大小:1kb
    • 提供者:先旺
  1. GA-BP代码

    0下载:
  2. 利用GA遗传算法优化BP神经网络,有理论介绍,有实例(BP neural network optimization using GA genetic algorithm, a theoretical introduction, there are examples)
  3. 所属分类:matlab例程

  1. ga-bp

    0下载:
  2. 通过GA算法对bp神经网络的阈值阀值进行优化(The threshold value of BP neural network is optimized by GA algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-02
    • 文件大小:14kb
    • 提供者:十七
  1. 671728345GA

    0下载:
  2. GA-BP neural network for matlab
  3. 所属分类:matlab例程

    • 发布日期:2018-01-05
    • 文件大小:17kb
    • 提供者:phambinhgtvt
  1. GA-BP模板

    1下载:
  2. 遗传算法优化BPmatlab代码(标注清晰),保证新手看了原理之后能看懂(Genetic algorithm optimizes the BPmatlab code (clearly marked) to ensure that the novice can understand the principle after reading it.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-03
    • 文件大小:56kb
    • 提供者:花不棱登
  1. GA-BP及PSO-BP

    2下载:
  2. 主要是通过GA和PSO的全局搜索能力,用于改进BP网络的权值阈值(It is mainly used to improve the weight threshold of BP network)
  3. 所属分类:matlab例程

    • 发布日期:2020-10-31
    • 文件大小:57kb
    • 提供者:凿石头
« 12 »
搜珍网 www.dssz.com