Questions tagged [mahout-recommender]

A collaborative filtering engine takes users' preferences for items and returns estimated preferences for other items.

Mahout provides a rich set of components from which you can construct a customized recommender system from a selection of algorithms. Mahout is designed to be enterprise-ready; it's designed for performance, scalability and flexibility.

See Mahout Recommender Documentation

273 questions
-1
votes
1 answer

Mahout: Recommending Items for a user in particular product category

What do we have as of now? - We are using Mahout's GenericItemBasedRecommender to get a list of recommended products for a user using TanimotoCoefficientSimilarity as ItemSimilarity. Where do we want to go from here? - The above works fine when we…
-1
votes
1 answer

Can I use user-based recommendation on hadoop?

I'm reading 'Mahout in action',From this book, It has come to my attention that I can set a item-based recommendations.So I want to know is there anybody have set a user-based recommendation. And as I know FileDataModel supports update files,this is…
-3
votes
1 answer

Sales Recommendations with Mahout

I am building up a recommender system to recommend products that customers might be interested and I have a sales dataset, which has the customer ID and Product ID, and if the customer bought a product it would be represented by 1 or did not like…
1 2 3
18
19