Neural network design for J function approximation in dynamic programming
X. Pang, P. Werbos

TL;DR
This paper introduces the Simultaneous Recurrent Network (SRN), a novel neural network architecture capable of solving complex function approximation problems like maze navigation, which traditional ANNs struggle with, and discusses training techniques and applications.
Contribution
The paper presents the SRN architecture as a new recurrent neural network capable of solving difficult function approximation problems in control systems.
Findings
SRN successfully approximates complex functions
Error Critic training is effective for recurrent networks
C code implementation is provided
Abstract
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,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Applications · Fault Detection and Control Systems · Fuzzy Logic and Control Systems
