TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

MLPY - high-performance Python library for predictive modeling

102 pointsby helwrabout 14 years ago

5 comments

bravuraabout 14 years ago
I'm not aware of anyone who uses mlpy, but I would be curious to hear about experiences with it.<p>In Python, for general Machine Learning I really like scikits.learn (<a href="http://scikit-learn.sourceforge.net/" rel="nofollow">http://scikit-learn.sourceforge.net/</a>). The library is Pythonic and includes many common ML tools I need.<p>I have heard good things about Shogun (<a href="http://www.shogun-toolbox.org/" rel="nofollow">http://www.shogun-toolbox.org/</a>), which is written in C++ and has bindings for many other languages, including Python. Shogun appears to be more focused on kernel algorithms (e.g. SVMs).<p>There's a GSOC project to bind Vowpal Wabbit in Shogun. That would be sweet. This was mentioned by John Langford on the VW mailing list.<p>Theano (<a href="http://deeplearning.net/software/theano/" rel="nofollow">http://deeplearning.net/software/theano/</a>) is great if you are devising your own ML models, particularly ones that are based upon gradient descent. It's Python and it automatically compiles to C/C++ and then machine code for your CPU or GPU.
评论 #2477234 未加载
评论 #2477388 未加载
daemonabout 14 years ago
Previous, related discussion: <a href="http://news.ycombinator.com/item?id=490851" rel="nofollow">http://news.ycombinator.com/item?id=490851</a>
sebkomianosabout 14 years ago
A good chance to teach both Machine Learning and Python, should be interesting to see if any lecturers actually try it..
kqueueabout 14 years ago
On a related note<p><a href="http://academicearth.org/courses/machine-learning" rel="nofollow">http://academicearth.org/courses/machine-learning</a>
egypturnashabout 14 years ago
My Little PonY?