Translations:Softmax Function/14/en: Difference between revisions
(Importing a new version from external source) |
(Importing a new version from external source) Tag: Manual revert |
| (One intermediate revision by the same user not shown) | |
(No difference)
| |
Latest revision as of 23:34, 27 April 2026
- $ 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.