Skip to content

Code for the AND algorithm for Non-negative matrix factorization.

License

Notifications You must be signed in to change notification settings

PrincetonML/AND4NMF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the code for the paper "Provable Alternating Gradient Descent for Non-negative Matrix Factorization with Strong Correlations".

1. Core code

The code consists of the following.

competiors.py is the code for the competior algorithms.
AND.py is the code for our algorithm AND (Alternative Non-negative gradient
Descent).

data_io.py is the code for loading/generating data.
compute_error.py is the code for computing the error.


2. Running the code

demo.sh is a simple example on how to use the core code.

About

Code for the AND algorithm for Non-negative matrix factorization.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published