搜索资源列表
nmfpack
- 非负矩阵分解源代码,有经典NMF,LNMF,NMFsc,developped by patrik hoyer-Nonnegative matrix factorization LNMF,NMFsc,developped by patrik hoyer
ants_arithgom
- aoc.m 是用matlab实现蚁群算法ants_information.m蚁群算法中信息素的构建 mcl是马尔科夫聚类算法 nmf是矩阵的非负分解 Generative Topographic Mapping工具包-aoc.m is matlab implementation of ant colony algorithm ants_information.m pheromone ant colony algorithm is a Markov clustering algorit
nmfmatlab7
- 非负矩阵分解应用于脸部图像识别的MATLAB程序-function [W H] = nmf(V,r,maxiter)
nmf(text-classes)
- 该代码主要描述了如何用NMF用于文本分类,改方法主要讲述了NMF用与数据降维-NMF text classes
NMFnetwork
- 用非负矩阵分解做网络社区检测的代码,张世华编写的,可以运行正确结果的-community detection,NMF
SVD-VS-NMF
- svd和nmf的对比,在时间和效果对比,各个算法的特点-svd VS nmf
other
- 实现文本分类,基于NMF方法构造文本特征向量,使用SVM对特征空间进行分类-text classification based on NMF and SVM to bulid feature vector and realise classification
nmfv1_3
- nonnegative matrix factorization. This package contains the following files. README.txt example_1.m example_2.m nmf.m nnlsm_activeset.m nnlsm_blockpivot.m solveNormalEqComb.m
NMF
- nmf 与 lnmf, 非负矩阵分解基本程序-nmf and lnmf, the basic function
nmfdb
- 本程序为非负矩阵分解,matlab程序。输入为要分解的矩阵和端元数,输出为分解的结果-this program is suitable for NMF .the input data is the matrix to be decomposed and the number of endmember.output is the result
orldata-and-ONMF
- 正交非负矩阵分解,适合做非负矩阵分解的用,能得到更稀疏和更正交的基特征-Orthogonal nonnegative matrix factorization,Suitable for use NMF, can be more sparse and correct post basis vectors
LWSG_NMF
- 该程序是LWSG_NMF方法(局部加权稀疏图正则非负矩阵分解)的matlab实现,可根据所需参数,进行设置-The program is LWSG_NMF method (locally weighted sparse graph regular NMF) matlab implementation, according to the required parameters, set
Lin_nmf
- 非负矩阵分解的matlab代码及相关文章,个人感觉很有用,可以参考一下-matlab code and paper of nmf
nmf-jianhua
- 非负矩阵分解,测试cbcl,orl,swimmer数据集程序,画图程序-NMF, test cbcl, orl, swimmer data collection program, drawing program
NMF-matlab-master
- matlab NMF源码,用于信号处理等方面,语音信号处理,信号重构等工作。(Matlab NMF source, for signal processing, processing of speech signal, signal reconstruction work.)
nmf
- nmf filter on image with matlab
NMF算法
- 主要实现非负矩阵的有效分解,其中有详细的解释,以及什么样的矩阵才能适合该算法(realize the matrix factorization with non-negative matrix)
NMF
- 在标准的非负矩阵分解目标函数中加入坐标排序正则化算子,以模型为基准构造非负矩阵分解(Adding coordinate ordering regularization operator in standard nonnegative matrix decomposition objective function)
DNMF_1.3.tar
- DNMF实现了NMF延展的功能,是基于NMF的一种创新算法(Discriminant Non-Negative Matrix Factorization aims to extend the Non-negative Matrix Factorization algorithm in order to extract features that enforce not only the spatial locality, but also the separability between cla
nmf代码
- 实现多种非负矩阵分解方法,包括交替最小二乘以及改进的交替非负最小二乘法(Implementation of a variety of non negative matrix decomposition methods)