Translations:Softmax Function/19/zh: Difference between revisions
(Batch translate Softmax Function unit 19 → zh) Tag: translation |
(Batch translate Softmax Function unit 19 → zh) Tag: translation |
||
| Line 1: | Line 1: | ||
这在数学上是等价的(常数会抵消),但能确保最大指数为 <math>e^0 = 1</math>,从而防止溢出。所有主流深度学习框架都会自动实现这一稳定化版本。 | |||
Revision as of 22:04, 27 April 2026
这在数学上是等价的(常数会抵消),但能确保最大指数为 $ e^0 = 1 $,从而防止溢出。所有主流深度学习框架都会自动实现这一稳定化版本。