| clear query|facets|time |
Search criteria: .
Results from 71 to 80 from
697 (0.153s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Tensor SVD possible? - Mahout - [mail # user]
|
|
...I don't recall that we have any code for this. On 15.03.2013 09:31, Bartholom�us Maciag wrote:...
|
|
|
Author: Sebastian Schelter,
2013-03-15, 08:48
|
|
|
Re: Adding a new command-line program - Mahout - [mail # dev]
|
|
...Adding to the .props file should be enough, afaik. You should debug the first lines of MahoutDriver. Best, Sebastian On 14.03.2013 21:39, Ted Dunning wrote:...
|
|
|
Author: Sebastian Schelter,
2013-03-14, 20:49
|
|
|
Re: Discussion Of ML environment/MR, Mahout - Mahout - [mail # dev]
|
|
...I have run the current ALS code on netflix some month ago, but not done a thorough benchmark. I can do this next week, when I have access to a cluster again and give some numbers, so we can ...
|
|
|
Author: Sebastian Schelter,
2013-03-13, 19:41
|
|
|
Re: mahout collections updates - Mahout - [mail # dev]
|
|
...Using this code in DenseVector gives me similar performance: @Override public double dot(Vector x) { if (!x.isDense()) { return super.d...
|
|
|
Author: Sebastian Schelter,
2013-03-12, 22:42
|
|
|
Re: Discossuon Of ML environment/MR, Mahout - Mahout - [mail # dev]
|
|
...On 12.03.2013 23:21, Sean Owen wrote: It's not a bad way per se, its a repartition join. Side-loading means doing a broadcast join, which is more performant but only works as long as t...
|
|
|
Author: Sebastian Schelter,
2013-03-12, 22:32
|
|
|
Re: mahout collections updates - Mahout - [mail # dev]
|
|
...I wrote a small benchmark as we investigated this issue recently for computing recommendations from an ALS factorization. https://gist.github.com/sscdotopen/5147521 Here's some r...
|
|
|
Author: Sebastian Schelter,
2013-03-12, 22:07
|
|
|
Re: mahout collections updates - Mahout - [mail # dev]
|
|
...I looked into DenseVector and it doesn't use any primitive collections, so ignore my last mail :) On 12.03.2013 22:16, Sebastian Schelter wrote:...
|
|
|
Author: Sebastian Schelter,
2013-03-12, 21:21
|
|
|
Re: mahout collections updates - Mahout - [mail # dev]
|
|
...As a sidenote: I was kinda shocked recently, that switching from DenseVector's dot() method to a direct dot product computation gave a 3x increase in performance in org.apache.mahout.cf.tast...
|
|
|
Author: Sebastian Schelter,
2013-03-12, 21:16
|
|
|
Re: Discossuon Of ML environment/MR, Mahout - Mahout - [mail # dev]
|
|
...That's a tough question. I'd say we should only consider a) or c) as I makes no sense to depend on some research prototype system that might vanish once people get their funding cut. O...
|
|
|
Author: Sebastian Schelter,
2013-03-11, 21:39
|
|
|
Re: Discossuon Of ML environment/MR, Mahout - Mahout - [mail # dev]
|
|
...I spent the last months working on the Stratosphere system, which is developed by my group. It's a research prototype, but it's got so much things that we would need. It extends the Ma...
|
|
|
Author: Sebastian Schelter,
2013-03-11, 20:54
|
|
|
|