Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get insights from the Netflix, Amazon, etc. on recommendation engines #37

Open
sonyahanson opened this issue Nov 21, 2015 · 2 comments
Open

Comments

@sonyahanson
Copy link

Fun stuff. Some interesting insights here already, from these two blog posts from Netflix (though they're already >2 years old):

http://techblog.netflix.com/2012/04/netflix-recommendations-beyond-5-stars.html
http://techblog.netflix.com/2012/06/netflix-recommendations-beyond-5-stars.html

-> 'optimizing for diversity as well as accuracy' and having categories, because maybe you're not always in the mood for the same salad? We can pick and choose what from these is relevant to us.

@sonyahanson
Copy link
Author

also

If you are looking for a ranking function that optimizes consumption, an obvious baseline is item popularity. The reason is clear: on average, a member is most likely to watch what most others are watching. However, popularity is the opposite of personalization: it will produce the same ordering of items for every member. Thus, the goal becomes to find a personalized ranking function that is better than item popularity, so we can better satisfy members with varying tastes.

@sonyahanson
Copy link
Author

Wikipedia link to 'the family of machine learning problems known as learning to rank'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant