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)
    Line 1: Line 1:
    * '''Max pooling''' — takes the maximum value in each local window (e.g. <math>2 \times 2</math>).
    * '''Max {{Term|pooling}}''' — takes the maximum value in each local window (e.g. <math>2 \times 2</math>).
    * '''Average pooling''' — takes the mean value in each window.
    * '''Average {{Term|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.
    * '''Global average {{Term|pooling}}''' — averages each entire feature map to a single value, often used before the final classification layer.

    Revision as of 19:41, 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.