How to predict next value using time series?
이전 댓글 표시
Hi, is there a way to use neural network toolbox to predict the next value in a time series?
채택된 답변
추가 답변 (2개)
Greg Heath
2014년 10월 24일
Try
net = nar(1);
For details see
help nar
doc nar
Hope this helps
Thank you for formally accepting my answer
Greg
Star Strider
2014년 10월 24일
0 개 추천
댓글 수: 3
WT
2014년 10월 25일
Star Strider
2014년 10월 25일
The targets are the predicted outputs for your training data. If you have no training targets, the net has nothing to adapt its weights with respect to. The correctly trained net will have the predictions as its outputs based on the input data.
카테고리
도움말 센터 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!