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

搜索资源列表

  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
    • 文件大小:3978
    • 提供者:才华
  1. bp

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

    • 发布日期:2008-10-13
    • 文件大小:1673
    • 提供者:QAP
  1. GA-BP-neural

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

    • 发布日期:2008-10-13
    • 文件大小:4399
    • 提供者:孙洁娣
  1. GA-BP

    6下载:
  2. 遗传算法优化神经网络代码,大家可以下载,方法很简单,-Genetic algorithm neural network code, you can download, the method is very simple,
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:1905
    • 提供者:
  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
    • 文件大小:36402
    • 提供者:梅丽
  1. MatLab

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

    • 发布日期:2017-05-28
    • 文件大小:10377800
    • 提供者: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
    • 文件大小:3939
    • 提供者:yanhaifeixue
  1. GA

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

    • 发布日期:2017-03-28
    • 文件大小:28441
    • 提供者: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
    • 文件大小:1266
    • 提供者:chengwei
  1. BP-GA

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

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

    0下载:
  2. 用遗传算法来改善BP神经网络模型,可以很好的用于最优化、预测等问题的求解-Using genetic algorithms to improve the BP neural network model, can be very good for optimization, forecasting and other problem solving
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1684
    • 提供者:童康
  1. bp-ga

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

    • 发布日期:2017-03-30
    • 文件大小:4598
    • 提供者:
  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
    • 文件大小:5543
    • 提供者:ztc
  1. PSO-BP和GA-BP

    4下载:
  2. 分别使用PSO和GA优化BP神经网络的参数,用于非线性函数拟合(PSO and GA are used to optimize the parameters of the BP neural network for nonlinear function fitting)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-20
    • 文件大小:55296
    • 提供者:心愿2030
  1. chapter3基于遗传算法的BP神经网络优化算法

    1下载:
  2. 用遗传算法去优化BP神经网络,使控制更加精准(Genetic algorithm is used to optimize BP neural network)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-19
    • 文件大小:4096
    • 提供者:心空岁月
  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. 利用遗传算法对BP神经网络进行优化,算法效果较好,可移植性强。(The genetic algorithm is used to optimize the BP neural network, and the algorithm is effective and transplantable.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-02
    • 文件大小:33792
    • 提供者:花沫樱尘
  1. ga-bp

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

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

    0下载:
  2. 遗传算法优化BP神经网络-非线性函数拟合(BP neural network optimized by genetic algorithm for nonlinear function fitting)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-02
    • 文件大小:52224
    • 提供者:abcdxyz001
  1. 基于GA优化的BP算法

    1下载:
  2. 通过遗传算法优化BP神经网络,提高其收敛速度和预测准确度。(BP neural network is optimized by genetic algorithm to improve its convergence speed and prediction accuracy.)
  3. 所属分类:matlab例程

    • 发布日期:2020-05-10
    • 文件大小:5120
    • 提供者:SDXV%255F89937
« 12 3 4 »
搜珍网 www.dssz.com