필터 지우기
필터 지우기

Why there is no bias and coefficient trainable parameters in the Max- and Average-Pooling Layers?

조회 수: 2 (최근 30일)
For many Network, there are 2 trainable parameters in Polling Layers: Bias and Coefficient
Y=Coefficient*Max(X)+Bias;
Why the Matlab Layer doesn't support it? Are those 2 parameters not very useful for the final performance?

답변 (1개)

Sailesh Sidhwani
Sailesh Sidhwani 2017년 7월 28일
Hi Lingjun,
Based on the MATLAB documentation, max-pooling and average-pooling layers does not perform any learning and are only used for down-sampling the data. Refer to the the section "More About" in the following documentation pages:
  댓글 수: 1
LINGJUN KONG
LINGJUN KONG 2017년 7월 29일
Is that because of that, the parameters are not very useful for the downsampling layer? I've seen that there are 2 trainable parameters in the LeNet-5

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

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!