迷路の価値関数を学ぶ再帰型ニューラル網
Neural network design for J function approximation in dynamic programming
短い要約(全文訳を準備中)
動的計画法で使う価値関数の近似を念頭に、同時再帰型ニューラル網を一般化した迷路課題で検討した。適切に学習すると、比較対象の順方向型やヘッブ型では解けない難しい関数近似を解けたと報告する。再帰型の学習法も整理し、試験用Cコードを添付した。ただし今回の学習は遅く、効率改善は今後の課題としている。
v1の要旨から自動生成。本文の精読・人による確認は未実施。
- 初稿
- 1998-06-03(UTC)
- 最新改訂
- 1998-06-03 · v1
- 査読・掲載
- 掲載先の記載あり
著者による掲載先の記載:Math'l Modeling and Scientific Comp.,V.5,#2/3, 1996。出版社での独立確認は未実施です。
更新履歴
- v1 1998-06-03 この版を読む
取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。
原文の要旨
This paper shows that a new type of artificial neural network (ANN) -- the Simultaneous Recurrent Network (SRN) -- can, if properly trained, solve a difficult function approximation problem which conventional ANNs -- either feedforward or Hebbian -- cannot. This problem, the problem of generalized maze navigation, is typical of problems which arise in building true intelligent control systems using neural networks. (Such systems are discussed in the chapter by Werbos in K.Pribram, Brain and Values, Erlbaum 1998.) The paper provides a general review of other types of recurrent networks and alternative training techniques, including a flowchart of the Error Critic training design, arguable the only plausible approach to explain how the brain adapts time-lagged recurrent systems in real-time. The C code of the test is appended. As in the first tests of backprop, the training here was slow, but there are ways to do better after more experience using this type of network.
著者のコメント
50p, 30 figs. Pang did most of the work here. Werbos created the designs. With her agreement, Werbos included this in int'l patent WO 97/46929 published 12/11/97. In 1997 Pang and Baras showed SRNs improve performance in a realistic communications task. The code draws on ch.8 of Werbos, Roots of Backpropagation, Wiley 1994, containing the 1974 thesis which first presented true backprop. Werbos later trained the SRN on 6 easy mazes, with steady gains on 6 hard mazes used for testing
arXiv ID: adap-org/9806001 / 要約の誤りについて