02. November 2021
Finding Latent Faces-with Non-negative Matrix Factorization
Non-negative matrix factorization is a fast technique for generating embeddings from a dataset. More concretely, given a matrix you can decompose it into two matrices that are approximattely multiplicands of the matrix. I.e. given matrix M
, it finds matrices A
and B
such that M ≈ AB
.