Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
SVD for a large sparse matrix?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
byungki  
View profile  
 More options Dec 4 2008, 10:23 pm
From: byungki <yor...@gmail.com>
Date: Thu, 4 Dec 2008 19:23:18 -0800 (PST)
Local: Thurs, Dec 4 2008 10:23 pm
Subject: SVD for a large sparse matrix?
Hi, can the current SVD routine in the mlpack handle large sparse
matrices? When I used the SVD routine in the mlpack, I got "out of
memory" error. The dimension of the matrix is about 15000x5000, but
it's very sparse. Is there an easy way that I don't need to rely on
other SVD tools?

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dongryeol Lee  
View profile  
 More options Dec 4 2008, 10:25 pm
From: "Dongryeol Lee" <dongr...@cc.gatech.edu>
Date: Thu, 4 Dec 2008 22:25:38 -0500
Local: Thurs, Dec 4 2008 10:25 pm
Subject: Re: [fastlib_forum] SVD for a large sparse matrix?

The SVD routine defined in fastlib/la/la.h is a dense-matrix based method,
and will
require 8 bytes for each of the 15000 * 5000 entries. You would have to rely
on
an external package that is not included in the current release of MLPACK on
mloss.org.

On Thu, Dec 4, 2008 at 10:23 PM, byungki <yor...@gmail.com> wrote:

> Hi, can the current SVD routine in the mlpack handle large sparse
> matrices? When I used the SVD routine in the mlpack, I got "out of
> memory" error. The dimension of the matrix is about 15000x5000, but
> it's very sparse. Is there an easy way that I don't need to rely on
> other SVD tools?

--
Dongryeol Lee
Ph.D. Student, College of Computing
Georgia Institute of Technology

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nikolaos Vasiloglou II  
View profile  
 More options Dec 4 2008, 11:32 pm
From: "Nikolaos Vasiloglou II" <nva...@ieee.org>
Date: Thu, 4 Dec 2008 23:32:35 -0500
Local: Thurs, Dec 4 2008 11:32 pm
Subject: Re: [fastlib_forum] SVD for a large sparse matrix?

The internal version of MLPACK uses trillinos, although it hasn't been
maintained. If you really need it we could do something for it although we
are busy  until NIPS

On Thu, Dec 4, 2008 at 10:25 PM, Dongryeol Lee <dongr...@cc.gatech.edu>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
byungki  
View profile  
 More options Dec 5 2008, 12:35 am
From: byungki <yor...@gmail.com>
Date: Thu, 4 Dec 2008 21:35:23 -0800 (PST)
Local: Fri, Dec 5 2008 12:35 am
Subject: Re: SVD for a large sparse matrix?
Well, if so, I'll just use other tools such as svdpack and try to
integrate it to fastlib as much as I can. It's just a suggestion, but
it would be nicer if mlpack could handle larger matrices because then
dimensionality reduction techniques, for example, become more useful.

On Dec 4, 11:32 pm, "Nikolaos Vasiloglou II" <nva...@ieee.org> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »