Could you please help me understand this result? NARX net with removedelay -> unexpected output
Show older comments
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.


Accepted Answer
More Answers (0)
Categories
Find more on Sequence and Numeric Feature Data Workflows in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!