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

搜索资源列表

  1. pca_2d

    0下载:
  2. PCA分析算法实现二维降维处理,实例简单易懂(PCA whitening and ZCA whitening algorithms,and also describe how you can implement them using efficient linear algebra libraries)
  3. 所属分类:图形图象

    • 发布日期:2017-12-21
    • 文件大小:1024
    • 提供者:平儿
  1. pca降维算法

    9下载:
  2. pca降维算法,试验已经成功,将39维数据降到12维(PCA dimensionality reduction algorithm, the test has been successful, the 39 dimensional data down to 12 dimensions)
  3. 所属分类:matlab例程

  1. 人脸识别

    0下载:
  2. 利用PCA算法实现一个简单的人脸识别功能,测试集和训练集一共40张照片,可以自己再增加。(use PCA algorithm to realize face recognition function)
  3. 所属分类:其他

    • 发布日期:2017-11-16
    • 文件大小:543744
    • 提供者:suntreer
  1. 主成分分析PCA

    1下载:
  2. 用PCA算法对iris数据集进行主成分分析(The PCA algorithm is used to analyze the iris data set)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-17
    • 文件大小:2048
    • 提供者:redeemer
  1. pca降维

    3下载:
  2. pca数据降维算法,很好的解决数据灾难的问题。(PCA data dimensionality reduction algorithm, a good solution to the problem of data disaster.)
  3. 所属分类:数学计算

    • 发布日期:2017-12-22
    • 文件大小:12288
    • 提供者:ZCC7
  1. NMFs算法用于实现基于人脸局部特征的人脸识别

    0下载:
  2. 实现了人脸检测和识别算法,很好的定位人脸位置(can efficiently locate the face in image.)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-25
    • 文件大小:19456
    • 提供者:元超
  1. PCA

    2下载:
  2. 简单的数据降维算法(PCA)举例,构造随机的10维数据,降维成3维的。Sample可替换成用户数据(Examples of simple data reduction algorithms (PCA) are presented)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:1024
    • 提供者:Dempsey
  1. PCA实现特征降维

    3下载:
  2. pca和_fase_pca实现特征降维,两种算法都有所改进,特别是pca可以根据自己的需要进行相应的改进,代码清晰易懂,希望对你有帮助。(PCA and _fase_pca to achieve feature reduction, the two algorithms have improved, especially PCA can be improved according to their needs, the code is clear and easy to understand,
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:1024
    • 提供者:
  1. pcaprogram

    0下载:
  2. PCA算法的简单编程,希望有问题能进行讨论。(A simple PCA programming algorithm, hope to have problems to discuss.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-03
    • 文件大小:1024
    • 提供者:酷盖狼
  1. 主成分分析法的原理应用及计算步骤

    2下载:
  2. PCA算法详细介绍:word版可以打印,值得与君共欣赏(PCA:Principal Component Analysis)
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:843776
    • 提供者:曹毅
  1. Face_Recog

    0下载:
  2. 实现基于PCA算法和ORL数据库的人脸识别识别百分比和识别速度可视化。(Visualization of recognition percentage and speed of recognition)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-05
    • 文件大小:1135616
    • 提供者:学者归来
  1. 基于主分量的人脸重构

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

  1. PCA-SVM-master

    0下载:
  2. PCA/SVM算法实现图像分类,分类准确率可到达90%(Image classification by PCA/SVM algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-06
    • 文件大小:3183616
    • 提供者:604395564
  1. PCA

    0下载:
  2. 非常经典的特征提取算法,经常用来做降维方法,但是也可以直接用来做特征提取,很适合图像处理入门,在人脸识别也经常用到(Very classic feature extraction algorithm, often used to do dimensionality reduction methods, but can also be used directly to do feature extraction, it is suitable for image processing, in fa
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-07
    • 文件大小:6807552
    • 提供者:firefly1
  1. pca

    1下载:
  2. 深度学习中的PCA,和白化算法,对深度学习非常有帮助(PCA in deep learning, and albino algorithm, are very helpful for deep learning)
  3. 所属分类:书籍源码

    • 发布日期:2018-01-08
    • 文件大小:3866624
    • 提供者:导师
  1. pca_face_rec

    0下载:
  2. 这是一个用PCA算法实现的人脸识别,解压压缩包,直接运行即可(This is a face recognition using PCA algorithm, decompression compression package, direct operation can)
  3. 所属分类:图形/文字识别

    • 发布日期:2018-01-09
    • 文件大小:2162688
    • 提供者:鸿儒
  1. face-KNN

    0下载:
  2. 用PCA算法和KNN算法实现人脸识别,参数可以自己调整(The PCA algorithm and the KNN algorithm are used to realize the face recognition, and the parameters can be adjusted by themselves)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-10
    • 文件大小:1024
    • 提供者:L.Xun
  1. face-Bayes-GaussianNB

    0下载:
  2. 用贝叶斯中的高斯类库实现人脸识别,结合PCA算法实现(Face recognition using the Gauss class library in Bayes, combined with PCA algorithm)
  3. 所属分类:图形/文字识别

    • 发布日期:2018-01-10
    • 文件大小:1024
    • 提供者:L.Xun
  1. face-Adaboost

    1下载:
  2. 用Adaboost和PCA算法实现人脸识别,用Python写的代码,根据经典的PCA和SVM算法改编(Adaboost and PCA algorithm for face recognition, code written in Python, adapted from the classic PCA and SVM algorithm)
  3. 所属分类:图形/文字识别

    • 发布日期:2018-01-03
    • 文件大小:2048
    • 提供者:L.Xun
  1. PCA

    1下载:
  2. 基于主成分分析的遥感图像融合算法,融合结果质量较好。(The fusion algorithm of remote sensing image based on principal component analysis has better fusion result.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-19
    • 文件大小:74752
    • 提供者:一枝梅231231
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com