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!