필터 지우기
필터 지우기

"removedelay" and predicting

조회 수: 2 (최근 30일)
SEONG BAE JO
SEONG BAE JO 2020년 5월 20일
답변: Raunak Gupta 2020년 5월 27일
I trained narx network for training data.
Net : trained network
Nets : removedelay(Net)
Ys = net(Nets, ...)
If I apply removedelay network to test data, all results(Ys) are predicted value from trained network(Net) ?
What is the difference between "net(Net, testdata)" and "net(Nets, testdata)" ???

답변 (1개)

Raunak Gupta
Raunak Gupta 2020년 5월 27일
Hi,
From the documentation of removedelay I can see that the prediction on Nets in question will result in output of one-time step ahead. It is clearly mentioned that for original network if the output is y(t) then removed delay network will return y(t+1). So, both predictions will be same but in the removed delay network one extra prediction will be there because the time delay is not present. You may try the example given in the documentation to confirm the same.

카테고리

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