CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - 降维算法PCA

搜索资源列表

  1. Dimension-reduction--toolbox

    1下载:
  2. 该工具箱中包含了多种降维算法。其中有传统的PCA和Local PCA算法,也有典型的流形学习算法,如Isomap、LLE、HLLE、Laplacian Eigenmaps 和 Local Tangent Space 。-The toolbox contains a variety of dimensionality reduction algorithms. In which the traditional PCA and Local PCA algorithms, there are the
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:196076
    • 提供者:芝麻
  1. pcafacerecognition

    0下载:
  2. 基于主成分分析(PCA)的人脸识别系统 利用2D PCA算法求对训练集向量进行降维的降维矩阵,最近邻法测试对测试集识别的精度-pca face recognition
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:195973
    • 提供者:费菲
  1. pcasearch

    0下载:
  2. 基于焊接图片的pca降维,knn分类算法。-Pca-based solder image dimension reduction, knn classification algorithm.
  3. 所属分类:matlab

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

    0下载:
  2. 自己写的PCA降维算法,还有模糊k均值大家可以参考一下-Write their own PCA dimensionality reduction algorithm, and fuzzy k means we can refer to
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1242
    • 提供者:zl
  1. PCA

    0下载:
  2. LPA是主成分分析算法,用于特征提取和特征空间的降维-LPA code for feature
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1179
    • 提供者:醉清风
  1. pcapro

    0下载:
  2. 基于主成分分析的PCA算法,利用进行各类图像降维,达到精简计算过程的目的。-PCA based on principal component analysis algorithm for various images using dimensionality reduction to achieve the purpose of streamlining the calculation.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:901
    • 提供者:
  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-12
    • 文件大小:1564
    • 提供者:chengbo
  1. pca

    0下载:
  2. 此算法能进行主元分析,实现原始数据的降维,对对象进行主成分分析-This algorithm can perform principal component analysis, to achieve the original data dimensionality reduction, principal component analysis of the object
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1152
    • 提供者:韩晓春
  1. PCA-K_means

    0下载:
  2. 基于PCA降维的k-means算法,附带有检测正确率的源码以及相应的检测数据-PCA dimensionality reduction based on k-means algorithm, source code comes with the correct detection rate and the corresponding test data
  3. 所属分类:matlab

    • 发布日期:2017-05-06
    • 文件大小:1301101
    • 提供者:清水
  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. PCAtest

    0下载:
  2. PCA降维算法,不是MATLAB内置的pca降维-PCA dimensionality reduction algorithm, not the MATLAB built-in pca dimensionality reduction
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:166911
    • 提供者:陈亚文
  1. 38-PCA

    0下载:
  2. 模式识别中PCA 算法,实现降维,其中包括代码,ppt-PCA,Pattern Recognition
  3. 所属分类:matlab

    • 发布日期:2017-04-28
    • 文件大小:91125
    • 提供者:随风
  1. pca

    0下载:
  2. 可以很好的实现流形学习算法中的线性降维算法PCA数据降维。-Can well realize the manifold learning algorithm of linear dimension reduction algorithm of PCA data dimension reduction.
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1277
    • 提供者:wy
  1. pca

    0下载:
  2. 特征降维算法的MATLAB代码,适合初学者,简单易懂。-A MATLAB code about PCA algorithm, suitable for beginners, simple and easy to understand.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:892
    • 提供者:qqbaby
  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. PCA

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

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

    0下载:
  2. PCA 算法演示 主要用于数据进行降维处理(PCA suanfa zhuyaoyongyushujujinxingjiangweichuli)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-06
    • 文件大小:17408
    • 提供者:APPJOKER
  1. PCAmnist

    0下载:
  2. 经典PCA降维算法,通过最大方差提取特征(Classical PCA algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-10
    • 文件大小:1378304
    • 提供者:HunterYuan
  1. pca_PCA降维

    1下载:
  2. 一款很好用的PCA降维算法,可以自己修改后随意使用。(A very good PCA dimensionality reduction algorithm.You can modify it yourself and use it at will.)
  3. 所属分类:matlab例程

    • 发布日期:2018-10-06
    • 文件大小:2331648
    • 提供者:bibi8870kki
  1. PCA

    1下载:
  2. 不用自带函数,而是直接编程实现PCA算法。然后用PCA实现将数据从三维降到二维。(PCA algorithm is realized by direct programming instead of self-contained functions.Then PCA is used to reduce the data from three-dimensional to two-dimensional.)
  3. 所属分类:matlab例程

    • 发布日期:2021-03-05
    • 文件大小:1024
    • 提供者:北北北
« 12 3 »
搜珍网 www.dssz.com