NMF算法实现非负矩阵的有效分解我要分享

NMF algorithm for efficient decomposition of nonnegative matrix

NMF算法 非负矩阵分解 nmf

关注次数: 236

下载次数: 2

文件大小: 2KB

代码分类: 智能算法

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:

主要实现非负矩阵的有效分解,其中有详细的解释,以及什么样的矩阵才能适合该算法。


English Description:

It mainly realizes the efficient decomposition of nonnegative matrix, which has detailed explanation, and what kind of matrix is suitable for the algorithm


代码预览

NMF算法\myNMF.m

NMF算法\NMF1.m

NMF算法\NMF2.m

NMF算法\NMF3.m

NMF算法