Info

この質問は閉じられています。 編集または回答するには再度開いてください。

modelling an ANN with lots of Output Variabels

1 回表示 (過去 30 日間)
som
som 2013 年 4 月 23 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Hi all,
I want to run an Artificial Neural Network (ANN) whose patterns contain 12 input variables as well as 10 output variables.
In your idea is it possible to make such this ANN? If so, How can I do?
I would appreciate if you guide me.
Thanks in advance.

回答 (1 件)

Shashank Prasanna
Shashank Prasanna 2013 年 4 月 23 日
The documentation page has lot of examples on how to go about doing the same. Assuming you have the Neural Network Toolbox
  1 件のコメント
Greg Heath
Greg Heath 2013 年 4 月 24 日
[ I N ] = size(input)
[O N ] = size(target)
What do you mean by "lots of"
I =
O =
N =

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by