TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

PyBrain: modular Machine Learning Library for Python

77 点作者 rayvega超过 14 年前

7 条评论

djacobs超过 14 年前
Python v. Ruby. The eternal question. The languages might not be different, but the communities definitely are.<p>This just convinced me I need to switch my efforts from Ruby to Python.
评论 #1821947 未加载
评论 #1819857 未加载
jgershen超过 14 年前
It seems like this would be a reasonable introduction to neural network programming (while PyBrain contains code for other classifiers, the site also suggests that this is mainly for comparative purposes). If you were more concerned about performance, it seems like it might be better to check out libfann.<p>I couldn't easily find comparative benchmarks, so this opinion is just based on the documentation of the two libraries and what they say about themselves. If I have some free time this week (hah!) I'll throw together a quick and dirty performance comparison.
d0m超过 14 年前
I wish I had that 2 years ago in university :) It seems well coded, the documentation is clear and concise and it's in python! Overall, a cute library that I will certainly add to my bag.<p>I have two small concerns thought:<p>1- "Only forward"<p>2- Possibility to expend it.. For instance, what if I want to evolve my neural network with a genetic algorithm, is this possible? And if so, how easy it is?
sammcd超过 14 年前
I tried this out about a year ago while at college. The dependencies were very painful and I was never able to install it.<p>I would love to know if anyone has this running on Mac OS X successfully now. I'd love to check it out, but had a terrible experience last time I tried it.
Luyt超过 14 年前
It would be nice to see a neural network learning how to land a plane safely... even with crosswind. I think it'd be able to pull that off.
Tichy超过 14 年前
Does it work on Google App Engine?
brownleej超过 14 年前
One step closer to being able to simply put "import soul" at the top of my scripts.