Translations:Convolutional Neural Networks/15/en: Difference between revisions
(Importing a new version from external source) |
(Importing a new version from external source) Tag: Manual revert |
||
| Line 1: | Line 1: | ||
* '''Max | * '''Max pooling''' — takes the maximum value in each local window (e.g. <math>2 \times 2</math>). | ||
* '''Average | * '''Average pooling''' — takes the mean value in each window. | ||
* '''Global average | * '''Global average pooling''' — averages each entire feature map to a single value, often used before the final classification layer. | ||
Revision as of 21:57, 27 April 2026
- Max pooling — takes the maximum value in each local window (e.g. $ 2 \times 2 $).
- Average pooling — takes the mean value in each window.
- Global average pooling — averages each entire feature map to a single value, often used before the final classification layer.