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

tf.nn.sigmoid and tf.nn.softmax diff? #4

Open
ronyuzhang opened this issue Mar 12, 2018 · 1 comment
Open

tf.nn.sigmoid and tf.nn.softmax diff? #4

ronyuzhang opened this issue Mar 12, 2018 · 1 comment

Comments

@ronyuzhang
Copy link

No description provided.

@ChiefGodMan
Copy link
Owner

The paper of He proposed sigmoid has more robust training effect than softmax, But he didn't explain why. You can have a try.
I think maybe it depends the dependent of each probability of result, softmax may have more small probability values(all sum is 1), which may cause more negative samples.

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

No branches or pull requests

2 participants