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

搜索资源列表

  1. 对高维数据采用PCA进行降维处理

    2下载:
  2. 对高维数据采用PCA进行降维处理,主成分个数采用累积方差贡献率的方法确定
  3. 所属分类:matlab例程

  1. pca

    0下载:
  2. PCA数据降维,利用MATLAB进行开发学习-PCA of data dimensionality reduction, using MATLAB to develop learning
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:814byte
    • 提供者:hehe
  1. pca

    3下载:
  2. 主成分分析程序,应用于图像特征提取,数据降维等方面 -the code of PCA
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:20.11kb
    • 提供者:张军
  1. PCA

    0下载:
  2. 主分量分析,用于高维数据降维或提取目标特征。程序精简,效率高. -Principal Component Analysis is used to make data dimensionality reduction or extract target characteristics。
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:1.92kb
    • 提供者:高小东
  1. wine

    3下载:
  2. pca-kmeans聚类 先将数据(wine,uci数据集)降维处理,在进行聚类-pca-kmeans clustering use the data of uci:wine.
  3. 所属分类:matlab

    • 发布日期:2017-01-12
    • 文件大小:7kb
    • 提供者:
  1. pca

    2下载:
  2. 主成分分析程序,可用于数据降维及特征提取。-Principal component analysis procedures, can be used for data dimensionality reduction and feature extraction.
  3. 所属分类:Algorithm

    • 发布日期:2016-04-25
    • 文件大小:8.68kb
    • 提供者:武锐
  1. pca

    0下载:
  2. 非线性降维方法 可以应用于高维数据的机器学习-Nonlinear dimensionality reduction methods can be applied to high-dimensional data, machine learning
  3. 所属分类:AI-NN-PR

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

    0下载:
  2. 优化后的PCA 能对数据进行降维 很实用-PCA can be optimized for data dimensionality reduction is very useful
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:1.79kb
    • 提供者:shi
  1. PCA

    5下载:
  2. 用于模式识别中的PCA降维输入数据data和option。data是一个矩阵,每一行代表一个样本。option是选择降维到多少维。-[eigvector, eigvalue] = PCA(data, options) [eigvector, eigvalue] = PCA(data)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:1.27kb
    • 提供者:
  1. empca

    0下载:
  2. PCA特征降维,用于图像处理人脸识别等模式识别领域和数据挖掘两领域-PCA feature reduction, image processing for face recognition and other pattern recognition and data mining of two areas
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1.09kb
    • 提供者:jiluping
  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
    • 文件大小:1kb
    • 提供者:xyhuang
  1. pca

    0下载:
  2. 实现pca功能,进行数据降维,使算法简单化-Realize pca functions, to data dimension reduction, the method is simple
  3. 所属分类:OpenCV

    • 发布日期:2017-04-01
    • 文件大小:3.04kb
    • 提供者:mr zeng
  1. K-Means PCA降维

    2下载:
  2. K-Means算法,不要求建立模型之后对结果进行新的预测,没有相应的标签,只是根据数据的特征对数据进行聚类。主成分分析降维对数据进行可视化操作,对features进行降维.(K-Means algorithm does not require the establishment of the model after the new prediction of the results, there is no corresponding tag, but only on the character
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-21
    • 文件大小:33kb
    • 提供者:赵嘉慧
  1. pca降维

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

    • 发布日期:2017-12-22
    • 文件大小:12kb
    • 提供者:ZCC7
  1. 11数据降维_配套代码

    0下载:
  2. 这是吴恩达在course公开课上讲的数据降维的作业的代码,主要是应用PCA对数据降维(This is Wu Enda in the course open class lectures on data dimension reduction operations code, mainly using PCA for data dimensionality reduction)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-02
    • 文件大小:10.22mb
    • 提供者:`你管
  1. PCA

    3下载:
  2. 采用INP数据(145*145*200),该数据有16个类别, PCA进行数据降维,然后对降维数据采用kNN分类(k=1)。(Using INP data (145*145*200), the data has 16 categories, PCA carries out data reduction, and then uses kNN classification for dimensionality reduction data (k=1).)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-07
    • 文件大小:26kb
    • 提供者:纷纷666
  1. pca算法实现

    0下载:
  2. 通过Python实现了PCA数据降维的方法(The method of reducing the dimension of PCA data through Python)
  3. 所属分类:数学计算

    • 发布日期:2018-01-11
    • 文件大小:11kb
    • 提供者:redrock
  1. pca

    0下载:
  2. 大数据降维方法,具体的处理了图像等,包括数据的冗余部分,利用PCA技术快速降维。(Large data dimensionality reduction method.Specifically dealing with images, including redundant parts of data, and using PCA technology to reduce dimensionality rapidly.)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:9kb
    • 提供者:liyuheng
  1. NM_PCA

    1下载:
  2. PCA降维算法,本程序已经调好,可以直接跑数据(PCA dimension reduction algorithm, this program has been adjusted, you can run data directly)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2019-07-26
    • 文件大小:2kb
    • 提供者:remixlife
  1. pca

    1下载:
  2. 应用于数据降维的一种MATLAB程序,可以实现从高维到低维的降解(A matlab program applied to data dimensionality reduction can realize the degradation from high dimension to low dimension)
  3. 所属分类:其他小程序

    • 发布日期:2020-09-17
    • 文件大小:1kb
    • 提供者:lzkzgy
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com