What is the Input and the Target for this case in the Time Series Tool (Neural Networks Tool)?

1 回表示 (過去 30 日間)
Juan
Juan 2014 年 8 月 24 日
コメント済み: Greg Heath 2014 年 8 月 28 日
Hello everyone I have all the daily values for the electricity demand of an installation (from the 1st of January of 2011 to the 31st of December of 2013) and I want to create a forecasting program that predicts the daily energy for each week.
How would the "imput" values be presented in the toolbox? What would be the "target" values?
I want to use fact that the actual month is a strong parameter
Every help I get will be highly appreciated.

回答 (1 件)

Greg Heath
Greg Heath 2014 年 8 月 25 日
編集済み: Greg Heath 2014 年 8 月 25 日
1. Find the statistically significant lags using the autocorrelation function. Search
greg nncorr
2. Use a subset of the significant lags in the positive feedback delay vector, FD
3. help narnet
doc narnet
4. Search
greg narnet
5. Start with
net = narnet(FD);
Hope this helps.
Thank you for formally accepting my answer
Greg
  2 件のコメント
Juan
Juan 2014 年 8 月 26 日
I... I don't think that is what I asked. My question was how I am supposted to upload in the GUI program my data.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeSequence and Numeric Feature Data Workflows についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by