Effacer les filtres
Effacer les filtres

How to predict next value using time series that have only 1 column and 14000 rows ?

1 vue (au cours des 30 derniers jours)
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 commentaire
Greg Heath
Greg Heath le 22 Fév 2016
1. Transpose to get 1 row.
2. Search the NEWSGROUP and ANSWERS with
narnet tutorial
Good Luck,
Greg

Connectez-vous pour commenter.

Réponse acceptée

Greg Heath
Greg Heath le 7 Avr 2017
1. Transpose to get 1 row.
2. Search the NEWSGROUP and ANSWERS with
narnet tutorial
Good Luck,
Greg

Plus de réponses (0)

Catégories

En savoir plus sur Sequence and Numeric Feature Data Workflows dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by