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

NMF - implement consensus NMF #211

Open
sjfleming opened this issue Jul 8, 2024 · 0 comments
Open

NMF - implement consensus NMF #211

sjfleming opened this issue Jul 8, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@sjfleming
Copy link
Contributor

Paper here:
https://elifesciences.org/articles/43803

But the idea is to be able to re-run NMF a bunch of times with different random seeds.

We can do this "all at once" by using D, A, and B matrices which are not just (k, k) etc., but (replicate, k, k) as a big tensor, so that we are updating all replicates at once. At the end, we have the results of replicates number of NMF runs. This comes with very very little computational overhead.

Then we can figure out what happens after and how to implement the clustering part.

@sjfleming sjfleming added the enhancement New feature or request label Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants