Tagged Questions

8
votes
6answers
3k views

How to create my own recommendation engine?

I am interested in recommendation engines these days and I want to improve myself in this area. I am currently reading "Programming Collective Intelligence" I think this is the best book about this ...
1
vote
2answers
458 views

How to build a movie recommender system? [closed]

What is the best approach? What are the algorithms used? What are their strengths and weaknesses? Why do current movie recommender systems fail at providing good recommendations?
1
vote
1answer
424 views

Media recommendation engine - Single user system - How to start

I want to implement a media recommendation engine. I saw a similar posts on this, but I think my requirements are bit different from those, so posting here. Here is the deal. I want to implement a ...
0
votes
1answer
80 views

Rails item-to-item recommendation engine database design for boolean data?

I've been studying Programming Collective Intelligence and the algorithms for doing item to item recommendations make enough sense to me so far, but I'm stuck now with how to make an actual database ...
0
votes
2answers
205 views

Recommendation system experimentation

I'm reading the book Programming Collective Intelligence and trying to apply what I've learned against the Northwind database. Though I'm not yet confident in my understanding of the algorithms ...