New R package nnmf benchmarks NMF on real-world data, outperforms existing tools
Real-world tests reveal nnmf's edge in speed and stability over leading R NMF packages
A new R package called nnmf introduces non-negative matrix factorization (NMF) and is systematically compared against two widely used R packages. Using real-world data instead of simulations, the study evaluates computational efficiency, convergence behavior, reconstruction accuracy, memory utilization, and factorization stability under a consistent experimental framework. The work aims to provide objective guidance for researchers choosing NMF tools.
- New R package 'nnmf' provides optimized NMF algorithms benchmarked on real-world datasets
- Compared against two popular R NMF packages using metrics: speed, convergence, accuracy, memory, and stability
- Outperforms alternatives in computational efficiency and reconstruction accuracy under realistic noise conditions
Why It Matters
Provides data-driven guidance for ML practitioners selecting NMF implementations for real-world, noisy data workflows.