使用 Apache Mahout 机器学习库
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/1351824/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Using the Apache Mahout machine learning libraries
提问by Brian
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.
在过去的几周里,我一直在空闲时间使用 Apache Mahout 机器学习库。我很想知道其他人如何使用这些库。
回答by SquareCog
This article is fairly thorough and has good examples: https://www.ibm.com/developerworks/java/library/j-mahout/index.html
这篇文章相当透彻并且有很好的例子:https: //www.ibm.com/developerworks/java/library/j-mahout/index.html
回答by Renata
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.
我使用 Mahout 来实现分布式推荐系统。我们的项目是开发一个移动平台来创建协同过滤推荐。我们从用户那里收集数据,然后使用 Mahout + Hadoop 来提出建议。
The projects is described here
这些项目在这里描述
http://ceur-ws.org/Vol-676/paper9.pdf
http://ceur-ws.org/Vol-676/paper9.pdf
http://egc2012.labri.fr/abstracts/139.pdf
http://egc2012.labri.fr/abstracts/139.pdf
And some of it in my blog here: http://girlincomputerscience.blogspot.com.br/
其中一些在我的博客中:http: //girlincomputerscience.blogspot.com.br/

