How is the layer weights matrix (IW.{i,j}) arranged when a connection has delays?
1 次查看(过去 30 天)
显示 更早的评论
Hello all,
I've been looking for this matter in the documentation but I haven't been able to find an answer. According to the documentation, the matrix IW{i,j} is the the matrix describing the weights of the connection going to layer i from j, with size(layer i number of nodes, layer j number of node*number of delays). However it doesn't explain clearly the order of the columns. For example: Does column nº2 contain the weights of the connections coming from node 2 /first delay, or does it contain the weights of the connections coming from node 1 /second delay?
Thanks in advance,
Javier
0 个评论
回答(2 个)
Greg Heath
2017-7-1
I see no reason why it can't treat delayed signals like ordinary inputs.
Whether MATLAB does that or not, maybe a different story.
Hope this helps.
Give an old man a break and accept this answer
Greg (;>)
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Modeling and Prediction with NARX and Time-Delay Networks 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!