使用 Apache Mahout 机器学习库
在过去的几周里,我在空闲时间一直在研究 Apache Mahout 机器学习库。我很想知道其他人如何使用这些库。
I've been working with the Apache Mahout machine learning libaries in my free time a bit over the past few weeks. I'm curious to hear about how others are using these libraries.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这篇文章相当详尽,并且有很好的例子:
https://www.ibm.com/developerworks/java/library /j-mahout/index.html
This article is fairly thorough and has good examples:
https://www.ibm.com/developerworks/java/library/j-mahout/index.html
我使用 Mahout 来实现分布式推荐系统。
我们的项目是开发一个移动平台来创建协作过滤推荐。
我们从用户那里收集数据,然后使用 Mahout + Hadoop 提出建议。
这些项目在此处描述
http://ceur-ws.org/Vol-676/paper9。 pdf
http://egc2012.labri.fr/abstracts/139.pdf
其中一些内容在我的博客中:
http://girlincomputerscience.blogspot.com.br/
I used Mahout to implement a distributed recommender system.
Our project was to develop a mobile platform to create collaborative filtering recommendations.
We gathered data from the users and then used Mahout + Hadoop to make the recommendations.
The projects is described here
http://ceur-ws.org/Vol-676/paper9.pdf
http://egc2012.labri.fr/abstracts/139.pdf
And some of it in my blog here:
http://girlincomputerscience.blogspot.com.br/