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 次查看(过去 30 天)
显示 更早的评论
回答(1 个)
Greg Heath
2018-8-20
编辑:Greg Heath
2018-8-20
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 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Sequence and Numeric Feature Data Workflows 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!