Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

modelling an ANN with lots of Output Variabels

1 visualización (últimos 30 días)
som
som el 23 de Abr. de 2013
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
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.

Respuestas (1)

Shashank Prasanna
Shashank Prasanna el 23 de Abr. de 2013
The documentation page has lot of examples on how to go about doing the same. Assuming you have the Neural Network Toolbox
  1 comentario
Greg Heath
Greg Heath el 24 de Abr. de 2013
[ I N ] = size(input)
[O N ] = size(target)
What do you mean by "lots of"
I =
O =
N =

La pregunta está cerrada.

Community Treasure Hunt

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

Start Hunting!

Translated by