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!