CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 矩阵分解

搜索资源列表

  1. nmfsc

    1下载:
  2. 改进的非负矩阵分解算法源程序 比较有用 直接可以使用-Negative matrix decomposition algorithm is more useful source program can be used directly
  3. 所属分类:matlab

    • 发布日期:2017-05-22
    • 文件大小:7074814
    • 提供者:刘俊良
  1. LUdecomposition

    0下载:
  2. 数值分析中,求解线性方程。可以将矩阵分解为下三角和上三角矩阵的乘积-Numerical analysis, it is used for solving linear equations. The matrix will be decomposed into the product of lower triangular matrices and upper triangular matrices
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:1606
    • 提供者:紫罗兰
  1. QRdecomposition

    0下载:
  2. 矩阵分解的一种方式。把矩阵分解成一个正交矩阵与一个上三角矩阵的积-One way for matrix decomposition.Matrix will be decomposed into the product of an orthogonal matrix and an upper triangular matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:1738
    • 提供者:紫罗兰
  1. SPARSE-AND-LOW-RANK

    0下载:
  2. 稀疏和低秩矩阵分解。 This paper focuses on the algorithmic improvement for the sparse and low-rank recovery.- Sparse and Low-Rank Matrix Decomposition Via Alternating Direction Methods.The problem of recovering the sparse and low-rank components of a matrix
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:210602
    • 提供者:飒飒
  1. matlab-matrix

    0下载:
  2. 讲解关于matlab中对矩阵分解,包括lu,lqr-matlab matrix
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:10739
    • 提供者:donann
  1. Matrix-factorization-C-program

    0下载:
  2. 矩阵分解的C程序 包括有矩阵的LU分解,矩阵的UU分解还有共轭梯度法-Matrix decomposition of the C program, including a matrix LU decomposition, the UU decomposition of the matrix conjugate gradient method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:452031
    • 提供者:平沙沙
  1. nmfmse

    1下载:
  2. nmf算法的一个简单代码实现,将一个矩阵分解成两个非负矩阵的乘积。-NMF algorithm a simple code realized, will a matrix is decomposed into two nonnegative matrices of the product.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:980
    • 提供者:duaiwanmei
  1. results

    0下载:
  2. 非负矩阵分解,分解,数据压缩,文件检索,图像识别-NMF,there is NMF,I am good
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-30
    • 文件大小:12470739
    • 提供者:yuer
  1. analytic-hierarchy-process

    0下载:
  2. matlab编写的层次结构算法,将一个复杂矩阵分解为多个准则,得到多指标的若干层次,通过定性指标模糊量化方法算出单排序(权数)和总排序。-hierarchy algorithm, Matlab written in a complex matrix is ​ ​ decomposed into a number of criteria, multiple indicators at several levels to calculate the single-sort (we
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1340
    • 提供者:renxueshi
  1. NMFnetwork

    1下载:
  2. 用非负矩阵分解做网络社区检测的代码,张世华编写的,可以运行正确结果的-community detection,NMF
  3. 所属分类:Other systems

    • 发布日期:2017-11-18
    • 文件大小:11655
    • 提供者:caiqing
  1. RASL-Robust-Alignment

    0下载:
  2. 此篇论文是利用稀疏低秩矩阵分解来实验的鲁棒图片的矫正。-This paper is the use of sparse low rank matrix decomposition to experimental robust image correction。
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-05
    • 文件大小:1752524
    • 提供者:duaiwanmei
  1. Incremental-NMF-by-Serhat-S

    0下载:
  2. 由外国专家Serhat S. Bucak编写的代码,关于增量式非负矩阵分解,还有例子,比较好用。-The code, written by foreign experts Serhat S. Bucak incremental non-negative matrix factorization, there are examples of relatively easy to use.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-04
    • 文件大小:1233502
    • 提供者:李祥宝
  1. nmf

    0下载:
  2. 非负矩阵分解(non-negative matrix factorization,NMF)算法-non-negative matrix factorization,NMF
  3. 所属分类:matlab

    • 发布日期:2017-11-08
    • 文件大小:708
    • 提供者:cj
  1. svdfeature-1.1.6

    0下载:
  2. CF svdFeature, 基于C++开发的,利用svd奇异矩阵分解建立的协同过滤工具箱。可以解决常用的所有协同过滤问题。对于推荐系统的建立至关重要,是很好的学习和使用的工具箱。协同滤波也是最有机器学习感觉的方法之一,我们大家都爱它!-CF svdFeature, a well performed toolkit of confiltering method based on svd, which is developed using C++ programming language. It
  3. 所属分类:AI-NN-PR

    • 发布日期:2014-11-07
    • 文件大小:1093632
    • 提供者:xiebiwei
  1. LU-decomposition-solving-equations

    0下载:
  2. fortran95-2003科学计算与工程第1章 矩阵分解与线性方程组直接方法LU分解解方程-Scientific Computing and Engineering disc fortran95-2003 each chapter code fortran95-2003 Scientific Computing and Engineering Chapter 1 matrix decomposition and direct methods of linear equations, LU d
  3. 所属分类:Algorithm

    • 发布日期:2017-11-11
    • 文件大小:1135
    • 提供者:jiaoyl
  1. spams_2.3

    0下载:
  2. 字典学习 和 矩阵分解的工具箱,用于训练数据。-SPAMS: a SPArse Modeling Software
  3. 所属分类:source in ebook

    • 发布日期:2017-11-05
    • 文件大小:3172265
    • 提供者:姚栖
  1. ludep

    0下载:
  2. mpi_lU 并行算法,矩阵分解的并行算法-mpi_lu parallel
  3. 所属分类:MPI

    • 发布日期:2017-12-07
    • 文件大小:1513
    • 提供者:wanglele
  1. juzhenPPT

    0下载:
  2. 矩阵理论课件,大家学习学习,里面包含了矩阵分解等内容,还有特征值求值方法等-let us learn together
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-26
    • 文件大小:3392512
    • 提供者:张良
  1. doolittle

    0下载:
  2. 实现矩阵的杜利脱尔分解等功能,能够快速有效的实现矩阵分解,比提高了传统算法的速度-realize the doolittle
  3. 所属分类:Algorithm

    • 发布日期:2017-11-21
    • 文件大小:1376
    • 提供者:yongzhi
  1. nmf

    0下载:
  2. 基于非负矩阵分解(NMF)的人脸特征提取算法,其基本思想是找到一个母性子空间,是的构成子空间的基图像的像素点都是正值-algorithm of NMF of face detection by matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-11-16
    • 文件大小:998
    • 提供者:陈冉
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com