Skip to content

Releases: lilab-bcb/nmf-torch

0.1.1

24 Jun 03:31
df1270f
Compare
Choose a tag to compare

Initial release.

Two top-level functions:

  • run_nmf: Perform Non-negative Matrix Factorization (NMF) on a non-negative matrix.
  • integrative_nmf: Perform integrative NMF (iNMF) on a list of non-negative matrices.

See details in README.rst file.