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

搜索资源列表

  1. BP-of-Nonlinear-2

    0下载:
  2. 利用带动量项的改进BP神经网络算法对非线性函数进行拟合。通过验证函数,可以对训练好的数据进行验证。-Driven by the amount of improved BP neural network algorithm to fit the nonlinear function. Validated by the validation function, can be trained data.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:31149
    • 提供者:
  1. BP_identification

    0下载:
  2. BP神经网络辨识Matlab程序。引入动量因子对BP算法进行改进,有注释,适合初学者。-BP neural network to recognize Matlab program. The introduction of momentum factor to improve the BP algorithm, annotations, suitable for beginners.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:803
    • 提供者:kevin
  1. BP-neural-network-algorithm

    0下载:
  2. 改进的BP神经网络算法,用C语言实现。大家可是试试。-Improved BP neural network algorithm, using C language. We but try.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-10
    • 文件大小:7677
    • 提供者:倪亚超
  1. enhanced-BP

    0下载:
  2. bp神经网络改进算法加入局部学习率自适应调整机制程序用于拟合函数-bp Neural Network Algorithm local learning rate adaptive adjustment mechanism procedure for fitting function
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-19
    • 文件大小:14467
    • 提供者:fivemango
  1. BP

    0下载:
  2. BP神经网络算法的改进在matlab中的实现-Improvements of the BP neural network algorithm implemented in matlab
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-22
    • 文件大小:189838
    • 提供者:lihaotian
  1. pso-bp

    1下载:
  2. BP神经网络具有较强的非线性问题处理能力 是目前一 种 较 好 的 用 于 时 间 序 列 预 测 的 方 法 然 而 它 存 在 易 于 陷 入 局 部 极 小,针对地震预测的应用,用改进粒子群优化的BP算法对四川地区最大震级时间序列进行预测,通过训练 预 测 次 年 的 最 大 震 级 结 果,表明此方法优于未经优化的 BP算法具有良好的预测效果 -BP neural network has a strong nonlinear problems processing power is a
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-13
    • 文件大小:213644
    • 提供者:mali
  1. BP-neural-network-algorithm

    0下载:
  2. 该资料是对智能算法中的神经网络算法的改进代码,改进的BP神经网络算法(C语言源码)-The information is intelligent algorithm neural network algorithm code, the improved BP neural network algorithm (C language source code)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-09
    • 文件大小:2479
    • 提供者:高翔
  1. PSO-BP

    0下载:
  2. PSO粒子群算法改进的BP神经网络,更改文件位置后即可使用-PSO PSO improved BP neural network can be used to change the file location
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:3012
    • 提供者:Nova
  1. chap10

    0下载:
  2. 关于用遗传算法改进BP神经网络的matlab实现(转引) ga优化神经网权值&阈值程序。 优化的基本原理和过程很多论文可以查到,在此不必赘述我就把用gaot5的小程序贴在下面吧,也是y=1/x(为看的方便,比较繁杂的也有) -About matlab improved BP neural network using genetic algorithm implementation (quoted) ga optimizing neural network weights & T
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:15033
    • 提供者:张晓
  1. BP

    0下载:
  2. matlab实现的BP神经网络程序(没有使用ANN toolbox)。包含一个实例程序,写在main.m中。main2.m是引入动量项的改进算法,main3.m是引入自适应调整学习速率的改进方法。-the matlab program of BP neural network(without using ANN toolbox)。The files including a instance(wirtten in main.m)。
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:7525
    • 提供者:高阳
  1. test1116biaozhun_finally

    0下载:
  2. BP神经网络算法,没有借助工具箱,纯公式迭代算法,可以进行改进,优化BP算法-BP network
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1596
    • 提供者:林健乔
  1. Time-series-P-GA-P-BP--optimization

    1下载:
  2. 分别比较了时间序列算法,BP以及GA改进的BP预测算法的结果,并组合二者,对预测结果进行了比较-Compared the time series algorithm, the results improved BP BP and GA prediction algorithm, and a combination of both, to predict the results were compared
  3. 所属分类:matlab

    • 发布日期:2017-04-27
    • 文件大小:56514
    • 提供者:David
  1. NN

    0下载:
  2. 改进过的BP算法,有dropout,和weight decay项,可以设置三种激活函数。可以用来分类。-BP had improved algorithm, dropout, and weight decay term, you can set three activation functions. It can be used for classification.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:6742
    • 提供者:单清序
  1. BP

    0下载:
  2. MATLAB 实现的BP神经网络,没有使用newff函数,自行编写的程序,还有多种改进算法。-MATLAB BP neural network, there is no use newff function, its own written procedures, there are many kinds of improved algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:7449
    • 提供者:Jing
  1. bpshigaijin

    0下载:
  2. 用matlab编程实现BP算法的改进,通过改进误差函数实现,文件包含M文件-Matlab programming with improved BP algorithm, the error function by improving the implementation of the file containing the file M
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:1519
    • 提供者:石伟
  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. GA-Wavelet-BP

    0下载:
  2. 基于遗传算法的小波神经网络预测模型,在神经网络基础上做的改进-Wavelet neural network forecasting model based on genetic algorithms, neural network based on the improvements made
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3337
    • 提供者:曾曾
  1. ga_bp

    0下载:
  2. 基于遗传算法改进阈值的神经网络 能够有效避免神经网络的阈值陷入局部极小值这一问题(The neural network based on genetic algorithm to improve the threshold can effectively avoid the problem that the threshold of the neural network is trapped into the local minimum)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-25
    • 文件大小:3072
    • 提供者:Yizhi
  1. BP NN jiaochayanzheng

    0下载:
  2. 基于改进的BP神经网络的算法,并结合了交叉验证算法,划分为训练集与测试集进行改进。(Based on the improved BP neural network algorithm and the cross validation algorithm, the training set and test set are improved.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-30
    • 文件大小:100352
    • 提供者:ABC_pro
  1. www.dssz.com_pso-bp

    0下载:
  2. 基于神经网络的局限性,使用粒子群算法优化其权值,对其进行改进(PSO improved neural network)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:
    • 文件大小:3072
    • 提供者:lixue111
« 1 2 3 4 5 67 8 »
搜珍网 www.dssz.com