Training NARX neural network with variable length input

1 vue (au cours des 30 derniers jours)
Far Bod
Far Bod le 13 Mar 2016
Commenté : Greg Heath le 16 Mar 2016
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

Réponses (0)

Catégories

En savoir plus sur Sequence and Numeric Feature Data Workflows dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by