Training NARX neural network with variable length input

조회 수: 1 (최근 30일)
Far Bod
Far Bod 2016년 3월 13일
댓글: Greg Heath 2016년 3월 16일
I want to train a NARX with 3 set of inputs each having 5 features (The output is categorical, so I am dealing with classification problem with dynamic inputs). the problem is each input set have variable length, for example:
input series 1: 5x150 (5=number of features) (150=collected data)
input series 2: 5x135
input series 3: 5x121
I know NARX works for constant length inputs, but is there anyway to train NN with variable length inputs?
P.S. I cannot use interpolation to adjust the lengths, since it changes the dynamic of data series. I cannot also use dynamic time warping, since I have more than 2 sets. and I prefer not to add zeroes to align the lengths

답변 (0개)

카테고리

Help CenterFile 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!

Translated by