-
Notifications
You must be signed in to change notification settings - Fork 1
mdenil/pyredsvd
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This is a python library for fast randomized PCA. The original C++ code comes from here: http://code.google.com/p/redsvd/wiki/English ----- Some stupidly naive tests reveal that this code is marginally slower than scikit.learn's randomized PCA for dense matrices, and much slower for sparse matrices (presumably because I need to copy sparse matrices to use Eigen).
About
A python library for fast randomized SVD calculations.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published