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> | * <math>T \to 0</math>:分布坍缩为选择 argmax 的 one-hot 向量——等同于硬决策。 | ||
* <math>T = 1</math>:标准 softmax。 | * <math>T = 1</math>:标准 softmax。 | ||
* <math>T \to \infty</math> | * <math>T \to \infty</math>:分布趋近于均匀分布——所有类别变得等可能。 | ||
Revision as of 22:04, 27 April 2026
- $ T \to 0 $:分布坍缩为选择 argmax 的 one-hot 向量——等同于硬决策。
- $ T = 1 $:标准 softmax。
- $ T \to \infty $:分布趋近于均匀分布——所有类别变得等可能。