CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - bp 遗传算法

搜索资源列表

  1. 利用改进遗传优化算法解决BP神经网络中局部最小问题

    1下载:
  2. 利用改进的遗优化算法解决BP神经网络中局部最小问题
  3. 所属分类:源码下载

  1. GABP.利用改进遗传优化算法解决BP神经网络中局部最小问题

    2下载:
  2. matlab格式源代码。功能:利用改进遗传优化算法解决BP神经网络中局部最小问题。,matlab source code format. Function: the use of improved genetic optimization algorithm BP neural network to solve local minimum problems.
  3. 所属分类:matlab例程

    • 发布日期:2015-11-24
    • 文件大小:9068
    • 提供者:magic
  1. GA_BP.rar

    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,R,S1,S2
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:38942
    • 提供者:zhanghr
  1. yichuanbp

    0下载:
  2. 已调试好的遗传算法优化BP神经网络-非线性函数拟合的程序源代码-Genetic algorithm has been debugged BP neural network- non-linear function fitting the source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:53346
    • 提供者:胡盛亮
  1. Genetic

    0下载:
  2. 遗传算法优化的BP神经网络算法,利用遗传算法优化BP神经网络的权值和阈值-Genetic algorithm BP neural network
  3. 所属分类:source in ebook

    • 发布日期:2017-04-08
    • 文件大小:1670
    • 提供者:www000
  1. MATLAB-Neural-network-cases

    1下载:
  2. 共有30个MATLAB神经网络的案例(含可运行程序),包括BP、RBF、SVM、SOM、Hopfield、LVQ、Elman、小波等神经网络;还包含PSO(粒子群)、灰色神经网络、模糊网络、概率神经网络、遗传算法优化等内容。-Neural network cases
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-19
    • 文件大小:5554713
    • 提供者:郑雪
  1. GAyouhuaBP

    0下载:
  2. 遗传算法优化BP神经网络的权值 vc实现代码源程序-Genetic algorithm BP neural network to achieve the weight vc source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:34491
    • 提供者:ran
  1. GABPNET.M

    0下载:
  2. 基于遗传算法的BP神经网络的matlab编程代码-Based on genetic algorithm of BP neural network matlab programming code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:9517
    • 提供者:gaojie
  1. nnToolKit_src

    4下载:
  2. nnToolKit 神经网络工具包是基于 MATLAB 神经网络工具箱自行开发的一组神经网络算法函数库,其中的函数在MATLAB环境下均可独立运行,并可打包成DLL组件,这些组件作为独立的COM对象,可以直接被Visual Basic、Visual C++ 、C++ Builder或其它支持COM的高级语言所引用。本工具包中包含的算法包括BP算法中的一些改进算法、模糊神经网络、小波神经网络、遗传算法优化神经网络权值改进算法等,根据需要,读者还可以对该工具包进行扩展,即扩充一些新的函数,以实现特殊
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-01-27
    • 文件大小:10865872
    • 提供者:魏建明
  1. 200862011057

    0下载:
  2. 使用遗传算法对BP网络权值阈值进行优化,再用BP算法训练网络.-The use of genetic algorithm to the right of BP network to optimize the threshold value, and then BP algorithm for training the network.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:2432
    • 提供者:黎明
  1. 20081119121420

    0下载:
  2. 使用遗传算法对BP网络权值阈值进行优化,再用BP算法训练网络.-The use of genetic algorithm to the right of BP network to optimize the threshold value, and then BP algorithm for training the network.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-23
    • 文件大小:23455
    • 提供者:黎明
  1. descendiblity-arithmetic-BPNN-Matlab-example

    1下载:
  2. 用遗传算法优化BP神经网络的Matlab编程实例.doc-Using genetic algorithms to optimize BP neural network Matlab programming examples. Doc
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:6756
    • 提供者:陈攀攀
  1. psoyouhuannyj

    0下载:
  2. 基于粒子群优化的神经网络训练算法研究论文   摘 要:  本文提出了基于连接结构优化的粒子群优化算法(SPSO) 用于神经网络训练,该算法在训练神经网络权 值的同时优化其连接结构,删除冗余连接,使神经网络获得与模式分类问题匹配的信息处理能力. 经SPSO 训练的神经 网络应用于Iris ,Ionosphere 以及Breast cancer 模式分类问题,能够部分消除冗余分类参数及冗余连接结构对分类性能 的影响. 与BP 算法及遗传算法比较,该算法在提高分类误差精度的同时可加快训
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:42364
    • 提供者:ekin
  1. GAconmbinewithBP(matlab)

    0下载:
  2. 遗传算法与BP算法相结合的程序,主要用来做优化计算-Genetic algorithm and BP algorithm combining procedures
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:4376
    • 提供者:张文斌
  1. gabpfault

    0下载:
  2. 基于遗传算法优化的Bp算法,很好的例子,给大家一个参考-Based on genetic algorithm optimization Bp algorithm, a good example, a reference to all
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:2810
    • 提供者:hejizhu
  1. GABPNN

    0下载:
  2. 遗传算法优化BP神经网络权值的visual basic源程序-Genetic algorithm BP neural network weights of the visual basic source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:2614
    • 提供者:coolsword
  1. GAbp

    1下载:
  2. 用遗传算法优化bp神经网络的权值,并训练以及验证网络-Bp by using genetic algorithms to optimize the weights of neural networks, and network training and validation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:1893
    • 提供者:ruoshui
  1. GA_bp

    0下载:
  2. 遗传算法优化bp神经网络 matlab程序-Genetic algorithm optimization bp Network
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1177
    • 提供者:luoting
  1. GABPTOOLBOX

    0下载:
  2. 用遗传算法优化BP神经网络的权值及其阀值-Using genetic algorithm optimization BP neural network weights and threshold
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:168005
    • 提供者:neil
  1. ga_bp_nyb

    0下载:
  2. 主要介绍遗传算法在BP网络优化中的应用,二者结合,使网络参数得到优化-Introduces the genetic algorithm in BP network optimization in the application of a combination of both, so that network parameters are optimized
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:1958
    • 提供者:安心
« 1 2 ... 11 12 13 14 15 1617 18 19 20 21 ... 26 »
搜珍网 www.dssz.com