8000 GitHub - mengxianglgal/Ep4orth
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mengxianglgal/Ep4orth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EP4Orth+ beta 1.0

A MATLAB software for solving optimization problems with orthogonal nonnegative constraints.

Problems and solvers

The package contains codes for optimization problems with orthogonal nonnegative constraints: $$\min ,f(X) ,, s.t. ,,X\in \mathcal{S}^{n,k}_+, $$

where $\mathcal{S}^{n,k}_+={X\in\mathbb{R}^{n\times k},,X^\top X=I_k,,X\ge 0}$ and $f$ is twice continuously differentiable.

Applications have been solved by the solver:

  • Projections onto $\mathcal{S}^{n,k}_+$: $\min,|X-C|F^2,,s.t.,,X\in\mathcal{S}^{n,k}+$
  • Trace minimization with nonnegative orthogonality constraints: $\min,\mathrm{Tr}(X^\top MX),,s.t.,,X\in\mathcal{S}^{n,k}_+$
  • Orthogonal nonnegative matrix factorization (ONMF): $\min ,|A-XY^\top|F^2, s.t.,,X\in\mathcal{S}^{n,k}+,,,Y\in \mathbb R^{n,k}_+$
  • K-indicators model: $ \min,|UY-X|F^2,, s.t.,,X\in\mathcal{S}^{n,k}+,,,|X_{i,:}|=1,,,Y^\top Y=I_k$
  • Discriminative nonnegative spectral clustering
  • Nonnegative principal component analysis (NPCA)

References

The Authors

We hope that the package is useful for your application. If you have any bug reports or comments, please feel free to email one of the toolbox authors:

  • Xiang Meng, 1700010614 at pku.edu.cn
  • Bo Jiang, jiangbo at njnu.edu.cn
  • Zaiwen Wen, wenzw at pku.edu.cn

Installation

>> startup

>> cd Examples

>> test_onmf

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0