Non-negative matrix factorization: Difference between revisions

Content deleted Content added
Correction of major typo in formula
Line 1:
'''Non-negative matrix factorization''' (NMF) is a group of [[algorithm]]s in [[multivariate analysis]] and [[linear algebra]] where a [[matrix]] is factorized into (usually) two matrices
: <math>\mathbf{XWH} \leftarrow \operatorname{nmf}(\mathbf{WHX})</math>
 
Usually all three matrices must be [[non-negative]], i.e., all elements must be above or equal to zero.