Translations:Softmax Function/19/zh: Difference between revisions

    From Marovi AI
    (Batch translate Softmax Function unit 19 → zh)
    Tag: translation
     
    (Batch translate Softmax Function unit 19 → zh)
    Tag: translation
     
    (One intermediate revision by the same user not shown)
    Line 1: Line 1:
    这在数学上是等价的(常数会抵消),但确保最大的指数为 <math>e^0 = 1</math>,从而防止溢出。所有主要的深度学习框架都会自动实现这个稳定化版本。
    这在数学上是等价的(常数项相消),但确保了最大的指数为 <math>e^0 = 1</math>,从而防止溢出。所有主流的{{Term|deep learning|深度学习}}框架都会自动实现这个稳定化版本。

    Latest revision as of 23: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 (Softmax Function)
    This is mathematically equivalent (the constant cancels) but ensures the largest exponent is <math>e^0 = 1</math>, preventing overflow. All major {{Term|deep learning}} frameworks implement this stabilized version automatically.

    这在数学上是等价的(常数项相消),但确保了最大的指数为 $ e^0 = 1 $,从而防止溢出。所有主流的深度学习框架都会自动实现这个稳定化版本。