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

搜索资源列表

  1. GA优化BP神经网络

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

    • 发布日期:2017-12-18
    • 文件大小:4096
    • 提供者:你好,SCI
  1. chapter3

    0下载:
  2. 用遗传算法优化神经网络,对非线性函数进行拟合。(The neural network is optimized by genetic algorithm, and the nonlinear function is fitted.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:53248
    • 提供者:新湖
  1. 201280BP-GA

    0下载:
  2. 本文以1970-2013年的中国人口统计数据为依据,论证BP网络预测模型的可行性同时给出了利用MATLAB神经网络工具箱设计BP网络的方法和步骤。利用样本数据对网络进行训练,并根据训练后的网络对未来人口数量作出预测。仿真结果表明该方法实际可行并对2014—2017的全国人口数量进行预测。。(Based on the statistics of Chinese population for 1970-2013 years, this paper demonstrates the feasibili
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-28
    • 文件大小:25600
    • 提供者:小猫发
  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-BP

    1下载:
  2. 遗传算法优化神经网络,可以增加精度,避免陷入局部极小值(BP neural network optimized by genetic algorithm)
  3. 所属分类:matlab例程

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

    0下载:
  2. 建立双隐藏层BP网络,并检验绘制误差曲线(A double hidden layer BP network is built and the error curve is checked)
  3. 所属分类:易语言编程

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

    0下载:
  2. GA-BP优化预测模型,相对于单独BP模型,收敛速度明显加快,精度有待提高(GA-BP Optimization Prediction Model)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-05
    • 文件大小:5120
    • 提供者:allen1990
  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优化BP

    0下载:
  2. 已调试好的BP神经网络程序,为大家提供借鉴(bp neural network program has been debugged to provide reference for us)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-30
    • 文件大小:3072
    • 提供者:大西瓜666
  1. GA_Test

    0下载:
  2. 这是用于遗传神经网络的matlab代码, 代码里面详细表述了怎么样建立BP神经网络的GA优化方法(this is the code for GA based BP neural network)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:chentrer
  1. global p

    0下载:
  2. GA优化BP神经网络初始权值,阈值,从而增强其鲁棒性(GA optimizes the initial weights and thresholds of BP neural network, thereby enhancing its robustness.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-03
    • 文件大小:186368
    • 提供者:Wyy_999
  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
    • 文件大小:57344
    • 提供者:花不棱登
  1. ga-bp

    2下载:
  2. 一个遗传算法优化神经网络的分类器,可用于模式识别。(A genetic algorithm optimizes the classifier of neural network, which can be used for pattern recognition.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2020-12-28
    • 文件大小:581632
    • 提供者:一狼大哥哥
  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. gaBP

    0下载:
  2. 基于·goat遗传算法工具箱·的GA-BP源代码·(GA-BP source code based on goat genetic algorithm toolbox)
  3. 所属分类:matlab例程

    • 发布日期:2019-11-11
    • 文件大小:50176
    • 提供者:wb1230
  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. GA优化BP的详细代码

    2下载:
  2. 该压缩文件是关于GA优化BP 的详细代码,可以直接运行,并且很准确,希望对想要有这方面需要的有帮助,加油!
  3. 所属分类:matlab例程

    • 发布日期:2020-06-30
    • 文件大小:53872
    • 提供者:Science_wu
  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. GA-BP; BP神经网络各种案例,BSO天牛群,CEEMD分解,EMD工具箱,PSO优化,rBAS,LSTM各种实际案例

    0下载:
  2. GA-BP; BP神经网络各种案例,BSO天牛群,CEEMD分解,EMD工具箱,PSO优化,rBAS,LSTM各种实际案例,代码基于matlab和python
  3. 所属分类:数据挖掘

  1. 基于遗传算法优化BP神经网络

    0下载:
  2. 利用遗传算法实现对BP神经网络的优。内容包含:GA主函数;GA-BPNN优化主函数;目标函数objfun;BPNN主函数;以及一个分类原始数据可供优化模型验证。
  3. 所属分类:人工智能/神经网络/遗传算法

« 1 2 3 4 5 6 78 9 10 11 »
搜珍网 www.dssz.com