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 |
| (One intermediate revision by the same user not shown) | |
(No difference)
| |
Latest revision as of 23:34, 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.