NMF的MATLAB代码数值优化实验3:非负矩阵分解作者:林婷@北京大学项目简介该项目title": "NMF MATLAB Code - Numerical Optimization 2020S: Non-negative Matrix Factorization Project", "content": "NMF的 MATLAB 代码数值优化实验3:非负矩阵分解
作者:林婷 @ 北京大学
介绍参见 report/main.pdf
对于配置设置,请在 MATLAB 中运行 run_me_first.m。
资料夹和档案:
- ./README.md - README file
- ./run_me_first.m - Set configuration
- ./test_syn.n - test for synthesis data (edit to test)
- ./nmf_lm_admm2.m - modified LMF-ADMM
- ./database/ - store the database
- V1/ - Synthesis data: case 1
- V2/ - Synthesis data: case 2
- V3/ - Synthesis data: case 3
- V4/ - Synthesis data: case 4
- V5/ - Synthesis data: case 5