Translations:Batch Normalization Accelerating Deep Network Training/16/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:
    Batch normalization is typically applied before the activation function, after the linear or convolutional transformation. When used with convolutional layers, the normalization is performed per feature map (channel) rather than per individual activation, sharing statistics across all spatial locations within a feature map.
    {{Term|batch normalization}} is typically applied before the {{Term|activation function}}, after the linear or convolutional transformation. When used with {{Term|convolution|convolutional layers}}, the normalization is performed per feature map (channel) rather than per individual {{Term|activation function|activation}}, sharing statistics across all spatial locations within a feature map.

    Latest revision as of 21:40, 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 (Batch Normalization Accelerating Deep Network Training)
    {{Term|batch normalization}} is typically applied before the {{Term|activation function}}, after the linear or convolutional transformation. When used with {{Term|convolution|convolutional layers}}, the normalization is performed per feature map (channel) rather than per individual {{Term|activation function|activation}}, sharing statistics across all spatial locations within a feature map.

    batch normalization is typically applied before the activation function, after the linear or convolutional transformation. When used with convolutional layers, the normalization is performed per feature map (channel) rather than per individual activation, sharing statistics across all spatial locations within a feature map.