Skip to content

calcular SVD de una matriz que no entra en memoria

2 messages · federico ferreyra, Steve Lianoglou

#
Hi,

2012/9/8 federico ferreyra <federicoferreyra60 at yahoo.com.ar>:
Quick aside: You'd get better help if you post your question in English.

That having been said, if my high-school spanish doesn't fail me, it
sounds like you want to run an SVD on a particularly huge matrix where
doing so in-memory will be prohibitive (or impossible).

As far as I know, there are no facilities (packages) to do this in R
just yet, but you might look at the graphchi project:

http://bickson.blogspot.com/2012/08/collaborative-filtering-with-graphchi.html

Again -- it's not an R package, but if you are in a bind, you can
likely build and run the SVD on your machine.

I think it'd be quite handy to wrap that library's functionality in R,
and if no one beats me to it I think I'll eventually do that myself.

Hope that helps,

-steve