About fully connected layer output

6 ビュー (過去 30 日間)
jaehong kim
jaehong kim 2021 年 2 月 13 日
回答済み: Abhishek Gupta 2021 年 2 月 16 日
About fullyconnected layer, Is Outputsize different Numoutputs ??
I think it is important when customizing
Multiple output regression

回答 (1 件)

Abhishek Gupta
Abhishek Gupta 2021 年 2 月 16 日
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: -

カテゴリ

Help Center および File ExchangeParallel and Cloud についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by