About fully connected layer output
조회 수: 6 (최근 30일)
이전 댓글 표시
About fullyconnected layer, Is Outputsize different Numoutputs ??
I think it is important when customizing
Multiple output regression
댓글 수: 0
답변 (1개)
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: -
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Parallel and Cloud에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!