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

    From Marovi AI
    (Importing a new version from external source)
    Tag: Manual revert
    (Importing a new version from external source)
    Tag: Manual revert
     
    Line 1: Line 1:
    * <math>T \to 0</math>: The distribution collapses to a one-hot vector selecting the argmax — equivalent to a hard decision.
    * <math>T \to 0</math>: The distribution collapses to a {{Term|one-hot encoding|one-hot}} vector selecting the argmax — equivalent to a hard decision.
    * <math>T = 1</math>: Standard softmax.
    * <math>T = 1</math>: Standard softmax.
    * <math>T \to \infty</math>: The distribution approaches uniform — all classes become equally likely.
    * <math>T \to \infty</math>: The distribution approaches uniform — all classes become equally likely.

    Latest revision as of 23:34, 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)
    * <math>T \to 0</math>: The distribution collapses to a {{Term|one-hot encoding|one-hot}} vector selecting the argmax — equivalent to a hard decision.
    * <math>T = 1</math>: Standard softmax.
    * <math>T \to \infty</math>: The distribution approaches uniform — all classes become equally likely.
    • $ T \to 0 $: The distribution collapses to a one-hot vector selecting the argmax — equivalent to a hard decision.
    • $ T = 1 $: Standard softmax.
    • $ T \to \infty $: The distribution approaches uniform — all classes become equally likely.