| clear query|facets|time |
Search criteria: .
Results from 171 to 180 from
810 (0.308s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Multi-file Matrices? - Mahout - [mail # user]
|
|
...The ordering *can* be chosen to be that. But nothing in our api documentation implies we will always do this, and in fact it completely depends on whether the MR job used to create the...
|
|
|
Author: Jake Mannix,
2011-11-14, 08:06
|
|
|
Re: Multi-file Matrices? - Mahout - [mail # user]
|
|
...I don't think we currently make any guarantees about sort-order of the parts themselves, or among the various part-files, as the may be created by any number of map-reduce jobs, and are then...
|
|
|
Author: Jake Mannix,
2011-11-14, 06:56
|
|
|
Re: lsi - Mahout - [mail # user]
|
|
...On Sun, Nov 13, 2011 at 10:31 PM, Ted Dunning wrote: Yeah, I guess I tend to make the assumption that everyone is all in memory like I've been the past 4 years or so. I hav...
|
|
|
Author: Jake Mannix,
2011-11-14, 06:40
|
|
|
Re: Multi-file Matrices? - Mahout - [mail # user]
|
|
...Yeah, in particular, DistributedRowMatrix "is" simply a SequenceFile, when in its serialized form. As such, this "file" can be (and typically is) a series of part-* files in a director...
|
|
|
Author: Jake Mannix,
2011-11-14, 06:34
|
|
|
Re: lsi - Mahout - [mail # user]
|
|
...On Sun, Nov 13, 2011 at 10:09 PM, Ted Dunning wrote: It's not just projection, it's for added relevance: if you are already doing Lucene for your scoring needs, you already are ...
|
|
|
Author: Jake Mannix,
2011-11-14, 06:18
|
|
|
Re: lsi - Mahout - [mail # user]
|
|
...Store the vectors as binary payloads and keep the projection matrix in memory with the qureryBuilder, to add an "lsi cosine" between query and doc scoring feature? On Nov 13, 2011 12:5...
|
|
|
Author: Jake Mannix,
2011-11-13, 23:56
|
|
|
Re: Mahout and multi-label classification - Mahout - [mail # user]
|
|
...On Tue, Nov 8, 2011 at 4:35 AM, Ted Dunning wrote: Only? You mean the only method we have currently implemented, right? Labeled LDA (PDF) is a good example of ...
|
|
|
Author: Jake Mannix,
2011-11-08, 18:07
|
|
|
Re: Comparing results of Mahout SVD and Scilab - Mahout - [mail # user]
|
|
...The output from the LanczosSolver is not the final set of results. The fact that you passed --cleansvd "true" to the system means that you want it to do some cleanup and remove any spu...
|
|
|
Author: Jake Mannix,
2011-11-08, 18:04
|
|
|
Re: Understanding the SVD recommender - Mahout - [mail # user]
|
|
...The idea is this: after k iterations, you have a k-by-k tri-diagonal matrix, the eigenvalues of *this* are *an approximation* to the top k eigenvalues of A*A'. The largest of these k w...
|
|
|
Author: Jake Mannix,
2011-11-07, 00:19
|
|
|
Re: Understanding the SVD recommender - Mahout - [mail # user]
|
|
...Re: Lanczos, yes, it operates by finding V as you describe. The user is required to do more work to recapture U. Practical reason is that the assumption is numCols(A) = numFeatur...
|
|
|
Author: Jake Mannix,
2011-11-06, 18:08
|
|
|
|