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

搜索资源列表

  1. PCA-SIFT

    0下载:
  2. 介绍基于PCA的SIFT算法实现的文章,文章是英文的-Introduced the SIFT algorithm based on PCA' s article, the article is in English
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:617321
    • 提供者:xuzhaohe
  1. mani

    0下载:
  2. 运行在MATLAB上,可以实现PCA,LLE,LE,HLLE,LTSA等算法-Run in MATLAB, you can achieve the PCA, LLE, LE, HLLE, LTSA and other algorithms
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-03
    • 文件大小:43777
    • 提供者:zhangxu
  1. Face-recognition--on-a-DSP

    0下载:
  2. 本文介绍了 DSP6711的硬件特性 分析了人脸检测、 识别的原理及算法的选型 运用基于 DCT变换域的 LDA的特征提取方法 ,实现了人脸的自动识别。在 Yale人脸库上的实验结果表明本算法识别率要比直接用 PCA进行特征提取的方 法要好-This article describes the DSP6711 hardware features analysis of face detection, recognition of the principle and algorithm se
  3. 所属分类:Special Effects

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

    0下载:
  2. pca算法的matlab实现,进行数据的降维处理-Pca algorithm matlab, the data dimension reduction processing
  3. 所属分类:OpenCV

    • 发布日期:2017-04-01
    • 文件大小:993
    • 提供者:mr zeng
  1. PCA

    0下载:
  2. 采用数字图像主分量分析(PCA)算法实现人脸识别(身份认证或分类)-Principal components using digital image analysis (PCA) algorithm for face recognition (identity or category)
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:491354
    • 提供者:Changhuai Chen
  1. A0091451_PR_PJ2

    0下载:
  2. PCA、NMF、LDA、GMM这些算法的matlab实现 解压后文件夹中包含需识别的库、课题要求、课题报告和实现的代码。-PCA,NMF,LDA,GMA these four algorithms Matlab code are referred here. After being decompressed,the file shows the image library to be dealt with,the requirement of the project,the repor
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-27
    • 文件大小:9821640
    • 提供者:davidson
  1. PCA-and-MatlabCode

    0下载:
  2. 主成分分析法实现特征选择,里面有非常详细的算法介绍,还有一个现实实例介绍,非常具象,里面贴有实现算法的matlab代码-Principal component analysis (PCA)to achieve feature selection , which has a very detailed descr iption of algorithms , there is a real example to illustrate , very concrete , which is affix
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:70559
    • 提供者:gaoxiaojian
  1. PCA

    0下载:
  2. PCA算法描述,pca实现代码,作为图形图像处理有很重要的作用-PCA descr iption of the algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:9284
    • 提供者:tony
  1. pca

    0下载:
  2. 主成分分析最经典的入门文档,还有前序知识的文档——协方差矩阵,以及实现代码。-The principal component analysis the most classic of introductory document, and knowledge of the preface to the documentation-covariance matrix, and realize the code.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:665376
    • 提供者:秋叶
  1. pca-transformation

    0下载:
  2. matlab实现高光谱图像主成分变换,以突出图像的重点-pca transformation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:3432
    • 提供者:carolynia
  1. pca

    0下载:
  2. 模式识别里面的经典PCA算法,用OpenCV视觉开发库实现的。该算法主要用于训练分类器,然后来对人脸来进行识别。-PCA algorithm developed with OpenCV
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:3039
    • 提供者:fa
  1. new-pca

    0下载:
  2. 这是个改进的PCA主元分析程序 可以实现数据降维和压缩-This is a PCA improved principal component analysis program can reduce the dimensionality of data compression
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:850
    • 提供者:zhangtao
  1. PCA-1-matlab

    0下载:
  2. Matlab实现主成分分析的一种方法,希望对初学者有帮助-Matlab as a principal component analysis method, for beginners
  3. 所属分类:matlab

    • 发布日期:
    • 文件大小:2616
    • 提供者:张萌
  1. pca2

    0下载:
  2. PCA 主成分分析 特征抽取 特征降维 matlab实现-PCA principal component analysis feature extraction dimension reduction
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2340
    • 提供者:aiaiyouchou
  1. KPCA

    1下载:
  2. KPCA是一种基于核的主要成分分析,是一种由线性到非线性之间的桥梁。通过非线性函数把输入空间映射到高维空间,在特征空间中间型数据处理,引入核函数,把非线性变换后的特征空间内积运算转换为原始空间的核函数计算。 基本思想是通过某种隐士方法将输入空间映射到某个高维空间(特征空间),并在特征空间实现PCA。对该算法进行了详细的说明-KPCA is a kernel-based principal components analysis, is a bridge between the linear
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:1227
    • 提供者:张玉
  1. pca

    0下载:
  2. pca(主成分分析)matlab实现,可以有效的提取数据的主元成分,降低数据矩阵的维数。-pca (Principal Component Analysis) Matlab implementation, can effectively extract data in the main ingredients, reduce the dimension of the data matrix.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1873
    • 提供者:李梅
  1. PCA-matlab

    0下载:
  2. PCA人脸识别的MATLAB实现,包括了ORL人脸数据库。-PCA face recognition in MATLAB, including the ORL face database.
  3. 所属分类:matlab

    • 发布日期:2017-05-15
    • 文件大小:3655207
    • 提供者:mikey
  1. PCA

    0下载:
  2. 利用单片机的PCA功能,实现对信号频率的测量,精度较高-PCA frequency measurement
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:37358
    • 提供者:chenbin
  1. PCA

    0下载:
  2. 主元分析中对主元的个数确定目前没有非常好的办法,这里提供一个比较方便实现的matlab程序,利用累计方差贡献率确定主元个数的matlab程序-Principal component analysis of main elements to determine there is no good way, here to provide a more convenient realization of the matlab program, using the cumulative variance
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1303
    • 提供者:Joey
  1. PCA

    0下载:
  2. PCA算法实现,对一组数据进行主成分分析。文件中提供的CMyPCA.cpp文件实现了PCA算法,并在工程文件中通过举例说明了算法的使用方法。-PCA algorithm, principal component analysis of a set of data. Provided in the document CMyPCA.cpp files PCA algorithm, and illustrates the use of the algorithm adopted in the proj
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1908990
    • 提供者:龚敏
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »
搜珍网 www.dssz.com