I don't know very well libsvm too, the core of svm-mlpy is written in C and was developed by Stefano Merler ([EMAIL PROTECTED]). I have simply wrapped it into svm() Python class.
Regards, /* da */ Matthieu Brucher ha scritto: > Thanks for the reference :) > > I should have asked in other terms : how does it compare to libsvm, > which is one of the most known packages for SVMs ? > > Matthieu > > 2008/2/15, Davide Albanese <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>: > > Dear Matthieu, > I don't know very well scikit. > The Svm is implemented by Sequential Minimal Optimization (SMO). > As for Terminated Ramps (TR) you can read this paper: > /S. Merler and G. Jurman/* Terminated Ramp - Support Vector Machine: a > nonparametric data dependent kernel* Neural Network, 19(10), > 1597-1611, > 2006. > > /* da */ > > > > > -- > French PhD student > Website : http://matthieu-brucher.developpez.com/ > Blogs : http://matt.eifelle.com and http://blog.developpez.com/?blog=92 > LinkedIn : http://www.linkedin.com/in/matthieubrucher _______________________________________________ Numpy-discussion mailing list [email protected] http://projects.scipy.org/mailman/listinfo/numpy-discussion
