What is the meaning of delay in recurrent newral networks?
1 view (last 30 days)
Show older comments
Hi, I find issues in understanding the value of delay of each layer at recurrent newral networks. Does it need to be changed for all the layers? Or we set it up to the beggining ie. net = layercnet( 0.5,10). Is it meaningless to set it up differently for each layer? Thank you
0 Comments
Answers (1)
Star Strider
on 4 Oct 2014
According to the documentation for layrecnet, it doesn’t have to be different, it just has to be defined once for each layer. How you set it up depends on the problem you are using the net for.
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!