Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
modelling an ANN with lots of Output Variabels
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
Shashank Prasanna
am 23 Apr. 2013
The documentation page has lot of examples on how to go about doing the same. Assuming you have the Neural Network Toolbox
1 Kommentar
Greg Heath
am 24 Apr. 2013
[ I N ] = size(input)
[O N ] = size(target)
What do you mean by "lots of"
I =
O =
N =
Diese Frage ist geschlossen.
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!