Effacer les filtres
Effacer les filtres

Multi step ahead forecasting with Radial basis function neural network

1 vue (au cours des 30 derniers jours)
anurag kulshrestha
anurag kulshrestha le 2 Mai 2019
I want to forecast multi step (k=6) ahead with Radial basis function neural network (RBFNN) with time series data. I have one output and 2 input variables. The code is given below:
net = newrb(p, t, 0.5)
outputs = net(p)
perf = perform(net, outputs, t)
I am stuck with what to do after this to make multi step ahead prediction?
Please help and thanks in advance.
  4 commentaires
KSSV
KSSV le 2 Mai 2019
Save the net..and give the input, you shall get the predicted value.
anurag kulshrestha
anurag kulshrestha le 2 Mai 2019
I want to do multi step forecatsing recursively.

Connectez-vous pour commenter.

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