Tagged Questions
4
votes
2answers
263 views
Collaborative Filtering: Ways to determine implicit scores for products for each user?
Having implemented an algorithm to recommend products with some success, I'm now looking at ways to calculate the initial input data for this algorithm.
My objective is to calculate a score for each ...
2
votes
3answers
103 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 ...