Can I use a NARX neural net to learn a time series of the form: y(k) = K0 * y(k-1) + K1 * x(k) + K2 * x(k-1) + K3 * x(k-2) where x(k) is the input time series ?
1 回表示 (過去 30 日間)
古いコメントを表示
Suryakiran Menachery George
2018 年 10 月 5 日
編集済み: Suryakiran Menachery George
2018 年 10 月 7 日
Can I use a NARX neural net to learn a time series of the form: y(k) = K0 * y(k-1) + K1 * x(k) + K2 * x(k-1) + K3 * x(k-2) where x(k) is the input time series ?
0 件のコメント
採用された回答
Greg Heath
2018 年 10 月 6 日
Only if k and n are positive and linearly related.
Hope this helps.
Thank you for formally accepting my answer
Greg
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File 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!