필터 지우기
필터 지우기

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