Tagged Questions
17
votes
4answers
3k views
What should be considered when building a Recommendation Engine?
I've read the book Programming Collective Intelligence and found it fascinating. I'd recently heard about a challenge amazon had posted to the world to come up with a better recommendation engine for ...
10
votes
5answers
629 views
Tag/Keyword based recommendation
Hello
I am wondering what algorithm would be clever to use for a tag driven e-commerce enviroment:
Each item has several tags. IE:
Item name: "Metallica - Black Album CD", Tags: "metallica", ...
6
votes
3answers
538 views
How can I implement a recommendation engine?
Pls also be patient with my writing, as my English is not proficient.
As a programmer, I wanna learn about the algorithm, or the machine learning intelligence, that are implemented underneath such ...
4
votes
3answers
59 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 ...
4
votes
2answers
661 views
efficient library to recommend product based on user history
I have a database of which products every user has viewed and I want to recommend a product based on what similar users have viewed. Is there a Python library that can achieve this? I don't need ...
3
votes
1answer
153 views
how to group photos with similar faces together
In most face recognition SDK, it only provides two major functions
detecting faces and extracting templates from photos, this is called detection.
comparing two templates and returning the similar ...
3
votes
3answers
315 views
Beyond item-to-item recommendations
Simple item-to-item recommendation systems are well-known and frequently implemented. An example is the Slope One algorithm. This is fine if the user hasn't rated many items yet, but once they have, I ...
2
votes
3answers
89 views
Recommendation algorithm (and implementation) for finding similar items and users
I have a database of about 700k users along with items they have watched/listened to/read/bought/etc.
I would like to build a recommendation engine that recommends new items based on what users with ...
2
votes
1answer
270 views
How to implement this recommendation algorithm?
Most recommendation algorithm articles I've read are focused on the Netflix model where users rate items. What I want to do is slightly different (I think).
Let's say that instead, I want to create a ...
2
votes
1answer
142 views
How to continually filter interesting data to the user?
Take an example of a question/answer site with a 'browse' slideshow that will show one question/answer page at a time. The user clicks the 'next' button and a new question/answer is presented to him. ...
1
vote
2answers
79 views
How does one write a recommended item system? [closed]
Possible Duplicate:
Where can I learn about recommendation systems?
I am always interested in how web sites recommend articles and users to me, based on what I "like", what I follow, what I ...
1
vote
2answers
452 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
422 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
134 views
Can I find another course similar to this UC Berkeley course
I have been looking online to learn how the current crop of web applications manage their data, on both the server side and client side.
Like, I'm intrigued by Google Suggest, personal ...
0
votes
1answer
215 views
How to implement a real estate recommendation engine?
I am talking about something like movie/item recommendation, but it seems that real estate is more tricky. When visiting a web-site and doing some search for RE, the user should be presented with some ...