How to use trained neural network time series data for forecasting?

After trained the Data some output is generated, but how i will use these output for my next forecasting, means if i give some data as input how it will automatically shows forecast data?

 채택된 답변

Greg Heath
Greg Heath 2015년 12월 16일
The term "trained neural network time-series data" makes no sense.
If you mean how do you use time-series data with a trained neural network. Do the following:
Use preparets to prepare the data
help preparets
doc preparets
Then predict the output and final delays
[ Y Xf Af ] = net( X, Xi, Ai);
Hope this helps.
Greg

댓글 수: 1

Thanks Greg, yaa i find out.. But now i want to do error plot, can you please tell me how to plot the error? For that i need to convert Cell to double, am i right? If any other way is there please tell me.
Thanks..

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

질문:

2015년 11월 12일

댓글:

2015년 12월 16일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by