Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

修改了“softmax回归的从零开始实现”中的一个公式错误 #1343

Closed
wants to merge 1 commit into from

Conversation

HuiyuanYan
Copy link

公式:
$$
\mathrm{softmax}(\mathbf{X}){ij} = \frac{\exp(\mathbf{X}{ij})}{\sum_k \exp(\mathbf{X}_{ik})}. $$
中,我认为softmax的参数$X$下标ij应该在括号里面,这样表示$X_ij$在该行所有元素中的softmax值。

公式:
$$
\mathrm{softmax}(\mathbf{X})_{ij} = \frac{\exp(\mathbf{X}_{ij})}{\sum_k \exp(\mathbf{X}_{ik})}.
$$
中,我认为softmax的参数$X$下标ij应该在括号里面,这样表示$X_ij$在该行所有元素中的softmax值。
@HuiyuanYan HuiyuanYan closed this Jul 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant