I want to use SMO (Sequential Minimal Optimization) in order to train an SVM (Support Vector Machine). Can anyone suggest existing C++ libraries which implement SMO?
I plan to use this to train an SVM to find an object in a picture (probably a human).
Sequential minimal optimization (SMO) is an algorithm for solving the quadratic programming (QP) problem that arises during the training of support-vector machines (SVM). It was invented by John Platt in 1998 at Microsoft Research.
Sequential minimal optimization (SMO) is an algorithm for solving the quadratic programming (QP) prob- lem that arises in SVMs. It was invented by John Platt at Microsoft Research in 1998 [3] and is widely used for solving SVM models.
SMO refers to the specific efficient optimization algorithm used inside the SVM implementation, which stands for Sequential Minimal Optimization. Weka Configuration for the Support Vector Machines Algorithm.
I suspect more careful searching might find an already built copy. I admit this code is a raw implementation and will probably need some fiddling to make it suitable for incorporation into your own software. Also, I don't know what kind of licensing applies here.
I would suggest you try svmlight. I am not sure that it implements SMO, though. I do know that Weka has a java implementation of an SVM classifier using SMO, which may also be helpful to you. It also includes many other kinds of classifiers, and it is fairly easy to use.
Удачи!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With