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

搜索资源列表

  1. pca

    0下载:
  2. pca算法代码,清晰有注释,详细功能 -PCA algorithm code, clear notes, detailed functional
  3. 所属分类:matlab

    • 发布日期:2017-12-09
    • 文件大小:6564
    • 提供者:laihama
  1. pca

    0下载:
  2. pca算法实现人脸识别,包括数据图片,特征提取算法,最近邻分类器算法-pca algorithm for face recognition, including data pictures, feature extraction algorithm, nearest neighbor classifier algorithms, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:584462
    • 提供者:胡长晖
  1. pca

    0下载:
  2. pca算法已经广泛应用于各方面,当提取的图像特征维度比较高时,为了简化计算量以及储存空间,需要对这些高维数据进行一定程度上的降维,并尽量保证数据的不失真。-pca algorithm has been widely used in various areas, when the extracted image feature dimension is relatively high, in order to simplify the calculation and storage space n
  3. 所属分类:Special Effects

    • 发布日期:2017-11-19
    • 文件大小:6528
    • 提供者:移风
  1. PCA-Classification.net

    0下载:
  2. 采用pca的方法,对样本进行分类。在实际中pca算法一般用于检测样本的相似度-Using pca method to classify the samples. In practice pca algorithm is generally used to detect the similarity of samples
  3. 所属分类:CSharp

    • 发布日期:2017-05-28
    • 文件大小:11007108
    • 提供者:jarkyilinghui
  1. pca

    0下载:
  2. pca 算法,代码很好用,可以直接拷贝使用,里面有人脸识别的案例。-pca algorithm, code useful, you can use a direct copy, which has a face recognition case.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-21
    • 文件大小:6634386
    • 提供者:
  1. pca

    0下载:
  2. 用PCA算法在matlab平台上对图像进行压缩与解压缩,内含测试图像,能直接在matlab上运行使用,对学习PCA算法有帮助。-PCA algorithm used in matlab platform for image compression and decompression, containing the test images, can be run directly on matlab, PCA algorithm is helpful for learning.
  3. 所属分类:Compress-Decompress algrithms

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

    0下载:
  2. 目前,pca算法已经广泛应用于各方面,就拿图像处理,经常做的一件事就是当提取的图像特征维度比较高时,为了简化计算量以及储存空间,需要对这些高维数据进行一定程度上的降维,并尽量保证数据的不失真。-Currently, pca algorithm has been widely used in various aspects, Take image processing, often do one thing when the dimensions of the image feature extr
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1564
    • 提供者:chengbo
  1. simple-PCA

    0下载:
  2. 一个简单PCA算法,适合于初学者的入门学习-PCA algorithm, suitable for beginners
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1558
    • 提供者:王银同
  1. PCA

    1下载:
  2. PCA算法实现对数据降维,train_sample为训练样本,train_class为训练样本的分类结果,test_sample为测试样本,test_class为测试样本的分类结果,可以从UCI下载数据集进行调用~-PCA algorithm for data dimensionality reduction, train_sample of training samples, train_class for the classification of training samples, tes
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:526
    • 提供者:王小二
  1. PCA

    0下载:
  2. pca算法很不错,描述比较傲详细,很高参考价值-pca algorithm is very good, detailed descr iption of relatively proud of high reference value
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:6742
    • 提供者:c51arm7
  1. PCA-(2)

    0下载:
  2. PCA algorithm for dimension reduction
  3. 所属分类:Editor

    • 发布日期:2017-04-12
    • 文件大小:1173
    • 提供者:taha
  1. pca

    0下载:
  2. PCA ALGORITHM USING M FILE-PCA ALGORITHM USING M FILE
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1349
    • 提供者:ahmedfarid
  1. pca

    0下载:
  2. matlab下编译的pca算法进行数据减维程序,适合初学者使用-Pca algorithm for data dimension reduction, suitable for beginners to use
  3. 所属分类:Other systems

    • 发布日期:2017-04-27
    • 文件大小:13400
    • 提供者:于于
  1. pca

    0下载:
  2. PCA算法在matlab上的实现,包括特征向量提取,降维和数据重构-PCA algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3498
    • 提供者:kidd9
  1. PCA

    0下载:
  2. 使用PCA算法对OPL人脸数据库进行识别,并判断识别的准别度-PCA algorithm using OPL face to identify and determine the degree of recognition of the quasi Do
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:1660
    • 提供者:hsp
  1. pca

    0下载:
  2. 本文实现了众所周知的PCA算法。它返回一个减少号尺寸/特征数据集。折减系数,即多少特征最终/减少集应该包含可由用户选择。 它包含一个面说明数据集(脸。垫)(请参阅自述文件)如何使用。-this implements the well known PCA algorithm. It returns a Dataset with reduced no. of dimensions/features. The reduction factor i.e how many features the f
  3. 所属分类:Special Effects

    • 发布日期:2017-04-28
    • 文件大小:219752
    • 提供者:张三
  1. pca

    1下载:
  2. pca算法人脸识别,含GUI界面设计,人脸恢复部分。-Pca algorithm of face recognition, including the GUI interface design, face recovery section.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2515
    • 提供者:
  1. pca

    0下载:
  2. 用于图像重建的矩阵填充和矩阵恢复算法的程序代码,改进的pca算法-Recovery algorithm used for image reconstruction matrix filling and matrix code, pca algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5213458
    • 提供者:海红
  1. PCA--algorithm

    0下载:
  2. 人脸特征抽取。主成分分析法。特征降维。样本矩阵。-Facial feature extraction。Principal component analysis (pca).Feature dimension reduction.The sample matrix
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2242
    • 提供者:周骞
  1. PCA

    0下载:
  2. PCA算法,高维数据向低维投影。本源码采用直接向最大特征值的两个principle components投影,结果为二维。-PCA algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:573
    • 提供者:Bobby
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com