What is the meaning of delay in recurrent newral networks?

1 view (last 30 days)
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

Answers (1)

Star Strider
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.

Categories

Find more on Networks in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!