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

use softmax eq in predict_probability func #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tomofumi-nakano
Copy link

No description provided.

@cjlin1
Copy link
Owner

cjlin1 commented Aug 4, 2016

Thanks. However, please note that in liblinear we didn't
do max entropy. For multiclass we do 1vs rest and need to couple
prob outputs of k binary classifiers. The correct way should be
like
sec 4.1 of
http://www.csie.ntu.edu.tw/~cjlin/papers/generalBT.pdf
but we somehow took a simplified version of that

中野智文 writes:


You can view, comment on, or merge this pull request online at:

#20

Commit Summary

  • use softmax eq in predict_probability func

File Changes

  • M linear.cpp (5)

Patch Links:


You are receiving this because you are subscribed to this
thread.
Reply to this email directly or view it on GitHub*

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.

2 participants