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

搜索资源列表

  1. Matlab_PCA

    0下载:
  2. 做模式分类时(例如指纹识别,人脸识别),一个需要处理的难题是维数非常大,人脸往往是百万维的,目前计算机的能力还不足以快速地计算这么高维的数据。pca是一中降维的方法,用它可以把高维数据映射到一个维数较低的空间上考虑。
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:1.69kb
    • 提供者:李志焕
  1. KPCA.rar

    1下载:
  2. 快速的人脸特征提取算法KPCA,比普通的pca特征提取算法在效率上好了不少,Fast facial feature extraction algorithm KPCA, than ordinary PCA feature extraction algorithm in the efficiency of a good many
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:1.67kb
    • 提供者:songy
  1. PCA-(ICA)

    0下载:
  2. pca_ica 源程序,适合数字图像处理与应用,具有简洁快速功能-pca_ica source for digital image processing and application, with simple and rapid functional
  3. 所属分类:Graph program

    • 发布日期:2017-03-31
    • 文件大小:6.94kb
    • 提供者:dyj
  1. eigenvalue_computation.tar

    1下载:
  2. 快速PCA计算方法,有效实现降维等操作,和特征选择-Fast PCA method of calculation of effective dimension reduction and other operations, and feature selection
  3. 所属分类:Graph program

    • 发布日期:2016-12-28
    • 文件大小:1.16kb
    • 提供者:anan
  1. PCA

    0下载:
  2. 提出一种基于主分量分析和相融性度量的快速聚类方法。通过构造主分量空间将高维数据投影到两个主成分上 进行特征提取,每一个主分量都是原始变量的线性组合-Is proposed based on Principal Component Analysis and Measure of blending fast clustering method. Principal component space by constructing a high-dimensional data onto two p
  3. 所属分类:Project Design

    • 发布日期:2017-03-28
    • 文件大小:140.87kb
    • 提供者:f0700
  1. pca

    0下载:
  2. 从网络上截获的数据总是很多很杂的,而且有很多重复的,雷同的信息。为了能够更快速的从这些数据中获得信息,就需要对这些信息进行提炼和分析。这个PCA程序就是实现数据归类的,它能从大量多维的信息中提取主要的信息,即主成分,通过对这些个小数量的主成分进行分析,可以更快速有效地得到结果。-Intercepted from the network data is always a lot of very complicated and there are many repeated, identical i
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-04-03
    • 文件大小:313kb
    • 提供者:liuxuemei
  1. PCA

    0下载:
  2. 实现了模式识别中主成分分析(PCA)算法,可以对目标快速分类-To achieve the pattern recognition principal component analysis (PCA) algorithm, can be quickly classified on the target
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:795byte
    • 提供者:李用
  1. PCA

    0下载:
  2. 快速PCA,对样本矩阵进行快速主成分分析,和降维,输出特征向量矩阵。-Rapid PCA, the sample matrix of fast principal component analysis , dimensional reduction
  3. 所属分类:Special Effects

    • 发布日期:2017-12-01
    • 文件大小:3.41kb
    • 提供者:HZC
  1. fastPCA

    0下载:
  2. 快速PCA算法,用于对大规模数据进行PCA降维,节省时间-fastPCA for large scale data which can save proceeding timE
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-31
    • 文件大小:530byte
    • 提供者:秦丰
  1. PCA-(ICA)

    0下载:
  2. pca_ica 源程序,适合数字图像处理与应用,具有简洁快速功能-pca_ica source for digital image processing and application, with simple and rapid functional
  3. 所属分类:Graph program

    • 发布日期:2017-04-15
    • 文件大小:6.98kb
    • 提供者:ngthest
  1. ORLPPCAPSVM

    0下载:
  2. 一个完整的人脸识别算法实验,快速pca+svm算法,里面还带有orl人脸数据库,并且代码还有相应注释,大小有几十m,是一个很好的人脸实验-A complete face recognition algorithm experiments, fast pca+svm algorithm, which also comes with orl face database, and the code as well as the corresponding notes, there are dozens
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-26
    • 文件大小:8.63mb
    • 提供者:FDX
  1. faster_pca

    0下载:
  2. 采用java实现的基于weka的快速pca源码。包括中心化、归一化、主程序和测试类-Java implementation of the Weka based fast PCA source code. Including center, normalization, main program and test class
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:7.29kb
    • 提供者:刘霞
  1. fastPCA

    0下载:
  2. 快速PCA变换。对样本矩阵进行快速主成分分析降维,输出降维后的K维样本特征向量组成的矩阵。-fast pca coad。
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:616byte
    • 提供者:林晨
  1. PCA_ORL

    0下载:
  2. 人脸识别技术作为生物体特征识别技术的重要组成部分,在近些年来已经发展成为计算机视觉和模式识别领域的研究热点。本实验是基于K-L变换的主成分分析法(PCA)在人脸识别中的应用,在ORL人脸库的基础上通过Matlab实现了快速PCA算法的验证仿真,并对样本图像进行了重构。本实验在ORL人脸库的基础上,选用每人前5张图片,共计40人200幅样本图像,通过快速PCA算法将10304维的样本特征向量降至20维,并实现了基于主分量的人脸重建,验证了PCA算法在高维数据降维处理与特征提取方面的有效性。-Fac
  3. 所属分类:Document

    • 发布日期:2017-06-13
    • 文件大小:19.14mb
    • 提供者:季科
  1. fastPCA

    0下载:
  2. 采用了一种较为快速地方法对矩阵PCA降维,.......(a fast version PCA for matrix)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-22
    • 文件大小:5kb
    • 提供者:王小胖儿
  1. aspire-v0.13-0-gf726f73

    0下载:
  2. 单粒子重建算法(图像去噪、快速PCA等)(Algorithms for Single Particle Reconstruction)
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:39.4mb
    • 提供者:ironnn
  1. MATLAB程序

    0下载:
  2. 快速PCA算法,用于快速提取出矩阵的主成分,主成分数量可定。(The fast PCA algorithm is used to extract the principal component of the matrix quickly, and the principal fraction can be determined.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-06
    • 文件大小:1kb
    • 提供者:haoliang
  1. 基于主分量的人脸重构

    1下载:
  2. 本实验是基于主成分分析法(PCA)在人脸识别中的应用,采用SVM分类器在ORL人脸库的基础上通过Matlab实现了快速PCA算法的验证仿真。
  3. 所属分类:matlab例程

  1. pca

    0下载:
  2. 大数据降维方法,具体的处理了图像等,包括数据的冗余部分,利用PCA技术快速降维。(Large data dimensionality reduction method.Specifically dealing with images, including redundant parts of data, and using PCA technology to reduce dimensionality rapidly.)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:9kb
    • 提供者:liyuheng
  1. PCA

    0下载:
  2. 使用matlab自带的函数princomp()计算主成分,当维数很高时通常会出现内存耗尽的错误,即使内存足够也非常耗时。快速pca能加快计算进程且减小内存占用,更容易计算较大尺寸的图像主成分。(Use MATLAB's own function princomp () to calculate the principal component. When the dimension is very high, the memory exhaustion error usually occurs,
  3. 所属分类:图形图象

    • 发布日期:2018-05-07
    • 文件大小:309kb
    • 提供者:sdpscnc
« 12 3 4 »
搜珍网 www.dssz.com