How to apply zero input delay to NARX Net?
조회 수: 3 (최근 30일)
이전 댓글 표시
Hello,Dears
I trying to Train NARX Net with zero input dely and 1 feedbackdely.but i imagine the preparets function don't work correctly. XTrain and YTrain are as follows:


when I use preparets function the outputs function are as follows:
[Xs,Xi,Ai,Ts,~]=preparets(net,XTrain,{},YTrain);


As can be seen in the above images, the xtrain has also been delayed.
Can anyone help clear this confusion?
댓글 수: 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!