필터 지우기
필터 지우기

How to find optimum parameters for a NARX model

조회 수: 3 (최근 30일)
Murat Yetkin
Murat Yetkin 2020년 10월 19일
댓글: Murat Yetkin 2020년 10월 19일
I am using system identification toolbox to make time series prediction with NARX with 1 input and 1 target data.
I want to find optimum parameters like number of neurons, lag, number of regressors for input and output for my NARX model.
Is there any structured way to select the training data? I have 69 datasets. I combine 3 of them sequentially and use this combination as training data. Which 3 of 69 datasets should be in my training data? I want to create a NARX model which can predict all these 69 datasets with good accuracy.
Thank you in advance.

답변 (1개)

Ameer Hamza
Ameer Hamza 2020년 10월 19일
You can use the nlarx function(): https://www.mathworks.com/help/ident/ref/nlarx.html to progammatically estimate the parameters in a for-loop for all datasets.
  댓글 수: 1
Murat Yetkin
Murat Yetkin 2020년 10월 19일
nlarx function allow me to define parameters. my question is how to decide these parameters. is there any other way of deciding what these parameters should be?

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

카테고리

Help CenterFile Exchange에서 Sequence and Numeric Feature Data Workflows에 대해 자세히 알아보기

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by