翻訳と辞書
Words near each other
・ RpoN
・ RpoS
・ RpoS mRNA 5'UTR
・ RPP
・ RPP Film Factory
・ RPP FM
・ RPP14
・ RPP30
・ RPP38
・ RPP40
・ RPPN
・ RPPS
・ RPR
・ RPR problem diagnosis
・ RprA RNA
Rprop
・ RPS
・ RPS Group
・ RPS Leyte (PS-30)
・ RPS Rajah Soliman (D-66)
・ RPS-420
・ RPS10
・ RPS11
・ RPS12
・ RPS13
・ RPS14
・ RPS15
・ RPS15A
・ RPS16
・ RPS17


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Rprop : ウィキペディア英語版
Rprop
Rprop, short for resilient backpropagation, is a learning heuristic for supervised learning in feedforward artificial neural networks. This is a first-order optimization algorithm. This algorithm was created by Martin Riedmiller and Heinrich Braun in 1992.〔Martin Riedmiller und Heinrich Braun: Rprop - A Fast Adaptive Learning Algorithm. Proceedings of the International Symposium on Computer and Information Science VII, 1992〕
Similarly to the Manhattan update rule, Rprop takes into account only the sign of the partial derivative over all patterns (not the magnitude), and acts independently on each "weight". For each weight, if there was a sign change of the partial derivative of the total error function compared to the last iteration, the update value for that weight is multiplied by a factor ''η'', where ''η'' < 1. If the last iteration produced the same sign, the update value is multiplied by a factor of ''η''+, where ''η''+ > 1. The update values are calculated for each weight in the above manner, and finally each weight is changed by its own update value, in the opposite direction of that weight's partial derivative, so as to minimise the total error function. ''η''+ is empirically set to 1.2 and ''η'' to 0.5.
Next to the cascade correlation algorithm and the Levenberg–Marquardt algorithm, Rprop is one of the fastest weight update mechanisms.
RPROP is a batch update algorithm.
==Variations==
Martin Riedmiller developed three algorithms, all named RPROP. Igel and Hüsken assigned names to them and added a new variant:〔Christian Igel and Michael Hüsken. (Improving the Rprop Learning Algorithm ). Second International Symposium on Neural Computation (NC 2000), pp. 115-121, ICSC Academic Press, 2000〕
〔Christian Igel and Michael Hüsken. (Empirical Evaluation of the Improved Rprop Learning Algorithm ). Neurocomputing 50:105-123, 2003〕
# RPROP+ is defined at (A Direct Adaptive Method for Faster Backpropagation Learning: The RPROP Algorithm ).〔Martin Riedmiller and Heinrich Braun. (A direct adaptive method for faster backpropagation learning: The Rprop algorithm ). Proceedings of the IEEE International Conference on Neural Networks, 586-591, IEEE Press, 1993〕
# RPROP− is defined at (Advanced Supervised Learning in Multi-layer Perceptrons – From Backpropagation to Adaptive Learning Algorithms ). Backtracking is removed from RPROP+.〔Martin Riedmiller. (Advanced supervised learning in multi-layer perceptrons - From backpropagation to adaptive learning algorithms ). Computer Standards and Interfaces 16(5), 265-278, 1994〕
# iRPROP− is defined in ( Rprop – Description and Implementation Details )〔Martin Riedmiller. (Rprop – Description and Implementation Details ). Technical report, 1994〕 and was reinvented by Igel and Hüsken.〔 This variant is very popular and most simple.
# iRPROP+ is defined at (Improving the Rprop Learning Algorithm ) and is very robust and typically faster than the other three variants.〔〔

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Rprop」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.