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

搜索资源列表

  1. BP

    0下载:
  2. BP神经网络matlab程序,BP算法由数据流的前向计算(正向传播)和误差信号的反向传播两个过程构成。正向传播时,传播方向为输入层→隐层→输出层,每层神经元的状态只影响下一层神经元-BP neural network matlab program, BP algorithm the data stream forward calculation (forward propagation) and two back-propagation process error signal configu
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1615
    • 提供者:刘旭东
  1. BP

    0下载:
  2. 使用人工神经网络中的BP算法简单地进行三角函数拟合,结果正确-The use of artificial neural network BP algorithm is simple to carry out trigonometric fitting result is correct
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-04
    • 文件大小:3909
    • 提供者:李林夕
  1. BP

    1下载:
  2. QT编写神经网络BP算法,学习,训练,泛化-QT write neural network BP algorithm, learning, training and generalization
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-11
    • 文件大小:2246098
    • 提供者:He
  1. BP

    0下载:
  2. BP神经网络程序,包含一个C语言的原始程序,看到BP的算法流程,还有两个改进的BP程序,包括自适应动量下降法和梯度下降法-BP neural network program, the original program that contains a C language, see BP algorithm process, there are two improved BP procedures, including adaptive momentum descent and gradient
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:16101
    • 提供者:sason
  1. BP.c

    0下载:
  2. 用C语言实现的BP算法,对初学神经网络的人有帮助-BP algorithm using C language for beginners neural network to help people
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:398506
    • 提供者:冯芳
  1. BP

    0下载:
  2. BP 算法实现的详细过程,适合初学者使用-Details of the process of BP algorithm, for beginners
  3. 所属分类:DSP program

    • 发布日期:2017-04-13
    • 文件大小:1920
    • 提供者:王磊
  1. BP

    0下载:
  2. matlab 仿真bp算法以及一些改进-Matlab simulation bp algorithm and some improvements
  3. 所属分类:matlab

    • 发布日期:2017-05-07
    • 文件大小:1216447
    • 提供者:三将安排
  1. BP-algorithm

    0下载:
  2. 基于和积算法的LDPC码译码算法,采用的是7/4线性分组码,但是这里程序是灵活的,可以替换为任意形式的LDPC码。还有一个书面的报告,详细的解释了译码过程和和积算法原理,希望对大家有帮助-Based on the algorithm and integrated algorithm of LDPC codes decoding, by using linear block code is 7/4, but this program is flexible, can be replaced by
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:110121
    • 提供者:chen qian
  1. BP

    0下载:
  2. BP算法实现异或功能。并附有详细的训练数据。-BP algorithm to achieve XOR function. With detailed training data.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-17
    • 文件大小:1024
    • 提供者:李小宝
  1. PSO-for-BP

    0下载:
  2. 用粒子群算法来训练网络参数,直到误差趋于一稳定值,然后用优化的权值用于BP算法-PSO is used to optimize connection weights of forward-back neural network until the learning error has tended to stability, Then we use BP algorithm with optimized weights to finish short-term load forecasting
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-16
    • 文件大小:52224
    • 提供者:shang
  1. PSO论文

    0下载:
  2. 利用PSO优化Bp算法, 同时提供了详细地论文,代码仅供参考(Papers and code, on the use of PSO to improve the BP algorithm, the paper is more detailed, for reference only)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:898048
    • 提供者:shaodongheng
  1. 遗传算法优化BP神经网络-非线性函数拟合

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

    • 发布日期:2017-12-16
    • 文件大小:51200
    • 提供者:海航
  1. GA优化BP神经网络

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

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

    0下载:
  2. 神经网络算法源代码,使用c++编写,适用于解决分类问题(Neural network algorithm)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-25
    • 文件大小:2048
    • 提供者:oiglvy
  1. BP网络

    0下载:
  2. BP(Back Propagation)网络是1986年由Rumelhart和McCelland为首的科学家小组提出,是一种按误差逆传播算法训练的多层前馈网络,是目前应用最广泛的神经网络模型之一。BP网络能学习和存贮大量的输入输出模式映射关系,而无需事前揭示描述这种映射关系的数学方程。它的学习规则是使用最速下降法(梯度法),通过反向传播来不断调整网络的权值和阈值,使网络的误差平方和最小。BP神经网络模型拓扑结构包括输入层(input layer)、隐层(hide layer)和输出层(outpu
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-16
    • 文件大小:21504
    • 提供者:vivian416
  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. 遗传算法优化BP神经网络-非线性函数拟合

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

    • 发布日期:2017-12-18
    • 文件大小:52224
    • 提供者:青鱼
  1. PSO-bp((matlab

    1下载:
  2. 实现粒子群算法优化BP神经网络的预测算法(Particle swarm optimization algorithm to optimize the BP neural network prediction algorithm)
  3. 所属分类:其他

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

    5下载:
  2. 基于遗传算法的BP神经网络优化算法,Matlab代码。(BP neural network optimization algorithm based on genetic algorithm, Matlab code.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-07
    • 文件大小:1024
    • 提供者:haozhelingyun
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »
搜珍网 www.dssz.com