Open source AI library adds algorithms
News
Monday, 08 November 2010

There was a time when all you needed was an implementation of an AI algorithm. Today you need one that can process lots and lots of data. Mahout is just such a library. It is based on Hadoop and a new version is available.

Banner

 

The Mahout library is a collection of AI algorithms implemented in Java and released as open source code. One of its important characteristics is that it is scalable and many of its algorithms make use of Hadoop map/reduce.

It currently has four general approaches - recommendation mining, clustering, classifying and "item set" mining. Recommendation and item set mining have direct application to the sort of web-based technique that is becoming so important. Recommendation mining takes users' behavior and tries to find other items they might like. Itemset mining takes data like shopping carts and tries to identify items that tend to occur together.

 

mahoot

 

Version 0.4 has added new algorithms that are worth knowing about: spectral clustering,  minhash clustering, a vector classifier, new naive Bayes classifier and additions to the number crunching routines such as a distributed Lanczos SVD  implementation.

As most of the algorithms are implemented on top of Hadoop it is harder to get started than with a simple non-distributed implementation, but as the dataset gets bigger you can simply add more machines without having to rewrite your software. You can get started with a single machine Hadoop implementation.

Mahout is not only a great resource for research and learning but it could also be the basis of some real AI-based systems.

Related reading:

Hadoop: The Definitive Guide  (Book Review)

<ASIN:1449389732>

 

Banner


Hydraulic Atlas Bows Out, Welcome Electric Atlas
21/04/2024

Boston Dynamics dismayed us at the beginning of the week with a video that suggested was discontinuing Atlas, its humanoid robot. Fast forward a day and its successor was unveiled. Designed to be even [ ... ]



Udacity's New Discovering Ethical AI Course
12/04/2024

Udacity has just launched an hour-long course on Ethical AI. Intended for a wide audience across many industries, it introduces to basic concepts and terms needed to step into the world of Ethica [ ... ]


More News

Last Updated ( Monday, 08 November 2010 )