0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Max Poolingのメリット

Last updated at Posted at 2024-09-20

Max Poolingのメリット

  1. 情報量をなるべく失わずに圧縮
    Max Poolingを使用することで、重要な特徴を残しつつデータサイズを小さくすることが可能です。これにより、計算負荷を減らしつつ、画像や特徴マップの本質的な情報を保持できます。

  2. 平行移動に対する頑健性(Robustness)
    平行移動に対する頑健性とは、データがわずかに変動しても、結果や出力に大きな影響を与えない性質を指します。Max Poolingは、画像が少し平行移動しても、プールされる最大値が大きく変わらないため、この特性を持ちます。

  3. パラメータ数の削減
    Max Poolingはパラメータを持たないため、畳み込み層などの後に使用することで、全体のネットワークのパラメータ数を削減できます。これにより、計算資源を節約しつつも、精度を維持することが可能です。


参考動画

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?