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

Write method to learn softmax parameters #4164

Open
durovo opened this issue Feb 9, 2018 · 0 comments
Open

Write method to learn softmax parameters #4164

durovo opened this issue Feb 9, 2018 · 0 comments

Comments

@durovo
Copy link
Contributor

durovo commented Feb 9, 2018

The OneVsAll softmax probability calibration method in shogun currently uses parameters learnt on a sigmoid. A method is needed that can be used to learn parameters for a softmax function instead.

The current fit_sigmoid call

CStatistics::SigmoidParamters params = CStatistics::fit_sigmoid(outputs[i]->get_values());

should be replaced by some method using which we can learn params for softmax.
See description of equation 7 in paper https://hal.inria.fr/inria-00103955/document.

@durovo durovo changed the title Create method to learn softmax parameters Write method to learn softmax parameters Feb 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants