Skip to content

Implementation of the NMF algorithm using the PALM framework with smoothness and sparsity constraints

License

Notifications You must be signed in to change notification settings

raimon-fa/palm-nmf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PALM-NMF

Matlab implementation of the NMF algorithm using the PALM framework with smoothness and sparsity constraints

Example

V = rand(50,1000);
params = struct;
params.r = 5;
params.max_iter = 200;

[W,H,objective_function,iteration_times] = palm_nmf(V,params);

About

Implementation of the NMF algorithm using the PALM framework with smoothness and sparsity constraints

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages