Translations:Convolutional Neural Networks/15/en: Difference between revisions

    From Marovi AI
    (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

    Information about message (contribute)
    This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
    Message definition (Convolutional Neural Networks)
    * '''Max {{Term|pooling}}''' — takes the maximum value in each local window (e.g. <math>2 \times 2</math>).
    * '''Average {{Term|pooling}}''' — takes the mean value in each window.
    * '''Global average {{Term|pooling}}''' — averages each entire feature map to a single value, often used before the final classification layer.
    • 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.