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
Mostra commenti meno recenti
Risposte (1)
Greg Heath
il 20 Ago 2018
Modificato: Greg Heath
il 20 Ago 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?
Categorie
Scopri di più su Deep Learning Toolbox in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!