Tagged Questions
5
votes
3answers
1k views
Recommendation Engines for Java applications
I was wondering to know if there is any open sources recommendation engines available? It should suggest some think like amazon and netflix. I heard a framework "Apache Mahout - Taste". I am trying it ...
4
votes
3answers
80 views
Concerning a recommendation engine
What's a fast "if user A and user B like product C, they might be interested to follow each other" algorithm. I don't think that calculating their similarity at runtime is smart enough, because it ...
2
votes
1answer
699 views
Recommender system: simple user-based collaborative filtering to evaluate with precision and recall
I'm looking for a very simple implementation in Java of a user-based collaborative filtering. I would like to evaluate the precision and recall of this CF with the movielens dataset. I've seen that ...
1
vote
2answers
189 views
Lucene MoreLikeThis cannot be resolved to a type
I'm trying to use MoreLikeThis class from lucene as described in "Lucene in action" book, but that class does not seem to exist :/
I'm using lucene-core-2.9.4.jar, normal indexing and searching works ...
1
vote
2answers
171 views
Recommendation Engin for One of a Kind “Products”
A market we are building allows people to list their stuff to sell but in batches / bags / boxes. We are looking to build in a recommendation engine for this, but most of the articles out there seem ...