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.? 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.
More InformationPredictionIO Sample Project with Public AngelList Data Microsoft Wins Award for Infer.NET Bayesian Modeler Related ArticlesComputer Science Of Prediction - Who Will Win The Oscars MathJS A Math Library For JavaScript Free Sage Math Cloud - Python And Symbolic Math Microsoft's New Research Center into Social Data Google Flu Prediction - Beware The Media Effect Twitter Can't Predict Elections Either Social Networks, Suicide and Statistics
To be informed about new articles on I Programmer, install the I Programmer Toolbar, subscribe to the RSS feed, follow us on, Twitter, Facebook, Google+ or Linkedin, or sign up for our weekly newsletter.
Comments
or email your comment to: comments@i-programmer.info |
Last Updated ( Monday, 14 April 2014 ) |