Why there is no bias and coefficient trainable parameters in the Max- and Average-Pooling Layers?
6 ビュー (過去 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?
0 件のコメント
回答 (1 件)
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:
参考
カテゴリ
Help Center および File Exchange で 图像深度学习 についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!