PredictionIO - The Easy Recommendation Engine
Written by Alex Armstrong   
Monday, 14 April 2014

One of the most common applications of AI or advanced stats, depending on how you look at it, is the recommendation engine. All too often the first impulse is to build your own - but it's tough and there is a ready made solution in the form of PredictionIO. 

PredictionIO is an open source project that has just reached version 0.7 and been featured on Mozilla Hacks - so why not let even more people know about it.?

predictionioicon

It is a machine learning server that allows you to create predictive systems such as personalization, recommendation and content discovery. 

The system has a modular design with two "engines" at the moment - one to perform item-recommendation and item-similarity. Each engine can be associated with an algorithm that does the job. The software comes with some default algorithms for each engine but you can add your own. The algorithms include matrix factorization and k-NN methods. 

 

 

 

To use the system you need Java 7 and MongoDB and can make use of Hadoop as well but it is now an optional extra.  The latest version also supports GraphChi a large-scale graph computation framework. 

Once installed you can connect to it via the network and its web UI. Once you have added some data you can select and engine and set it training - this can take some time. 

Two sample database are provided. The first well tell you ten other movies you might like if you like a specific movie and a restaurant recommendation engine. There is also a demo website that suggests startups to follow given any that you are already following. 

predictionioicon

 

Banner


Supersimple - Deep Insights From Data
02/04/2024

Announcing $2.2 Million in pre-seed funding, the Estonian startup Supersimple has launched an AI-native data analytics platform which combines a semantic data modeling layer with the ability to answer [ ... ]



Can C++ Be As Safe As Rust?
10/04/2024

Herb Sutter is a well known and respected C++ champion and he thinks that the language only needs a few tweaks to make it as safe as Rust. Can this be true?


More News

 

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Monday, 14 April 2014 )