About fully connected layer output

10 views (last 30 days)
jaehong kim
jaehong kim on 13 Feb 2021
Answered: Abhishek Gupta on 16 Feb 2021
About fullyconnected layer, Is Outputsize different Numoutputs ??
I think it is important when customizing
Multiple output regression

Answers (1)

Abhishek Gupta
Abhishek Gupta on 16 Feb 2021
Hi,
As per my understanding, you would like to know the difference between 'outputSize' and 'NumOutputs' for a fully connected layer. The 'outputSize' specifies the number of neurons (or number of hidden units) in the layer, whereas 'NumOutputs' defines the layer's number of outputs. By default, fullyConnectedLayer has a single output.
Referring to the following documentation for more information: -

Categories

Find more on Sequence and Numeric Feature Data Workflows in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!