Why does my time series output of my NARXNET have less elements than my input?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Ghazi Binarandi
am 26 Feb. 2016
Kommentiert: Greg Heath
am 4 Mär. 2016
Hi all,
I trained a neural network using narxnet and generated the Simulink block of it using gensim. When I delivered a time series into the input port of the neural network block (and fed back the output to the feedback signal port), I obtained a time series as the output with a length that was less than my input size. My original input time series size is 60001x1, but my output is only 61x1. Why does this happen?
Thank you,
Ghazi
0 Kommentare
Akzeptierte Antwort
Greg Heath
am 27 Feb. 2016
Because the first few data points are used as delays.
Hope this helps
Thank you for formally accepting my answer
Greg
2 Kommentare
Greg Heath
am 4 Mär. 2016
Sorry, I didn't read your whole question before I jumped to conclusions and posted the answer.
Greg the Embarrassed
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Array and Matrix Mathematics finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!