[SciPy-user] Presentation of pymachine, a python package for machine learning

Matthieu Brucher matthieu.brucher at gmail.com
Mon May 14 02:10:54 EDT 2007


>
>    - For people willing to use machine learning related software in
> python/scipy, what are the main requirements/concern ? (eg Data
> exploration GUI, efficiency, readability of the algorithms, etc...)
>

It depends on what you call visualization, from my point of view.
Visualization is, for me, made by dimensionality reduction - I want to port
a Matlab toolbox that encompass every algorithm in the field, I wish I had
more time ! -, KPCA is used for that purpose, not EM or SVMs, for instance.
I didn't know of Orange, it seems very intersting, I had a similar piece of
software in mind, with a pipeline processor, but with more interaction
(several inputs, outputs, flow control, ...)

BTW, if you need a neighboor tree implementation in C++ with a Python
interface - useful for clustering ? -, let me know ;)

Matthieu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20070514/c35dccb4/attachment.html>


More information about the SciPy-User mailing list