Anyone else used Mahout? What are your experiences with it?
Building a recommendation engine, foursquare style
11–15 of 15 posts
Re: Building a recommendation engine, foursquare style
#12Anyone else used Mahout? What are your experiences with it?
Re: Building a recommendation engine, foursquare style
#13Re: Building a recommendation engine, foursquare style
#14By setting some constraints on which scores were significant, it was possible to build the resulting similarity matrix in less than an hour on a 40-machine cluster 40 machines!?! Wow. We compute our recommendations at Grooveshark in a couple hours on a crappy 2-node Hadoop cluster. hah. We have about as many songs as they have venues, so I have no idea why they need so many nodes. Or maybe we're just extraordinarily…
Re: Building a recommendation engine, foursquare style
#15Anyone else used Mahout? What are your experiences with it?
We tried using it a while ago when it was first getting started. It was a pain to use back then but afaik it has advanced quite a bit and after seeing this post I'll be taking another jab at it. If you want an out-of-the-box recommender, Mahout is good while providing many other Machine Learning algorithms that can be run at scale. You definitely need to have some technical knowledge though. One thing that I don't li…