I want insert data to neural network as two dimensional ,so for example i have two group T and B .T have one raw and 10 column and B also same , so i want both of this data become as one input put 2-Dimensional and target also it will be same process .my question are neural network accept (2-D input , 2-D target) and if it's accept how i can do this process in matlab ,thank you for your help.

 採用された回答

Greg Heath
Greg Heath 2015 年 9 月 5 日

1 投票

input = [input1; input2];
target = [ target1; target2 ];
MATLAB equations are, typically, MATrix equations and relatively invariant with respect to dimensionality.
Hope this helps.
Thank you for formally accepting my answer
Greg

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeImage Data Workflows についてさらに検索

質問済み:

2015 年 9 月 4 日

回答済み:

2015 年 9 月 5 日

Community Treasure Hunt

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

Start Hunting!

Translated by