What is the difference between recurrent neural network and NAR and NARX networks? Is there any good literature available to understand the difference between them, especially the training algorithms in MATLAB backend implementation. Thanks

5 views (last 30 days)
*

Answers (1)

Greg Heath
Greg Heath on 20 Aug 2018
Edited: Greg Heath on 20 Aug 2018
Recurrent networks are a general category of networks that feed output or intermediate signals BACKWARD toward a PREVIOUS point in the network. That point can be the input or just another intermediate point.
NARNET and NARXNET are only two such examples.
Use the help and doc commands for explanations and examples.
e.g.
help narxnet
doc narxnet
For examples search BOTH the NEWSREADER and ANSWERS
Hope this helps.
Greg
P.S. Is this significantly different from what you learned from Wikipedia?

Categories

Find more on Sequence and Numeric Feature Data Workflows in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!