フィルターのクリア

Using NARXnet clarification input delays

2 ビュー (過去 30 日間)
Xymbu
Xymbu 2022 年 1 月 22 日
回答済み: Vatsal 2023 年 9 月 29 日
I am trying to learn more about using narxnet to predict future values of a times series. I am having trouble finding a good explanation for the the Inputdelays actually is. Can anyone help me out with a simplified explanation.

回答 (1 件)

Vatsal
Vatsal 2023 年 9 月 29 日
Hi @Xymbu,
I understand that you want to use "narxnet" to predict the values of a time series. The “inputDelays” parameter in a NARX neural network determinesthe number of past time steps of the input time series that the network considers when making predictions for future time steps.
For example, if “inputDelays” is set to 1:2 with inputs “X” and Targets “T”, it means that the model uses the set "{x(i-1), x(i-2)}” to predict "t(i)".
If you need more information about the "inputDelays" parameter, I recommend referring to the following resources: -
I hope this helps!

カテゴリ

Help Center および File ExchangeSequence and Numeric Feature Data Workflows についてさらに検索

タグ

製品


リリース

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by