Efficient LSV Approximation for Large Matrices | Conjugate Gradient Method Guide

  • Context: Graduate 
  • Thread starter Thread starter onako
  • Start date Start date
  • Tags Tags
    Approximation
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
onako
Messages
86
Reaction score
0
For certain computations I need a quick approximation of the left singular vector of a matrix G( nxk ; n>k ). Also, the corresponding singular value would be needed. Perhaps after approximating the singular value I could use the Conjugate Gradient method to obtain the approximation of the left singular vector. Any idea on how to achieve this would be very welcome.
Note that for matrix G, n which is the number of rows, is very large ( n>>k).
Thanks
 
Physics news on Phys.org
I read that Truncated SVD might be one of the solution for my problem:
http://en.wikipedia.org/wiki/Singular_value_decomposition#Truncated_SVD
Unfortunately, there are no examples I might use in order to implement this method.
Note that there is a need for Left singular vector (if it is not necessary to compute the Right singular vector) only
and the largest singular value (to be precise I need 2 LSVectors and the corresponding largest 2 singular values).
Any other suggestion on how to achieve this, or an example on how to perform Truncated SVD is very welcome.