| clear query|facets|time |
Search criteria: decomposition.
Results from 51 to 60 from
418 (0.152s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Detecting rank-deficiency, or worse, via QR decomposition - Mahout - [mail # user]
|
|
...Okay, you do have a problem. Y'*Y is 10x10, but it's rank is 5. Has to have something to do with the input data. On Sat, Apr 6, 2013 at 7:47 PM, Sean Owen wrote: ...
|
|
|
Author: Koobas,
2013-04-07, 00:45
|
|
|
Re: Detecting rank-deficiency, or worse, via QR decomposition - Mahout - [mail # user]
|
|
...On Fri, Apr 5, 2013 at 8:07 AM, Sean Owen wrote: What Y do you end up with? ...
|
|
|
Author: Koobas,
2013-04-06, 23:19
|
|
|
Re: Detecting rank-deficiency, or worse, via QR decomposition - Mahout - [mail # user]
|
|
.... You get a new row in A and want to solve A = X*Y' for X, given the current Y. (And vice versa). I'm using a QR decomposition for that, but not to directly solve the system (and this may...
|
|
|
Author: Sean Owen,
2013-04-05, 12:07
|
|
|
Re: Detecting rank-deficiency, or worse, via QR decomposition - Mahout - [mail # user]
|
|
... of the small elements of R as far down the diagonal as possible. This gives you a reliable way of finding the problems and can give you approximate solutions of a limited rank decomposition of A...
|
|
|
Author: Ted Dunning,
2013-04-04, 13:13
|
|
|
Re: Detecting rank-deficiency, or worse, via QR decomposition - Mahout - [mail # user]
|
|
... may find that the resulting vectors are infinite or very large. In particular I at least had to make the singularity threshold a lot larger than Double.MIN_VALUE in the QR decomposition. Try...
|
|
|
Author: Sean Owen,
2013-04-04, 18:23
|
|
|
Re: Detecting rank-deficiency, or worse, via QR decomposition - Mahout - [mail # user]
|
|
...Let me try to wrap my head around it........ On Fri, Apr 5, 2013 at 8:07 AM, Sean Owen wrote: ...
|
|
|
Author: Koobas,
2013-04-05, 14:07
|
|
|
Re: Detecting rank-deficiency, or worse, via QR decomposition - Mahout - [mail # user]
|
|
...(On this aside -- the Commons Math version uses Householder reflections but operates on a transposed representation for just this reason.) On Thu, Apr 4, 2013 at 11:11 PM, Ted Dunning ...
|
|
|
Author: Sean Owen,
2013-04-05, 11:25
|
|
|
Re: Detecting rank-deficiency, or worse, via QR decomposition - Mahout - [mail # user]
|
|
...On Fri, Apr 5, 2013 at 2:40 AM, Koobas wrote: Ahh... this is an important point and it should handle all of the issues of poor conditioning. The regularizer takes the rank...
|
|
|
Author: Ted Dunning,
2013-04-05, 05:57
|
|
|
Re: Detecting rank-deficiency, or worse, via QR decomposition - Mahout - [mail # user]
|
|
...On Thu, Apr 4, 2013 at 6:19 PM, Sean Owen wrote: I did not just run one iteration. I ran 10. But the other 9 had no effect on the residual. What I sent was X*...
|
|
|
Author: Koobas,
2013-04-05, 00:40
|
|
|
Re: Detecting rank-deficiency, or worse, via QR decomposition - Mahout - [mail # user]
|
|
...Makes perfect sense. Thanks for the explanation. On Thu, Apr 4, 2013 at 6:11 PM, Ted Dunning wrote: ...
|
|
|
Author: Koobas,
2013-04-05, 00:30
|
|
|
|