How to train data with NARX model in MATLAB

조회 수: 1 (최근 30일)
Gil Cheah
Gil Cheah 2017년 7월 31일
I have sets of 20 years' rainfall and water level data, and I would like to do the prediction using NARX model, I know it needs to train the rainfall data first, but how exactly do I need to train the data? Should I separate it into 10 years each, one set of data used to train, and another set of data used to test the performance? and how can I test it?
and also how to determine the training, validation, testing percentage?
and I wonder whether I have done the prediction correctly, below are my steps in MATLAB:
Open nnstart -> enter NARX model -> define the parameters needed (no. of hidden Neuron and delays)-> train the 1st 10 years --> recorded down the parameters which is closest to water level (least error) --> run the NARX model again with the next 10 years, with the recorded parameters -->result 

답변 (0개)

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by