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

    From Marovi AI
    (Batch translate Softmax Function unit 9 → zh)
    Tag: translation
     
    (Batch translate Softmax Function unit 9 → zh)
    Tag: translation
     
    Line 1: Line 1:
    {| class="wikitable"
    {| class="wikitable"
    |-
    |-
    ! Logits !! Softmax 输出
    ! {{Term|logits}} !! Softmax 输出
    |-
    |-
    | <math>(2.0,\; 1.0,\; 0.1)</math> || <math>(0.659,\; 0.242,\; 0.099)</math>
    | <math>(2.0,\; 1.0,\; 0.1)</math> || <math>(0.659,\; 0.242,\; 0.099)</math>

    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)
    {| class="wikitable"
    |-
    ! {{Term|logits}} !! Softmax output
    |-
    | <math>(2.0,\; 1.0,\; 0.1)</math> || <math>(0.659,\; 0.242,\; 0.099)</math>
    |-
    | <math>(5.0,\; 1.0,\; 0.1)</math> || <math>(0.993,\; 0.005,\; 0.002)</math>
    |}
    logits Softmax 输出
    $ (2.0,\; 1.0,\; 0.1) $ $ (0.659,\; 0.242,\; 0.099) $
    $ (5.0,\; 1.0,\; 0.1) $ $ (0.993,\; 0.005,\; 0.002) $