Translations:Softmax Function/31/en: Difference between revisions

    From Marovi AI
    (Importing a new version from external source)
    (Importing a new version from external source)
    Tag: Manual revert
    Line 1: Line 1:
    In practice, the softmax and {{Term|categorical cross-entropy|cross-entropy}} are computed jointly for numerical stability (the '''log-softmax''' formulation), and the argmax at inference time can be applied directly to the {{Term|logits}} without computing softmax at all.
    In practice, the softmax and cross-entropy are computed jointly for numerical stability (the '''log-softmax''' formulation), and the argmax at inference time can be applied directly to the logits without computing softmax at all.

    Revision as of 22:02, 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)
    In practice, the softmax and {{Term|categorical cross-entropy|cross-entropy}} are computed jointly for numerical stability (the '''log-softmax''' formulation), and the argmax at inference time can be applied directly to the {{Term|logits}} without computing softmax at all.

    In practice, the softmax and cross-entropy are computed jointly for numerical stability (the log-softmax formulation), and the argmax at inference time can be applied directly to the logits without computing softmax at all.