필터 지우기
필터 지우기

How are the number of neurons in the output layers chosen?

조회 수: 2 (최근 30일)
Precious Eze
Precious Eze 2017년 9월 16일
답변: Osama Tabbakh 2019년 5월 1일
I discovered that after choosing the number of neurons in the hidden layer, the network automatically sets the number of output neurons. Whats the intuition behind it?
  댓글 수: 2
Osama Tabbakh
Osama Tabbakh 2019년 4월 7일
I have the same question but obviously nobody has answer.
Greg Heath
Greg Heath 2019년 4월 9일
???
My answer ( O ) was given ~ 1.5 years ago
Greg

댓글을 달려면 로그인하십시오.

답변 (2개)

Greg Heath
Greg Heath 2017년 9월 17일
[ I N ] = size(input)
[ O N ] = size(target)
I-H-O = size of a single layer NN
You (lucky dog) have the extreme pleasure of either
setting H OR accepting the default H=10.
Hope this helps.
Thank you for accepting my exceptional answer
Greg

Osama Tabbakh
Osama Tabbakh 2019년 5월 1일
I discovered why Matlab does that. I will explain it.
Matlab tried to make the samples easier to train, that why he deletes the values of the vector, which are either zero or not important to train. But you get at the end, what you would have.
In the attachment, you see that I have in the output vector 60 components but the last 20 are just zeros, what why he deletes them from the output layer and put it back in the output.

Community Treasure Hunt

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

Start Hunting!

Translated by