필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

modelling an ANN with lots of Output Variabels

조회 수: 2 (최근 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