Translations:Softmax Function/14/zh: Difference between revisions
(Batch translate Softmax Function unit 14 → zh) Tag: translation |
(Batch translate Softmax Function unit 14 → zh) Tag: translation |
||
| Line 1: | Line 1: | ||
* <math>T \to 0</math>:分布坍缩为选择 argmax 的 one-hot | * <math>T \to 0</math>:分布坍缩为选择 argmax 的 {{Term|one-hot encoding|one-hot}} 向量——相当于硬决策。 | ||
* <math>T = 1</math>:标准 softmax。 | * <math>T = 1</math>:标准 softmax。 | ||
* <math>T \to \infty</math> | * <math>T \to \infty</math>:分布趋于均匀——所有类别变得等概率。 | ||
Latest revision as of 23:41, 27 April 2026
- $ T \to 0 $:分布坍缩为选择 argmax 的 one-hot 向量——相当于硬决策。
- $ T = 1 $:标准 softmax。
- $ T \to \infty $:分布趋于均匀——所有类别变得等概率。