Multi step ahead forecasting with Radial basis function neural network
古いコメントを表示
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 件のコメント
KSSV
2019 年 5 月 2 日
What is your inpu and output?
KSSV
2019 年 5 月 2 日
anurag kulshrestha commented:
The input and output, both are time-series. Input is 90*2 and output is 90*1 time series data.
KSSV
2019 年 5 月 2 日
Save the net..and give the input, you shall get the predicted value.
anurag kulshrestha
2019 年 5 月 2 日
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Define Shallow Neural Network Architectures についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!