Translations:Softmax Function/1/zh: Difference between revisions
(Batch translate Softmax Function unit 1 → zh) Tag: translation |
(Batch translate Softmax Function unit 1 → zh) Tag: translation |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
'''softmax 函数'''(也称为'''归一化指数函数''')是一种将实数向量('''logits''' | '''softmax 函数'''(也称为'''归一化指数函数''')是一种将实数向量('''{{Term|logits}}''')转换为概率分布的数学函数。它是神经网络中多类分类的标准输出{{Term|activation function|激活函数}},在从{{Term|logistic regression|逻辑回归}}到大语言模型的各种模型中扮演核心角色。 | ||
Latest revision as of 23:41, 27 April 2026
softmax 函数(也称为归一化指数函数)是一种将实数向量(logits)转换为概率分布的数学函数。它是神经网络中多类分类的标准输出激活函数,在从逻辑回归到大语言模型的各种模型中扮演核心角色。