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

The starter value of C in best C search for liblinear #42

Open
RicardoLeeV5 opened this issue Feb 2, 2018 · 1 comment
Open

The starter value of C in best C search for liblinear #42

RicardoLeeV5 opened this issue Feb 2, 2018 · 1 comment

Comments

@RicardoLeeV5
Copy link

Dear Professor:

Recently I noticed that in your auto C search code, you set the min_C with:

1.0 / (matrix.length * max([Σ (line's value) ^ 2 for line in matrix]))

Could you explain why set starter C with this value? Is there any mathematical reason behind this value? I didn't find any explanation in your https://www.csie.ntu.edu.tw/~cjlin/papers/liblinear.pdf

Regards

@cjlin1
Copy link
Owner

cjlin1 commented Feb 2, 2018 via email

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