搜索资源列表
bp2
- 基于梯度下降的BP算法,可以调整学习率可动量因子.-based on the gradient descent algorithm BP, the learning rate can be adjusted momentum factor.
DWNN_nn
- 小波神经网络的分类识别,学习率因子,网络动量项因子,网络多分辨级数,网络平移参数 都可自己选。本例输入节点5,输出5。可识别五种信号。-wavelet neural network classification, the learning rate factor, network momentum contribution factor, network multiresolution series. Translation netwo
MLP
- 本程序实做MLP(Multi-layer perceptron)算法,使用者可以自行设定训练数据集与测试数据集,将训练数据集加载,在2、3维下可以显示其分布状态,并分别设定键节值、学习率、迭代次数来训练其类神经网络,最后可观看辨识率与RMSE(Root Mean squared error)来判别训练是否可以停止。
BPwnn
- 讨论了BP 小波神经网络在训练过程中减小误差函数时最优方向的确定和自适应调整学习率的方法。 首先论证了小波神经网络的数学基础,然后讨论了BP 小波神经网络的学习过程,重点讨论了减小误差函数最优方 向的确定方法,即如何保证步长方向与负梯度方向一致,由此得出了自适应调整学习率的简便方法。该方法具有 普遍性,有广泛的应用价值。仿真结果表明,采用最优梯度下降方向可以大幅度提高BP 小波神经网络的学习速 度。
Backpropagation Algorithm
- 利用随机反向传播算法及学习率为0.1和sigmoid函数,构造singmoid网络,训练它用来将模式分别分到w1和w2两个类中。
bpnnet_154
- L-M算法。除了动量法(基于梯度下降的训练算法)外,学习率自适应调整策略是BP算法改进的另一种途径,它利用Levenberg-Marquardt优化方法,从而使得学习时间更短。其缺点是,对于复杂的问题,该方法需要很大的存储空间。 -L-M algorithm. In addition to momentum (based on the gradient descent algorithm for training), learning
bp2
- 基于梯度下降的BP算法,可以调整学习率可动量因子.-based on the gradient descent algorithm BP, the learning rate can be adjusted momentum factor.
DWNN_nn
- 小波神经网络的分类识别,学习率因子,网络动量项因子,网络多分辨级数,网络平移参数 都可自己选。本例输入节点5,输出5。可识别五种信号。-wavelet neural network classification, the learning rate factor, network momentum contribution factor, network multiresolution series. Translation netwo
MLP
- 本程序实做MLP(Multi-layer perceptron)算法,使用者可以自行设定训练数据集与测试数据集,将训练数据集加载,在2、3维下可以显示其分布状态,并分别设定键节值、学习率、迭代次数来训练其类神经网络,最后可观看辨识率与RMSE(Root Mean squared error)来判别训练是否可以停止。-This procedure is to do MLP (Multi-layer perceptron) algorith
BPwnn
- 讨论了BP 小波神经网络在训练过程中减小误差函数时最优方向的确定和自适应调整学习率的方法。 首先论证了小波神经网络的数学基础,然后讨论了BP 小波神经网络的学习过程,重点讨论了减小误差函数最优方 向的确定方法,即如何保证步长方向与负梯度方向一致,由此得出了自适应调整学习率的简便方法。该方法具有 普遍性,有广泛的应用价值。仿真结果表明,采用最优梯度下降方向可以大幅度提高BP 小波神经网络的学习速 度。-Discussed
BPandimprovethestandardmethodofBPalgorithm
- 标准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 adju
bp3
- 三层前馈神经网络的BP算法。程序具有以下功能: (1) 允许选择各层节点数; (2) 允许选用不同的学习率η; (3) 能对权值进行初始化,初始化用[-1、1]区间的随机数; (4)允许选用单极性和双极性两种不同Sigmoid型转移函数。 -Three-tier feed-forward neural network BP algorithm. Procedures have the following functi
BP
- delphi 2005下编译通过。支持变学习率。具有通用性,传递函数可自己写(动态调用)。 下面是程序和使用的例子。学习《人工智能与专家系统》时写的。-delphi 2005 adopted under the compiler. Support for variable learning rate. With GM, and transfer function can write their own (dynamic cal
BP
- delphi 2005下编译通过。支持变学习率。具有通用性,传递函数可自己写(动态调用)-delphi 2005 adopted under the compiler. Support variable learning rate. With the general nature of the transfer function can write their own (dynamic invocation)
bpdetail
- 严格按照BP网络计算公式来设计的一个matlab程序,对BP网络进行了优化设计 优化1:设计了yyy,即在o(k)计算公式时,当网络进入平坦区时(<0.0001)学习率加大,出来后学习率又还原 优化2:v(i,j)=v(i,j)+deltv(i,j)+a*dv(i,j)-BP network in strict accordance with the formula to design a matlab program,
BPe
- 有关BP神经网络改进算法的一篇论文,增加动量项,自适应学习率等-Of the BP neural network algorithm to improve the paper to increase the momentum, the adaptive learning rate
bpdetail
- 严格按照BP网络计算公式来设计的一个matlab程序,对BP网络进行了优化设计 优化1:设计了yyy,即在o(k)计算公式时,当网络进入平坦区时(<0.0001)学习率加大, 出来后学习率又还原 优化2:v(i,j)=v(i,j)+deltv(i,j)+a*dv(i,j) -BP network in strict accordance with the formula to design a matlab p
BPnetwork
- 自适应学习率调整算法来训练BP网络,有利于缩短学习时间-BP network
Dl4j学习率衰减策略
- Dl4j学习率衰减策略代码,dl4j的学习率衰减策略应用部分是在反向传播计算完地图之后,调用Updater.update()方法对梯 度进行更新并且进行梯度的衰减。(Learning Rate Policy How to decay learning rate during training.)
Chapter04
- 基于tensorflow 的神经网络的损失函数,学习率,正则化,滑动平均等方法(Method of loss function, learning rate, regularization and sliding average of neural network based on tensorflow)