I am currently playing around with it. Decent support vector machine implementation. However, I have some problems with it. It is by far not as hugh as weka http://www.cs.waikato.ac.nz/ml/weka/ It is in python (big plus) and seems to be easily hacked for online classification. I like https://mlpy.fbk.eu/ a bit better, as it has also a decent integrated Nearest Neighbor (ok, ok this one is not hard to implement on you…
PyML: machine learning in Python
11–18 of 18 posts
Re: PyML: machine learning in Python
#12I am currently playing around with it. Decent support vector machine implementation. However, I have some problems with it. It is by far not as hugh as weka http://www.cs.waikato.ac.nz/ml/weka/ It is in python (big plus) and seems to be easily hacked for online classification. I like https://mlpy.fbk.eu/ a bit better, as it has also a decent integrated Nearest Neighbor (ok, ok this one is not hard to implement on you…
Hey, what do FDA and DWT stand for? (Sorry, that link doesn't work for me.) Thanks!
Re: PyML: machine learning in Python
#13Re: PyML: machine learning in Python
#14Earlier quoted context omitted.
Hey, what do FDA and DWT stand for? (Sorry, that link doesn't work for me.) Thanks!
Google, being a good friend of mine, didn't mind me asking. His answer: Fisher Discriminant Analysis (FDA), Discrete Wavelet Transform (DWT). I'll introduce you: http://google.com
Re: PyML: machine learning in Python
#15http://www.ailab.si/orange/ This is the most thorough Python machine learning package I know of. Includes SVM. Lots of tutorials, too, and a visual development environment (if that's your style).
Re: PyML: machine learning in Python
#16http://www.ailab.si/orange/ This is the most thorough Python machine learning package I know of. Includes SVM. Lots of tutorials, too, and a visual development environment (if that's your style).
Wow, sounds impressive, but that link isn't working for me unfortunately! Do you know of a mirror?
Re: PyML: machine learning in Python
#17If only there were some good non-GPL machine learning libraries for Python...
http://www.scipy.org/scipy/scikits/wiki/MachineLearning
Still some active development, but needs more people:
http://projects.scipy.org/scipy/scikits/browser/trunk/learn/...
Re: PyML: machine learning in Python
#18http://www.ailab.si/orange/ This is the most thorough Python machine learning package I know of. Includes SVM. Lots of tutorials, too, and a visual development environment (if that's your style).
But Orange library is not actively developed/maintained. Right?
It is actively maintained/developed but by only few developers, so its progress can seem slow at times.