CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - momentum

搜索资源列表

  1. 一个主要用于预测和分类的源程序

    0下载:
  2. 开发环境:Matlab 简要说明:程序包含的设置包括:列数、样本总个数、建模样本数、预报因子数、预报对象数、学习因子、 动量因子、训练次数、总体误差、隐节点数。-development environment : Matlab brief descr iption : program includes the installation including : number, the total sample number, the number of samples modeling
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2.12kb
    • 提供者:刘华
  1. bp2

    0下载:
  2. 基于梯度下降的BP算法,可以调整学习率可动量因子.-based on the gradient descent algorithm BP, the learning rate can be adjusted momentum factor.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2.98kb
    • 提供者:李四
  1. Backpropagation Network with Bias Terms and Moment

    0下载:
  2. 附加了动量项BP神经网络-Additional items of Momentum BP neural network
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:30.28kb
    • 提供者:高山
  1. BPpredict

    1下载:
  2. 运用比例共轭梯度动量算法来训练BP网络并对机械振动峰峰值进行预测。-use ratio conjugate gradient algorithm to train the momentum BP also peak of mechanical vibration prediction.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1.46kb
    • 提供者:肖勇
  1. BPexample

    0下载:
  2. 开发环境:Matlab 简要说明:动量-自适应学习调整算法。在实际应用中,原始的BP算法很难胜任,因此出现了很多的改进算法。BP算法的改进主要有两种途径,一种是采用启发式学习方法,另一种则是采用更有效的优化算法。本例采用动量BP算法,来实现对网络的训练过程,动量法降低了网络对于误差曲面局部细节的敏感性,有效地抑制网络陷于局部极小。-development environment : Matlab Brief Descr iption : Momentum-adaptive learning
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1.03kb
    • 提供者:zhangjian
  1. wxy353

    0下载:
  2. 程序包含的设置包括:列数、样本总个数、建模样本数、预报因子数、预报对象数、学习因子、 动量因子、训练次数、总体误差、隐节点数。-procedures contained in the set include : number, the total sample number, the number of samples modeling, forecasting several factors, forecasting several targets, learning factor, mome
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2.12kb
    • 提供者:yybb
  1. BP神经网络结构PID控制器设计

    0下载:
  2. BP神经网络结构PID控制器设计,严格按照增加动量项写的MATLAB程序。,Structure of BP neural network PID controller design, in strict accordance with the increasing momentum of procedures written in MATLAB.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-03-29
    • 文件大小:1.35kb
    • 提供者:曹顺
  1. bpnnet_154

    3下载:
  2. L-M算法。除了动量法(基于梯度下降的训练算法)外,学习率自适应调整策略是BP算法改进的另一种途径,它利用Levenberg-Marquardt优化方法,从而使得学习时间更短。其缺点是,对于复杂的问题,该方法需要很大的存储空间。 -L-M algorithm. In addition to momentum (based on the gradient descent algorithm for training), learning rate adaptive strategy is to i
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-16
    • 文件大小:942byte
    • 提供者:辜小花
  1. BPandimprovethestandardmethodofBPalgorithm

    0下载:
  2. 标准BP算法及改进的BP算法应用,主要讲了标准的BP算法,附加动量法,自适应学习率调整法。-Standard BP algorithm and the application of improved BP algorithm, the main speaker of the standard BP algorithm, the additional momentum method, adaptive learning rate adjustment method.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:48.24kb
    • 提供者:haze
  1. 3BPneuralnetwork

    0下载:
  2. 关于神经网络的编程与应用 给出3层(输入层、隐含层、输出层)的BP网络代码(采用了动量算法)-On neural network programming and applications are given 3-layer (input layer, hidden layer, output layer) of the BP network code (using the momentum algorithm)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:148.06kb
    • 提供者:yongweihuang
  1. lightweightbackpropagationneuralnetwork

    0下载:
  2. * Lightweight backpropagation neural network. * This a lightweight library implementating a neural network for use * in C and C++ programs. It is intended for use in applications that * just happen to need a simply neural network and do not
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:29.31kb
    • 提供者:正熹
  1. BP

    0下载:
  2. 内含动量BP算法的C语言程序,并有详细的注解-Momentum BP algorithm embedded C language programming, as well as detailed comments
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:2.81kb
    • 提供者:华志明
  1. BP_neural_network

    0下载:
  2. 采用动量梯度下降算法训练BP网络,程序后面有详细注释-Gradient descent algorithm using momentum BP network training, procedures followed have detailed notes
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:697byte
    • 提供者:328087418
  1. subb

    0下载:
  2. 利用动量梯度下降算法训练BP网络,得到误差显示图,并最终进行预测-Gradient descent algorithm using momentum BP network training, the error display map, and, ultimately, to predict
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:693byte
    • 提供者:terry
  1. MATLAB-bp

    0下载:
  2. 是1-n-1和2-n-1型的基于MATLAB的标准BP算法程序,加入了动量项,以便获得更好的训练效果-Is 1-n-1, and 2-n-1 type of standards-based BP algorithm MATLAB process of accession to the momentum in order to obtain better training results
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:2.96kb
    • 提供者:米轩
  1. ATN_BP

    0下载:
  2. vb 写的bp网络代码,带显示训练误差,可以选择动量项-vb code to write the bp network with shows training errors of momentum can choose
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:463.34kb
    • 提供者:zhangzongfeng
  1. ALOPEX

    0下载:
  2. 用神经网络bp动量算法实现模式识别,用C++实现-Momentum with neural network pattern recognition algorithm, using C++ to achieve
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:220.63kb
    • 提供者:mengxiao
  1. dltd

    0下载:
  2. 采用动量梯度下降算法训练BP网络。在本源码中,训练样本定如下:p=[-1 -2 3 1 -1 1 5 -3] 目标矢量为t=[-1 -1 1 1]-Gradient descent algorithm using momentum BP network training. In this source, the training sample set as follows: p = [-1-2 3 1 -1 1 5-3] target vector for t = [-1-1 1 1]
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:595byte
    • 提供者:qiulan
  1. BP

    0下载:
  2. BP neural network加动量项的算法-BP neural network algorithm increases the momentum of
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1.12kb
    • 提供者:Cecilia
  1. Back-propagation_NN

    0下载:
  2. BP neural network implementation with generalized delta learning rule and momentum-BP neural network in Matlab
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:938byte
    • 提供者:lin
« 12 3 »
搜珍网 www.dssz.com