필터 지우기
필터 지우기

Multi step ahead forecasting with Radial basis function neural network

조회 수: 1 (최근 30일)
anurag kulshrestha
anurag kulshrestha 2019년 5월 2일
댓글: anurag kulshrestha 2019년 5월 2일
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
KSSV 2019년 5월 2일
Save the net..and give the input, you shall get the predicted value.
anurag kulshrestha
anurag kulshrestha 2019년 5월 2일
I want to do multi step forecatsing recursively.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Sequence 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