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...