| clear query|facets|time |
Search criteria: .
Results from 101 to 110 from
2734 (0.166s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: ALS-WR on Million Song dataset - Mahout - [mail # user]
|
|
...One word of caution, is that there are at least two papers on ALS and they define lambda differently. I think you are talking about "Collaborative Filtering for Implicit Feedback Datasets". ...
|
|
|
Author: Sean Owen,
2013-03-18, 16:47
|
|
|
Re: Boosting User-Based with the user's attributes - Mahout - [mail # user]
|
|
...There is a difference between the recommender and the similarity metric it uses. My suggestion was to either use your item data with the recommender and hobby data with the similarity metric...
|
|
|
Author: Sean Owen,
2013-03-18, 13:54
|
|
|
Re: Boosting User-Based with the user's attributes - Mahout - [mail # user]
|
|
...You would have to make up the similarity metric separately since it depends entirely on how you want to define it. The part of the book you are talking about concerns rescoring, which is not...
|
|
|
Author: Sean Owen,
2013-03-18, 13:23
|
|
|
Re: reproducibility - Mahout - [mail # user]
|
|
...If an algorithm has a stochastic/random element, no it won't necessarily produce the same result, by design. If you can fix the seed of the random number generator, you should get the same r...
|
|
|
Author: Sean Owen,
2013-03-17, 13:57
|
|
|
Re: reproducibility - Mahout - [mail # user]
|
|
...What's your question? ALS has a random starting point which changes the results a bit. Not sure about KNN though. On Sun, Mar 17, 2013 at 3:03 AM, Koobas wrote: ...
|
|
|
Author: Sean Owen,
2013-03-17, 12:46
|
|
|
Re: Boosting User-Based with the user's attributes - Mahout - [mail # user]
|
|
...There are many ways to think about combining these two types of data. If you can make some similarity metric based on age, gender and interests, then you can use it as the similarity m...
|
|
|
Author: Sean Owen,
2013-03-16, 12:41
|
|
|
Re: QR decomposition in ALS-WR code - Mahout - [mail # user]
|
|
...I think you are referring to the same step? QR decomposition is how you solve for u_i which is what I imagine the same step you have in mind....
|
|
|
Author: Sean Owen,
2013-03-15, 11:20
|
|
|
Re: Discussion Of ML environment/MR, Mahout - Mahout - [mail # dev]
|
|
...On Wed, Mar 13, 2013 at 7:41 PM, Sebastian Schelter wrote: That's all true but would you imagine I/O is 97.5% of the run-time? A 100-feature vector is 400 bytes, but to compute ...
|
|
|
Author: Sean Owen,
2013-03-14, 16:02
|
|
|
Re: Mahout and Hadoop 2 - Mahout - [mail # user]
|
|
...I think someone submitted a different build profile that changes the dependencies for you. I believe the issue is using "hadoop-common" and not "hadoop-core" as well as changing versions. I ...
|
|
|
Author: Sean Owen,
2013-03-13, 20:13
|
|
|
Re: Discussion Of ML environment/MR, Mahout - Mahout - [mail # dev]
|
|
...I think "just classifiers on just Hadoop" is enough for a project. I think "most ML on just Hadoop" is quite a big project, and even that hasn't nearly been completed here. I think "most ML ...
|
|
|
Author: Sean Owen,
2013-03-13, 19:55
|
|
|
|