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 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
*
0 commentaires
Réponses (1)
Greg Heath
le 20 Août 2018
Modifié(e) : Greg Heath
le 20 Août 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?
0 commentaires
Voir également
Catégories
En savoir plus sur Sequence and Numeric Feature Data Workflows dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!