Filter löschen
Filter löschen

How to find optimum parameters for a NARX model

3 Ansichten (letzte 30 Tage)
Murat Yetkin
Murat Yetkin am 19 Okt. 2020
Kommentiert: Murat Yetkin am 19 Okt. 2020
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.

Antworten (1)

Ameer Hamza
Ameer Hamza am 19 Okt. 2020
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 Kommentar
Murat Yetkin
Murat Yetkin am 19 Okt. 2020
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?

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Sequence and Numeric Feature Data Workflows finden Sie in Help Center und File Exchange

Produkte


Version

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by