How is the layer weights matrix (IW.{i,j}) arranged when a connection has delays?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (2)
Greg Heath
am 1 Jul. 2017
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 Kommentare
Siehe auch
Kategorien
Mehr zu Modeling and Prediction with NARX and Time-Delay Networks finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!