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?

 Accepted Answer

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 Comment

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..

Sign in to comment.

More Answers (0)

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!