We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sigmoid Function
Logistic Function
sigmoid
softmax
feature
$softmax(\vec{z}){1}=\frac{e^{z{1}}}{e^{z_{1}} + e^{z_{2}}}=\frac{e^{x}}{e^{x} + e^{0}}=\frac{e^{x}}{e^{x} + 1}=\frac{1}{1+e^{-x} }$
The text was updated successfully, but these errors were encountered:
No branches or pull requests
sigmoid
Sigmoid Function
==Logistic Function
sigmoid
和softmax
等价- 多标签分类/Multi-Label
Sigmoid
feature
映射到 [0,1]二分类时
sigmoid
和softmax
等价$softmax(\vec{z}){1}=\frac{e^{z{1}}}{e^{z_{1}} + e^{z_{2}}}=\frac{e^{x}}{e^{x} + e^{0}}=\frac{e^{x}}{e^{x} + 1}=\frac{1}{1+e^{-x} }$
对比
Reference
The text was updated successfully, but these errors were encountered: