Translations:Convolutional Neural Networks/15/en

    From Marovi AI
    Revision as of 04:19, 28 April 2026 by FuzzyBot (talk | contribs) (Importing a new version from external source)
    (diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
    • 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.