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
Mostrar comentarios más antiguos
Respuestas (1)
Greg Heath
el 20 de Ag. de 2018
Editada: Greg Heath
el 20 de Ag. de 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?
Categorías
Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!