Info
此问题已关闭。 请重新打开它进行编辑或回答。
modelling an ANN with lots of Output Variabels
1 次查看(过去 30 天)
显示 更早的评论
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.
0 个评论
回答(1 个)
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
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!