| clear query|facets|time |
Search criteria: recommender.
Results from 81 to 90 from
440 (0.466s).
|
|
|
Did you mean:
|
|
Loading phrases to help you refine your search...
|
|
Re: Recommendation scores from LogLikelihood Similarity recommender - Mahout - [mail # user]
|
|
... recommend that you test a boolean approach where in *any* action is considered positive and another where you consider only your positive actions and ignore your negative actions. If necessary...
|
|
|
Author: Ted Dunning,
2012-05-06, 19:53
|
|
|
Re: Problems with Mahout's RecommenderIRStatsEvaluator - Mahout - [mail # user]
|
|
...Sean I think it is still a supervised learning problem in that there is a labelled training data set and an unlabeled test data set. Learning a ranking doesn't change the basic ...
|
|
|
Author: Ted Dunning,
2013-02-16, 23:15
|
|
|
Re: Problems with Mahout's RecommenderIRStatsEvaluator - Mahout - [mail # user]
|
|
...There are a variety of common time based effects which make time splits best in many practical cases. Having the training data all be from the past emulates this better than random spl...
|
|
|
Author: Ted Dunning,
2013-02-16, 23:12
|
|
|
Re: (near) real time recommender/predictor - Mahout - [mail # user]
|
|
...On Sat, Feb 2, 2013 at 1:03 PM, Pat Ferrel wrote: No. I agree with it. Human relatedness decays much more quickly than item popularity. I was extending this. &...
|
|
|
Author: Ted Dunning,
2013-02-02, 21:25
|
|
|
Re: (near) real time recommender/predictor - Mahout - [mail # user]
|
|
...Pat, This is an important effect and it strongly informs how you should down-sample heavy users as well as how you should handle temporal dynamics. On Sat, Feb 2, 2013 at 9:54 AM...
|
|
|
Author: Ted Dunning,
2013-02-02, 19:44
|
|
|
Re: recommend ads using mahout? - Mahout - [mail # user]
|
|
... doesn't provide the necessary accuracy. I have some early work on the bandit algorithms on github but this is still early work. I think that using a recommender with ad features only would...
|
|
|
Author: Ted Dunning,
2012-04-04, 14:18
|
|
|
Re: Cluster-based recommenders - Mahout - [mail # user]
|
|
...Be aware that cluster based recommenders almost never perform as well as user/item based recommenders. On Mon, Mar 12, 2012 at 10:03 AM, Ahmed Abdeen Hamed wrote: ...
|
|
|
Author: Ted Dunning,
2012-03-12, 17:49
|
|
|
Re: Item Recommendations - Time based - Mahout - [mail # user]
|
|
...Sean's comment is dead-on and your design inclinations are just fine. Hadoop can (eventually) help with the offline item similarity computation. The existing Mahout recommendation engine...
|
|
... can do the actual item recommendation work at very high speed with an appropriate data store. On Mon, Mar 12, 2012 at 10:25 AM, Mridul Kapoor wrote: ...
|
|
|
Author: Ted Dunning,
2012-03-12, 17:48
|
|
|
Re: Item Recommendations - Time based - Mahout - [mail # user]
|
|
...I would generally recommend using the LLR similarity. But if you have an itch, scratch it. I do think we have a tanimoto similarity already, possibly under a slightly different name...
|
|
|
Author: Ted Dunning,
2012-03-12, 22:59
|
|
|
Re: Item Recommendations - Time based - Mahout - [mail # user]
|
|
...Actually I don't think that you will need to implement your own item similarity. Just preprocess your input by grouping by user and sorting by time. Then break user sessions into sepa...
|
|
|
Author: Ted Dunning,
2012-03-12, 18:52
|
|
|
|