MVN

org.apache.mahout : mahout

Maven & Gradle

Jul 17, 2020
2k stars

Apache Mahout · Mahout's goal is to build scalable machine learning libraries. With scalable we mean: Scalable to reasonably large data sets. Our core algorithms for clustering, classification and batch based collaborative filtering are implemented on top of Apache Hadoop using the map/reduce paradigm. However we do not restrict contributions to Hadoop based implementations: Contributions that run on a single node or on a non-Hadoop cluster are welcome as well. The core libraries are highly optimized to allow for good performance also for non-distributed algorithms. Scalable to support your business case. Mahout is distributed under a commercially friendly Apache Software license. Scalable community. The goal of Mahout is to build a vibrant, responsive, diverse community to facilitate discussions not only on the project itself but also on potential use cases. Come to the mailing lists to find out more. Currently Mahout supports mainly four use cases: Recommendation mining takes users' behavior and from that tries to find items users might like. Clustering takes e.g. text documents and groups them into groups of topically related documents. Classification learns from existing categorized documents what documents of a specific category look like and is able to assign unlabelled documents to the (hopefully) correct category. Frequent itemset mining takes a set of item groups (terms in a query session, shopping cart content) and identifies, which individual items usually appear together.

<dependency>
    <groupId>org.apache.mahout</groupId>
    <artifactId>mahout</artifactId>
    <version>14.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.mahout : mahout to add to Maven - Latest Versions:

  • Latest Stable: 14.1

All Versions

Choose a version of org.apache.mahout : mahout to add to Maven - All Versions:

Version Vulnerabilities Updated
14.1
mahout-14.1
0.13.x
mahout-0.13.0
0.12.x
mahout-0.12.2
mahout-0.12.1
mahout-0.12.0
0.11.x
mahout-0.11.2
mahout-0.11.1
mahout-0.11.0
0.10.x
mahout-0.10.2
mahout-0.10.1
mahout-0.10.0
0.9
mahout-0.9
0.8
mahout-0.8
0.7
mahout-0.7
0.6
mahout-0.6
0.5
mahout-0.5
0.4
mahout-0.4
0.3
mahout-0.3
0.2
mahout-0.2
0.1
mahout-0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.apache.mahout</groupId>
    <artifactId>mahout</artifactId>
    <version>14.1</version>
</dependency>

Advertisement