Difference between revisions of "Mahout"
Jump to navigation
Jump to search
Zeno Gantner (talk | contribs) |
Zeno Gantner (talk | contribs) |
||
| (6 intermediate revisions by 2 users not shown) | |||
| Line 2: | Line 2: | ||
Mahout also contains implementations of several [[collaborative filtering]] algorithms. | Mahout also contains implementations of several [[collaborative filtering]] algorithms. | ||
| − | == | + | Mahout is written in [[Java]], parts of it are written using the [[MapReduce]] programming paradigm in order to enable large scale distribution of algorithmic computation using [http://hadoop.apache.org Apache Hadoop]. |
| + | |||
| + | == Literature == | ||
| + | * [[Sean Owen]], Robin Anil, [[Ted Dunning]], Ellen Friedman: ''[http://www.manning.com/owen/ Mahout in Action]'', Manning, 2011. | ||
| + | |||
| + | == External links == | ||
* [http://mahout.apache.org/ Apache Mahout] | * [http://mahout.apache.org/ Apache Mahout] | ||
* [http://code.google.com/p/unresyst/wiki/CreateMahoutRecommender Mahout for Newbies: How to Create a Recommender] | * [http://code.google.com/p/unresyst/wiki/CreateMahoutRecommender Mahout for Newbies: How to Create a Recommender] | ||
* [[Wikipedia: Apache Mahout]] | * [[Wikipedia: Apache Mahout]] | ||
| + | * ''[http://ssc.io/deploying-a-massively-scalable-recommender-system-with-apache-mahout/ Deploying a massively scalable recommender system with Apache Mahout]'', blog post by [[Sebastian Schelter]] | ||
| + | * [https://github.com/vasinov/jruby_mahout JRuby Mahout] | ||
| − | [[Category:Software]] | + | [[Category: Java]] |
| + | [[Category: Ruby]] | ||
| + | [[Category: Software]] | ||
Latest revision as of 07:25, 21 December 2012
Apache Mahout is a scalable machine learning library that supports large data sets. Mahout also contains implementations of several collaborative filtering algorithms.
Mahout is written in Java, parts of it are written using the MapReduce programming paradigm in order to enable large scale distribution of algorithmic computation using Apache Hadoop.
Literature
- Sean Owen, Robin Anil, Ted Dunning, Ellen Friedman: Mahout in Action, Manning, 2011.