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

搜索资源列表

  1. dimension-reduction

    0下载:
  2. pca lda kpca klda lpp matlab 特征降为方法,对于新手比较有用。-pca lda kpca klda lpp matlab code for dimension reduction. these are very useful for new researchers.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:36147
    • 提供者:shaoyx
  1. face_recognize

    0下载:
  2. 生物特征识别变得越来越重要,程序为基于matlab的PCA人脸识别算法-Biometrics is becoming more and more important, the program for the PCA face recognition algorithm based on matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:468554
    • 提供者:季秋峰
  1. SVD_eignface

    0下载:
  2. SVD进行特征脸提取,和PCA类似,选取前30个特征脸,并且将它显示这30个特征脸-SVD face feature extraction, and PCA is similar to the first 30 eigenfaces, and will it show that 30 eigenface
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-22
    • 文件大小:6149423
    • 提供者:hxl
  1. eigenface

    0下载:
  2. 利用人脸pca进行数据压缩,形成人脸特征脸,然后用最近邻法进行人脸识别。-Face pca use data compression to form facial features face recognition and then the nearest neighbor method.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-12
    • 文件大小:1412
    • 提供者:莫瑞阳
  1. PCA_K

    0下载:
  2. PCA的思想为将图像的协方差矩阵分解,获得分解后的方向向量。然后将数据分别投影到某一个方向上去,获得与原图象近似的图像。当然,与最大特征值所对应的特征向量方向获得最好的图像。因此,PCA方法可以作为降维的一种方法。留下在某些方向较好的图像,而抛弃那些在另外一些方向上不好的图像。-PCA ideas as to decompose the covariance matrix of the image, the direction vector obtained after decompositio
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1144
    • 提供者:fuliting
  1. dimen-reduc

    0下载:
  2. 用于图像或者信号高维特征的降维程序,包含KLPP,OLPP和PCA等程度-for dimensionality reduction
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:8944
    • 提供者:sun
  1. KPCA-ORL

    0下载:
  2. 随着人脸识别越来越受到重视,而人脸识别中特征降维又很重要,所以特征降维算法也很重要。因此PCA降维算法很重要-Dimensionality reduction for Face Recognition
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-14
    • 文件大小:3141144
    • 提供者:邢玲
  1. svm_matlab_facerecognition

    2下载:
  2. 利用PCA算法进行特征提取和数据降维,再用SVM算法进行人脸识别的程序,里面有人脸数据库!-Use PCA algorithm for feature extraction and data reduction, and then SVM algorithm recognition program, which was face !
  3. 所属分类:matlab

    • 发布日期:2017-05-16
    • 文件大小:3793263
    • 提供者:dubiao
  1. pca_example

    0下载:
  2. 主成分分析代码实现,可输出主成分系数,主成分得分,特征根,贡献率,累计贡献率-pca example
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:788
    • 提供者:gyq
  1. 2dpca

    0下载:
  2. 对人脸进行2DPCA提取特征并降维,提高人脸识别率-On people s faces 2D PCA feature extraction and dimensionality reduction, improve face recognition rate
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:2893
    • 提供者:万叶晶
  1. feature_stacker

    0下载:
  2. feather_stacker主要用于一个数据集提取多个特征时,对特征进行联合的算法。-In many real-world examples, there are many ways to extract features a dataset. Often it is beneficial to combine several methods to obtain good performance. This example shows how to use FeatureUnion to c
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1037
    • 提供者:申鹏
  1. bh_tsne.tar

    1下载:
  2. 本代码实现TSNE降维,首先利用PCA进行主成分分析,选取何时的特征再降维-dimension reduction for TSNE,we first use Principal Component Analysis to dimension reduction.
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:18016
    • 提供者:谢显华
  1. KPCA

    0下载:
  2. 另尝试编写的一个代码如下,实现对3类数据特征空间的聚类,如下图,红、绿、蓝三种颜色分别表示3类数据,经过rbf核映射到新的空间后,分别聚成了3类-This technique takes advantage of the kernel trick that can be used in PCA. This is a tutorial only and is slow for large data sets. In line 30 the kernel can be changed. Any Ke
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3263
    • 提供者:kaiyue
  1. r_apsbnymg

    0下载:
  2. ​ 通过matlab代码实现PCA算法程序设计步骤: 包括1、去均值 2、计算协方差矩阵及其特征值和temp特征向量 3、计算协方差矩阵的特征值大于阈值的个数以及temp1只 4、降序排列特征值,编译通过达到很高的性能。-PCA algorithm program realization by matlab code design steps include: 1, 2 to the mean, covariance matrix and its eigenvalues and eig
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:5417
    • 提供者:shiyulong_bt
  1. yreykces

    0下载:
  2. 通过matlab代码实现PCA算法程序设计步骤: 包括1、去均值 2、计算协方差矩阵及其特征值和 iCVSum 特征向量 3、计-PCA algorithm program realization by matlab code design steps in
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4453
    • 提供者:ciqlui
  1. ajuifdmk

    0下载:
  2. 通过matlab代码实现PCA算法程序设计步骤: 包括1、去均值 2、计算协方差矩阵及其特征值和 elarJb 特征向量 3、计算协方差矩阵的特征值大于阈值的个数以及 XAixfeX值 4、降序排列特征值,编译通过达到很高的性能。-PCA algorithm program realization by matlab code design steps include: 1, 2 to the mean, covariance matrix and its eigenvalues and eig
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:5629
    • 提供者:mwqkfc
  1. amrjbqca

    0下载:
  2. 通过matlab代码实现PCA算法程序设计步骤: 包括1、去均值 2、计算协方差矩阵及其特征值和 vIPdsQ 特征向量 3、计算协方差矩阵的特征值大于阈值的个数以及 UUOFhKz值 4、降序排列特征值,编译通过达到很高的性能。-PCA algorithm program realization by matlab code design steps include: 1, 2 to the mean, covariance matrix and its eigenvalues and eig
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:13683
    • 提供者:hrodog
  1. bebbmabc

    0下载:
  2. 通过matlab代码实现PCA算法程序设计步骤: 包括1、去均值 2、计算协方差矩阵及其特征值和 ngQmVr 特征向量 3、计算协方差矩阵的特征值大于阈值的个数以及 sIIcLXY值 4、降序排列特征值,编译通过达到很高的性能。-PCA algorithm program realization by matlab code design steps include: 1, 2 to the mean, covariance matrix and its eigenvalues and eig
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6059
    • 提供者:dnsnfu
  1. blqfmmxf

    0下载:
  2. 通过matlab代码实现PCA算法程序设计步骤: 包括1、去均值 2、计算协方差矩阵及其特征值和 vxkKar 特征向量 3、计算协方差矩阵的特征值大于阈值的个数以及 XwPcugM值 4、降序排列特征值,编译通过达到很高的性能。-PCA algorithm program realization by matlab code design steps include: 1, 2 to the mean, covariance matrix and its eigenvalues and eig
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4248
    • 提供者:dwwvvq
  1. bomqazcw

    0下载:
  2. 通过matlab代码实现PCA算法程序设计步骤: 包括1、去均值 2、计算协方差矩阵及其特征值和 TirKnY 特征向量 3、计算协方差矩阵的特征值大于阈值的个数以及 TIRISHJ值 4、降序排列特征值,编译通过达到很高的性能。-PCA algorithm program realization by matlab code design steps include: 1, 2 to the mean, covariance matrix and its eigenvalues and eig
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:7496
    • 提供者:lftwfh
« 1 2 ... 42 43 44 45 46 4748 49 50 »
搜珍网 www.dssz.com