Neural Network Time Series, Multiple Inputs, Multiple Sequence input format

2 views (last 30 days)
I cannot figure out the proper format to pass to a narx net for a dataset that I have. Please excuse my choice of variables but I have "n" inputs and "m" datasets with "i" samples in each set
I start with a numeric input matrix of size (i, n, m) and a target matrix of size (i,m).
I'm sure there's a simple answer out there but I would really appreciate if anyone could help me out because I am banging my head against the wall with this one!!!
I know I need to convert the num's to cells and do something along the lines of what they've done here: https://www.mathworks.com/help/nnet/ug/multiple-se...
But I can't figure out how to make that work with multiple inputs.
Thanks!!!
I also posted this in eng-tips so I'll cross-post the answer to both forums.
  4 Comments
christttttttophe
christttttttophe on 3 Oct 2019
Did you ever figure this out?
Seems crazy that multiple sequences of data occurring at the same times cannot be analyzed with neural networks in Matlab. I'm beginning to find Matlab quite frustrating.
Marvin Eckert
Marvin Eckert on 25 May 2020
I have the same question, all examples are with one time serious. How do I train on many different time seriers, like from different machines, creating on model.

Sign in to comment.

Answers (0)

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!