Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

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

Status
Not open for further replies.

jrosvold

Mechanical
Joined
Feb 8, 2011
Messages
2
Location
CA
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:
But I can't figure out how to make that work with multiple inputs.

Thanks!!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top