Why does my time series output of my NARXNET have less elements than my input?
조회 수: 2 (최근 30일)
이전 댓글 표시
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
채택된 답변
Greg Heath
2016년 2월 27일
Because the first few data points are used as delays.
Hope this helps
Thank you for formally accepting my answer
Greg
댓글 수: 2
Greg Heath
2016년 3월 4일
Sorry, I didn't read your whole question before I jumped to conclusions and posted the answer.
Greg the Embarrassed
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Array and Matrix Mathematics에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!