Difference between revisions of "Mahout"

From RecSysWiki
Jump to navigation Jump to search
Line 1: Line 1:
 
'''Apache Mahout''' is a scalable machine learning library that supports large data sets.
 
'''Apache Mahout''' is a scalable machine learning library that supports large data sets.
 +
Mahout also contains implementations of several [[collaborative filtering]] algorithms.
  
 
== Related Links ==
 
== Related 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]
 +
 
[[Category:Software]]
 
[[Category:Software]]

Revision as of 12:13, 22 February 2011

Apache Mahout is a scalable machine learning library that supports large data sets. Mahout also contains implementations of several collaborative filtering algorithms.

Related Links