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 日

0 投票

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 件のコメント

Sourav Majumder
Sourav Majumder 2015 年 12 月 16 日
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 ExchangeDeep Learning Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by