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 ...
3
votes
6answers
597 views
What do I need in a database for “Customers Who Bought This Item Also Bought”?
Amazon has "Customers Who Bought This Item Also Bought".
I am wondering and want to add this to my shopping cart which I made.
What fields do I need in a database? Any website, blog or resources for ...
2
votes
1answer
369 views
Movies recommendation engine conceptual database design
I am working at an movie recommendations engine and i'm facing a DB design issue.
My actual database looks like this:
MOVIES [ID,TITLE]
KEYWORDS_TABLE [ID,KEY_ID]
where ID is Foreign Key for ...