Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Java's Mahout equivalent in Python

Tags:

Java based Mahout's goal is to build scalable machine learning libraries. Are there any equivalent libraries in Python ?

like image 754
Srikar Appalaraju Avatar asked Jan 27 '11 17:01

Srikar Appalaraju


People also ask

What is Apache Mahout used for?

Apache Mahout is an open source project to create scalable, machine learning algorithms. Mahout operates in addition to Hadoop, which allows you to apply the concept of machine learning via a selection of Mahout algorithms to distributed computing via Hadoop.

Who uses Apache Mahout?

That it is used by large corporates like Facebook, Foursquare, Twitter, LinkedIn and Yahoo! is testimony to its effectiveness. Apache Mahout is an open source project that is used to construct scalable libraries of machine learning algorithms.


1 Answers

scikits learn is highly recommended http://scikit-learn.sourceforge.net/

like image 72
Navi Avatar answered Sep 29 '22 18:09

Navi