Why doesn't it help you? And why do you want to port an SVM? So this is more of a coding exercise? There is a blog-post by Mathieu on implementing SVMs using CVXOPT (http://www.mblondel.org/journal/2010/09/19/support-vector-machines-in-python/) and there are some more educational implementations for the machine learning book by Marsland: http://seat.massey.ac.nz/personal/s.r.marsland/MLBook.html
Most implementations will be highly optimized and probably not that great for learning and understanding. On 11/02/2014 03:36 PM, Philipp Schiffer wrote > Hi Sturla, > > yes I did - doesn't help me very much I fear. > > Best > > Philipp > > On 01/11/14 12:16, Philipp Schiffer wrote: > >> Would someone maybe know of a good tutorial, which could help porting a >> SVM written in Matlab to Python and Scikit-learn? > I suppose you have seen this? > > http://scikit-learn.org/stable/modules/svm.html > > > Sturla > > > ------------------------------------------------------------------------------ > _______________________________________________ > Scikit-learn-general mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/scikit-learn-general ------------------------------------------------------------------------------ _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
