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 ...
3
votes
4answers
731 views
Best similarity metric for collaborative filtering?
I'm trying to decide on the best similarity metric for a product recommendation system using item-based collaborative filtering. This is a shopping basket scenario where ratings are binary valued - ...
1
vote
2answers
307 views
Slope One implementations offers poor recommendations
I'm attempting to implement a Slope One algorithm via PHP for user-based item recommendation. To do this, I'm using the OpenSlopeOne library. The problem I'm having is that the recommendations ...
1
vote
1answer
213 views
recommendation system data collection methodology
i am building a recommendation system in my application and i am probably going to use apache mahout, i ve to collect a big dataset, it ll be collected over a period of time...so which one is least ...
0
votes
0answers
37 views
How to analyse optimal weights for gathered information in recommendation systems [closed]
I want to write a master thesis about recommendation systems on e-commerce sites and there are several questions.
In my first brainstorming I listed some factors that (I think) provide information ...