Reconstruct shifted values after training a dynamic neural network ?
조회 수: 2 (최근 30일)
이전 댓글 표시
I'm implementing a dynmaic neural network that has an input delay and also a feedback delay. After training and simulating my neural net I observed that the output has been shifted respectively with the number of steps of the my time delay. Is there a way to reconstruct the lost values?
댓글 수: 0
채택된 답변
Greg Heath
2017년 9월 20일
They are not lost.
It takes multiple input values to yield 1 output value.
Therefore you cannot have as many output time values as input time values.
Hope this helps.
Thank you for fomally accepting my answer
Greg
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!