Re: [Dclib-devel] about dlib C++ library
Brought to you by:
davisking
From: Davis K. <dav...@us...> - 2009-07-05 14:43:08
|
If you are looking at the svm_ex.cpp ( http://dclib.sourceforge.net/svm_ex.cpp.html) example program then you are seeing the svm_nu_trainer object (see http://dclib.sourceforge.net/ml.html#svm_nu_trainer). It uses the standard SMO algorithm and there are some more relevant papers sited in the link above. If you want to know a lot more about SVMs and SMO then the best resource available is probably the book Learning with Kernels: Support Vector Machines, Regularization, Optimization, and Beyond by Schlkopf and Smola. Hope that helps. -Davis On Sun, Jul 5, 2009 at 2:38 AM, Lazaro Bustio Martinez <lb...@gm...>wrote: > Hello... I was looking for an SVM implementation and I found yours... but I > can't see wich algorithm for SVM training did you used. Can you give me more > information about it? > > Excuse me my english... > > Thanks a lot. > > Lazaro Bustio > |