hadoop - SVD implementation map reduce -


hi need perform singular value decomposition on large dense square matrices using map reduce.

i have checked mahout project provide tsqr algorithm http://arbenson.github.io/portfolio/math221/austinbenson-math221-report.pdf .

the problem want full rank , method not work in such case. distributed lanczos svd implementation using before not suit case well.

i found two-sided jacobi scheme used such purpose did not manage find available implementation.

does know if , can find reference code?

if may - spark lib (mlib). had implementation. can use it, or looking @ can make own. https://spark.apache.org/docs/latest/mllib-dimensionality-reduction.html


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

java.util.scanner - How to read and add only numbers to array from a text file -