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

Consulting on Utilizing Python-Computed NMF Matrices (H and W) for Classification in R #178

Open
Sunny0912-cloud opened this issue Dec 27, 2023 · 0 comments

Comments

@Sunny0912-cloud
Copy link

I am currently working on a project that involves Non-negative Matrix Factorization (NMF) analysis of a large dataset. Initially, I attempted to perform NMF in RStudio; however, due to the substantial size of the data, I was unable to successfully execute the analysis. Consequently, I switched to Python for the NMF computation and have successfully derived two matrices: the basis matrix (W) and the coefficient matrix (H).

My objective now is to utilize these computed matrices to derive classification information from my data in the R environment.

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

No branches or pull requests

1 participant