renozao / NMF

NMF: A Flexible R package for Nonnegative Matrix Factorization
139 stars 41 forks source link

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

Open Sunny0912-cloud opened 11 months ago

Sunny0912-cloud commented 11 months ago

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.