lauerfab / MLweb

Machine learning and scientific computing (linear algebra, statistics, optimization) javascript libraries, with an online lab.
http://mlweb.loria.fr
GNU General Public License v2.0
85 stars 22 forks source link

Example for Sparse SVD? #9

Open GeoffreyPlitt opened 5 years ago

GeoffreyPlitt commented 5 years ago

Having difficulty figuring out how to do SVD on a sparse matrix, does anyone have an example?

lauerfab commented 4 years ago

Maybe just svd( full(A) )

Or are you are looking for an efficient algorithm on sparse matrices that actually use sparsity?

GeoffreyPlitt commented 4 years ago

Gotcha. Yes, so I found something else. Thank you!