Could you please help me understand this result? NARX net with removedelay -> unexpected output
이전 댓글 표시
Hello,
Experience: I have about 9 months experience with matlab R2015a and NN toolbox. Feeling fairly competent and certainly not new to programming.
Whats working: I have a trained NarxNet in which the output highly correlates to the target series. dataset is 3000+ samples.
Whats NOT working (and I'd love to know why): Once I remove one delay and go over the previously trained dataset in smaller chunks (~300). I grab the latest (one step ahead, e.g. 301) outputs, save those. Advance the smaller chunk window one sample and repeat. I would expect those one-step ahead predictions to be highly correlated to the original (3000+) data except shifted one step advanced. This is NOT the case. I attached a figure with an example, the blue is the Actual Target, Red is the NARX output with one delay removed, and Gold is the Actual Target manually advanced one step. Under my understanding of removing a delay, I would expect the Red to be correlated to the Gold.


채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!