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
  1 件のコメント
Greg Heath
Greg Heath 2016 年 3 月 16 日
Not clear.
Describe the target series .

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeSequence 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