Skip to content

junyuchen245/Nonnegative_Matrix_Factorization_with_KLD_MATLAB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Nonnegative Matrix Factorization with KL-Divergnece

This program is a MATLAB implementation of the NMF on the face data.

The function 'nmf' does the original NMF algorithm with the KL-Divergence (shown below) minimization, and the function 'ssnmf' does the sparsity imposed NMF.

KL-Divergence:

Matrix update is given by:

Where B is the factorized matrix with a user defined rank and W is the factorized weighting matrix.

An example result:

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages