.net/java 中有哪些优秀的集体智能开源库?
或者有任何广泛利用集体智慧的开源项目吗?
Or any open source project which utilize collective intelligence extensively?.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
或者有任何广泛利用集体智慧的开源项目吗?
Or any open source project which utilize collective intelligence extensively?.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
看看 Toby Segaran 所著的集体智慧一书。 它涵盖了很多主题,例如亚马逊如何生成推荐等。书中有很多用Python编写的源代码,应该很容易移植到Java/.Net
Take a look at the book Collective Intelligence by Toby Segaran. It covers lots of topics, such as how Amazon generates recommendations etc etc. There's lots of source code in the book written in Python, which should be easy to port to Java/.Net
曼宁出版了一本新书,《行动中的集体智慧》。 还有用 Java 编写的代码示例。 我还推荐 Toby Segaran 的书。 来自 Java 背景的我能够毫无问题地遵循 Python 代码。
There's a new book out from Manning, "Collective Intelligence in Action". There are also code samples available written in Java. I also recommend the Toby Segaran book. Coming from a Java background I was able to follow the Python code without a problem.
查找 weka (java) 以及 Franke 和 Witten 的《数据挖掘》一书
look up weka (java) and the Datamining book by Franke and Witten