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

    From Marovi AI
    (Batch translate Convolutional Neural Networks unit 15 → zh)
    Tag: translation
    (Batch translate Convolutional Neural Networks unit 15 → zh)
    Tag: translation
     
    Line 1: Line 1:
    * '''最大池化(Max pooling)''' — 取每个局部窗口中的最大值(例如 <math>2 \times 2</math>)。
    * '''最大{{Term|pooling|池化}}(Max pooling)'''——取每个局部窗口中的最大值(例如 <math>2 \times 2</math>)。
    * '''平均池化(Average pooling)''' — 取每个窗口中的平均值。
    * '''平均{{Term|pooling|池化}}(Average pooling)'''——取每个窗口中的平均值。
    * '''全局平均池化(Global average pooling)''' — 将每个完整的特征图平均为单一值,通常用于最终分类层之前。
    * '''全局平均{{Term|pooling|池化}}(Global average pooling)'''——将每个完整的特征图平均为单个值,通常用在最终分类层之前。

    Latest revision as of 23:36, 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)——取每个局部窗口中的最大值(例如 $ 2 \times 2 $)。
    • 平均池化(Average pooling)——取每个窗口中的平均值。
    • 全局平均池化(Global average pooling)——将每个完整的特征图平均为单个值,通常用在最终分类层之前。