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

Why is LIBSVM superior? (May I ask a slightly off-topic question here?) #104

Closed
WuSiren opened this issue May 13, 2024 · 1 comment
Closed

Comments

@WuSiren
Copy link

WuSiren commented May 13, 2024

I am very curious why LIBSVM is superior (isn't it? ). Since a general SVM problem is usually a quadratic program or semi-definite program, if I solve it using some other efficient general-purpose quadratic or semi-definite program solvers, will higher performance than LIBSVM be achieved? In other words, I wonder what more work LIBSVM does at the technical level than other QP/SDP solvers? (No offense, I've always been a big fan of LIBSVM.)

Thank you in advance!

@barucden
Copy link
Member

As I understand it, LIBSVM (the C++ library that this package calls) implements a few solvers that specifically target the SVM problems. I'd expect that a specific solver has some benefits over a general one, but I know almost nothing about the solvers.

Nevertheless, I am closing this issue because it is not really an issue. Please, create a topic at Discourse if you want to discuss your question with the julia community, or contact the original author at https://github.com/cjlin1/libsvm.

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