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

    From Marovi AI
    (Batch translate Convolutional Neural Networks unit 7 → zh)
    Tag: translation
     
    (Batch translate Convolutional Neural Networks unit 7 → zh)
    Tag: translation
     
    (One intermediate revision by the same user not shown)
    Line 1: Line 1:
    * '''卷积核大小''' —— 滤波器的空间范围(例如 <math>3 \times 3</math>、<math>5 \times 5</math>)。
    * '''卷积核大小'''——滤波器的空间范围(例如 <math>3 \times 3</math>、<math>5 \times 5</math>)。
    * '''步幅(Stride)''' —— 卷积核连续位置之间的步长。步幅为 2 会使空间维度减半。
    * '''步长(Stride)'''——卷积核在相邻位置之间的{{Term|learning rate|步长}}。步长为 2 会将空间维度减半。
    * '''填充(Padding)''' —— 在输入边界周围添加零以控制输出大小。"same" 填充保持空间维度;"valid" 填充不使用填充。
    * '''填充(Padding)'''——在输入边界周围添加零以控制输出尺寸。"Same" 填充保留空间维度;"valid" 填充不使用填充。

    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)
    * '''Kernel size''' — the spatial extent of the filter (e.g. <math>3 \times 3</math>, <math>5 \times 5</math>).
    * '''Stride''' — the {{Term|learning rate|step size}} between successive positions of the kernel. A stride of 2 halves the spatial dimensions.
    * '''Padding''' — adding zeros around the border of the input to control the output size. "Same" padding preserves spatial dimensions; "valid" padding uses no padding.
    • 卷积核大小——滤波器的空间范围(例如 $ 3 \times 3 $$ 5 \times 5 $)。
    • 步长(Stride)——卷积核在相邻位置之间的步长。步长为 2 会将空间维度减半。
    • 填充(Padding)——在输入边界周围添加零以控制输出尺寸。"Same" 填充保留空间维度;"valid" 填充不使用填充。