How to predict next value using time series that have only 1 column and 14000 rows ?
4 ビュー (過去 30 日間)
古いコメントを表示
I want to predict next internet traffic data on links. I have a time series that only 1 column/14000 rows. I want to create a neural network, then I will train it with %70, no validate(if not necessary) and test with %30 of time series values. At last, I want to calculate the MAPE for predictions/target only. I have a few questions, will be glad with your answer:
1- I am not sure but using the NAR network type now. Which network type should I choose ? NARX, NAR or Non Input/Output type ?
2- I think the MAPE is calculating for all 14000 values. But I want to calculate the MAPE for only Predictions/Test(~=4200 values). How can I do that ?
This is my time series. Thank for all answers.

1 件のコメント
Greg Heath
2016 年 2 月 22 日
1. Transpose to get 1 row.
2. Search the NEWSGROUP and ANSWERS with
narnet tutorial
Good Luck,
Greg
採用された回答
Greg Heath
2017 年 4 月 7 日
1. Transpose to get 1 row.
2. Search the NEWSGROUP and ANSWERS with
narnet tutorial
Good Luck,
Greg
0 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!