Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support truncated singular value decomposition #70

Open
mdekstrand opened this issue Nov 17, 2014 · 1 comment
Open

Support truncated singular value decomposition #70

mdekstrand opened this issue Nov 17, 2014 · 1 comment

Comments

@mdekstrand
Copy link
Contributor

For many applications (recommender systems, information retrieval, etc.), only the top k singular values (and their corresponding vectors) are required from the singular value decomposition.

Would be nice to have the SVD methods support a decompose(AMatrix, int) method that specifies the (maximum) number of singular values desired, so we don't waste time and space computing a bunch of unneeded ones.

@mikera
Copy link
Owner

mikera commented Nov 18, 2014

Sounds very sensible. I don't have time to implement this myself right now, but very happy to take PRs for this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants