Train NARX-Neural Network multiple Inputs/Outputs data from multiple experiments

3 次查看(过去 30 天)
I have a system with 3 inputs and 4 outputs, the data is stored in 3D matrices as follows:
Input: X(i,j,k) = [400 x 3 x 10]
Output: Y(i,j,k) = [400 x 4 x 10]
where i: number of measurement point.
j: number of variable (input or output variable).
k: number of experimental run.
I need to pass this data through the command 'train' so I obtain the NN parameters.
How can I manage the data to achieve it? Which commands should I use? Could you give me a sequence of commands to process the matrixes so I obtain an arrange able to be place in the command 'train'?
Thanks in advance!

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Deep Learning Toolbox 的更多信息

产品


版本

R2016a

Community Treasure Hunt

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

Start Hunting!

Translated by