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

搜索资源列表

  1. keigen

    0下载:
  2. 使用PCA抽取人脸灰度图片的前k个特征向量,计算人脸灰度图片的散布矩阵并且抽取其前k个作为主特征-using PCA to extracte gray picture face of the first k eigenvectors to calculate gray-scale image of the face spreading matrix, and taking its pre-k-as the main characteristics
  3. 所属分类:Graph program

    • 发布日期:2017-04-03
    • 文件大小:536
    • 提供者:许同彬
  1. PCA

    0下载:
  2. This programme is to calculate the principal component analysis (PCA) of a image. Naturally it is used to reduce the dmentionality of the image.
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:1320
    • 提供者:Emdad Hossain
  1. Matlabcodes-RobustPCA

    1下载:
  2. Matlab codes for Robust PCA multivariate control chart-Robust PCA multivariate control chart mainly consists two steps: Step1 Calculates the robust mean and the robust covariance of original dataset using the minimum covariance determinant (M
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:580
    • 提供者:Jianxin Zhang
  1. featureface

    1下载:
  2. 利用matlab编程pca和fld算法来计算人的特征脸-Programming using matlab pca and fld algorithm to calculate the characteristics of human face
  3. 所属分类:matlab

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

    1下载:
  2. PCA技术的一大好处是对数据进行降维的处理。我们可以对新求出的“主元”向量的重要性进行排序,根据需要取前面最重要的部分,将后面的维数省去,可以达到降维从而简化模型或是对数据进行压缩的效果。同时最大程度的保持了原有数据的信息。-A major advantage of PCA technology is reduce the dimension of the data processing. We can calculate the new " principal component&qu
  3. 所属分类:matlab

    • 发布日期:2017-02-26
    • 文件大小:1024
    • 提供者:xyhuang
  1. PCA

    1下载:
  2. 应用STC单片机的PCA功能测量经测速装置输出的PWM方波的脉冲宽度,从而计算出速度,并用串口将速度数据发到计算机。-SCM application PCA STC function measurement device by the speed of the PWM square wave output pulse width to calculate the speed and the speed with a serial port data to the computer.
  3. 所属分类:SCM

    • 发布日期:2017-03-25
    • 文件大小:20255
    • 提供者:魏中科
  1. Face-recognition-using-pca

    0下载:
  2. 使用主成分分析进行人脸图像的识别,并计算识别率-Using principal component analysis for face image recognition, and calculate the recognition rate
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-26
    • 文件大小:1375
    • 提供者:尚君君
  1. PCA

    0下载:
  2. 带有数据的PCA程序,计算方差贡献率确定主元数,有T方和SPE图-PCA program with data, calculate the variance contribution rate to determine the number of principal, with a T square and SPE chart
  3. 所属分类:matlab

    • 发布日期:2017-12-02
    • 文件大小:1967
    • 提供者:sunyuancheng
  1. picPCA

    0下载:
  2. This function used to calculate PCA of image.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1239
    • 提供者:Pichate
  1. PCA-renlianshibie

    0下载:
  2. 采用PCA提取人脸特征,先计算M个图像的平均值脸,再求出各特征值脸。-Using PCA for face feature extraction, first calculate the average face image of M, and then find the face value of each characteristic.
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:289608
    • 提供者:wangdanni
  1. Image PCA

    0下载:
  2. This function used to calculate PCA of image.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2013-11-14
    • 文件大小:1239
    • 提供者:naidew
  1. PCA

    0下载:
  2. 该代码通过下载txt文件里的数据或读入图片,可以计算出该矩阵的相关系数矩阵的特征根和特征向量。-The code txt file by downloading data or read into the picture, you can calculate the characteristic roots and eigenvectors of the correlation matrix of the matrix.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:658
    • 提供者:李丽
  1. pca

    0下载:
  2. 人脸识别,输入200副人脸照片作为训练集,检测另外200副人脸图像,计算错误率。-Recognition, input 200 people face photo as the training set, testing additional 200 people face image to calculate the error rate.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-03
    • 文件大小:1393
    • 提供者:刘菲
  1. pca

    0下载:
  2. princa,用于pca主成分降维:计算第k主成份贡献率-累计贡献率-取累计贡献率大于等于90%的主成分(For PCA principal component dimensionality reduction: calculate the principal component contribution rate of K - the cumulative contribution rate - take the cumulative contribution rate greater tha
  3. 所属分类:matlab例程

    • 发布日期:2017-12-19
    • 文件大小:2048
    • 提供者:阁阁
  1. PCA

    0下载:
  2. Python实现PCA将数据转化成前K个主成分的伪码大致如下: ''' 减去平均数计算协方差矩阵计算协方差矩阵的特征值和特征向量将特征值从大到小排序保留最大的K个特征(Python PCA data into pseudo code before the K principal components are as follows: the characteristics of 'average minus the covariance matrix to calculate the covari
  3. 所属分类:Windows编程

    • 发布日期:2017-12-26
    • 文件大小:64512
    • 提供者:193sd
  1. MNIST-PCA

    0下载:
  2. 使用PCA算法分析MNIST 手写字符训练样本。 结果分别生成以2、5、10个PCA主成分的重构图像以及10个主成分特征向量的对应图像。(Implement PCA algorithm on MNIST dataset and calculate the class PCA on each digit separately.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-26
    • 文件大小:15889408
    • 提供者:zpstanford
  1. PCA

    0下载:
  2. 1、读入图片,根据PGN格式的line 2 确定矩阵的大小为 28*28=784,根据line4 获取. 2、读入图片,根据PGN格式的line 2 确定矩阵的大小为 28*28=784,根据line4 获取。 3、计算平均矩阵。 4、对平均值矩阵进行SVD: 5、平均矩阵进行SVD后的前20个singular vector的输出结果。 6. 将训练集的每一张图片当成一行,形成一个矩阵,然后对矩阵进行PCA分解。 7. 这个矩阵对测试集的每张图片进行降 维,得到的图像。(1, rea
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-30
    • 文件大小:6418432
    • 提供者:彦雁
  1. PLSPCAT2andspe

    2下载:
  2. 故障检测,分别是pls和pca,计算spe和t2控制量。(Fault detection is pls and PCA, respectively, to calculate SPE and T2 control.)
  3. 所属分类:数学计算

    • 发布日期:2018-05-03
    • 文件大小:1024
    • 提供者:kaijay
  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
    • 文件大小:316416
    • 提供者:sdpscnc
  1. chapt 2

    3下载:
  2. 使用MPCA进行故障检测,以按批次和变量方向分别展开数据,计算T2和SPE统计量。(MPCA is used for fault detection to expand data according to batch and variable directions, and to calculate T2 and SPE statistics.)
  3. 所属分类:matlab例程

    • 发布日期:2020-03-12
    • 文件大小:397312
    • 提供者:lichengming
« 12 3 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com