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

搜索资源列表

  1. GA-bp

    1下载:
  2. 这是用matlab编写的用遗传算法优化神经网络的程序-using Matlab is prepared by using genetic algorithm optimization procedures for neural networks
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:35941
    • 提供者:lyx
  1. GAOTPID

    0下载:
  2. 介绍有关GA遗传算法结合BP神经网络的经典文章及应用-introduced the GA GA BP neural network and application classic article
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:145540
    • 提供者:raul
  1. bp

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

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

    1下载:
  2. 本书中所附源程序C或C++代码文件及其可执行文件 Scs.cpp 基本分类算法源程序, 输入数据文件cfile.txt,efile.txt,gfile.txt,pfile.txt ,rfile.txt,tfile.txt Sga.c 基本遗传算法源程序, 输入数据文件input,输出文件output A_life.c 基于遗传算法的人工生命模拟源程序, 输入数据文件world GA_nn.c 基于遗传算法优化神经网络结构源程序,输入数据文件sample
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1296494
    • 提供者:njustyw
  1. ga_bp

    0下载:
  2. 转载的遗传算法优化bp网络,运行结果还行。但愿有用。(Reproduced genetic algorithm to optimize the bp network, running the results okay. Hopefully useful.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-23
    • 文件大小:3072
    • 提供者:wdbwww
  1. 38430124GA_BP-pso_bp

    0下载:
  2. 这是一种遗传算法和BP网络结合的算法,粒子群和BP网络,这两种算法进行结果比对。(This is a genetic algorithm and BP network combination algorithm, particle swarm and BP network, the two algorithms for results comparison.)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:3072
    • 提供者:斯坦福01
  1. GA优化BP神经网络

    1下载:
  2. 该程序利用遗传算法,优化神经网络结构,是MATLAB源代码。(The neural network structure is optimized by genetic algorithm)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-18
    • 文件大小:4096
    • 提供者:你好,SCI
  1. GA优化BP权阈值

    0下载:
  2. 遗传算法优化BP权值,这是关于基本GA算法和改进GA算法的程序,包括循序选择GA,大变异GA,自适应GA等(Genetic algorithm optimization BP weights, which is about the basic GA algorithm and improved GA algorithm procedures, including sequential selection of GA, big variation GA, adaptive GA and so on
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-20
    • 文件大小:34816
    • 提供者:李胖子
  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. 算法基本要素: 1.染色体编码方法 2.适应度函数 3.遗传操作—-(选择、交叉、变异) 4.运行参数—(参数:群体大小M、遗传代数G、交叉概率Pc和变异概率Pm)(Basic elements of algorithm: 1. chromosome coding method 2. fitness function 3. - the genetic operation (selection, crossover and mutation) 4. operating pa
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-02
    • 文件大小:6144
    • 提供者:Guoshanchuan
  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 neural network optimized by genetic algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-04
    • 文件大小:2048
    • 提供者:vfg
  1. New_GA-BP

    1下载:
  2. 第一步:运行BP_CCPP.m 得到并保存传统BP预测,初始权值和阈值w1_BP(w1 B1 w2 B2),BP网络(BP_net),和结果。 第二部:运行GABP_CCPP.m 得到并保存GABP预测,初始权值和阈值(x),优化后的权值和阈值w1_GABP(w1 B1 w2 B2),BP网络(GA_BP_net),和结果。 第三部:运行sum_BP.m 用第一步和第二部得到的网络分别预测,得到结果对比和图形。 第四部:运行WB.m
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:8531968
    • 提供者:yangyanghi0
  1. GA_Bp

    0下载:
  2. 利用Maltab脚本M语言,使用GA遗传算法优化BP神经网络阈值,文件包括:ga_bp和gaot工具箱,首先在maltab中利用setpath设置加载gaot工具箱,然后在ga_bp文件夹下运行!(Using Maltab scr ipt M language, we use GA genetic algorithm to optimize BP neural network threshold. The files include ga_bp and GAOT toolbox. First,
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:107520
    • 提供者:兰德尔
  1. GA

    0下载:
  2. 由BP神经网络的初始种群,然后基于MATLAB工具箱实现遗传算法优化方案,(The initial population of BP neural network is implemented, and then the genetic algorithm optimization scheme is implemented based on the MATLAB toolbox.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:violetny
  1. BP神经网络python简单实现

    1下载:
  2. 去掉神经元类,把功能合并入NetLayer类中,使用矩阵计算加快速度 调整代码实现批量训练方法。 优化程序中numpy库运算顺序,避免产生中间变量(Remove neuron classes, merge functions into NetLayer classes, and use matrix to calculate speed.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2019-10-26
    • 文件大小:12288
    • 提供者:朱朱521
  1. GA-BP汇总大全(含详细教程代码和论文)

    2下载:
  2. 文中包含利用遗传算法进行优化的梯度下降神经网络的代码和教程,内容非常丰富,包含可以直接运行的代码和相关重要参考文献论文,可帮助理解,属于很综合的优秀资料,个人现分享出来供大家学习,谢谢!(This article contains the code and tutorial of gradient descent neural network optimized by genetic algorithm. The content is very rich, including the code
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2021-03-18
    • 文件大小:6288384
    • 提供者:一叶知东
  1. 遗传算法优化BP神经网络

    1下载:
  2. GA算法优化BP神经网络的初始权值和阈值,提高神经网络的鲁棒性(GA algorithm optimizes the initial weights and thresholds of BP neural network to improve the robustness of neural network)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2020-04-15
    • 文件大小:53248
    • 提供者:修道人
  1. GA & PSO+BP

    3下载:
  2. 遗传算法与粒子群算法优化BP,有较好的分类效果(BP optimization based on Genetic Algorithm and particle swarm optimization)
  3. 所属分类:其他

    • 发布日期:2020-07-20
    • 文件大小:13312
    • 提供者:galome
  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
    • 文件大小:58368
    • 提供者:凿石头
« 1 2 3 4 56 7 8 9 10 11 »
搜珍网 www.dssz.com