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?

 Akzeptierte Antwort

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 Kommentar

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

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Deep Learning Toolbox finden Sie in Hilfe-Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by