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

搜索资源列表

  1. pca_analysis

    0下载:
  2. 程序说明:y = pca(mixedsig),程序中mixedsig为 n*T 阶混合数据矩阵,n为信号个数,T为采样点数。y为 m*T 阶主分量矩阵。n是维数,T是样本数。-Procedure Note: y = pca (mixedsig), the program mixedsig for the n* T-order mixed data matrix, n is the signal number, T the sampling points. y for m* T-order pri
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1379
    • 提供者:王辉
  1. PCAandLDA

    0下载:
  2. 用pca 和 lda 实现数据的降维,加快机器的特征提取的速度。-Pca and lda of data with dimension reduction, feature extraction to speed up the speed of the machine.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:2913
    • 提供者:江红
  1. pcass

    0下载:
  2. This an efficient implementation of PCA, which use smaller dimension of the data matrix to compute the eigenvectors-This is an efficient implementation of PCA, which use smaller dimension of the data matrix to compute the eigenvectors
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:958
    • 提供者:samsom
  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
    • 文件大小:1024
    • 提供者:xyhuang
  1. PCA

    2下载:
  2. 模式识别作业-完全自编仿真程序。先用PCA对IRIS数据集进行降维,然后用最小错误法对降维的数据进行分类。压缩包中既包括matlab源代码,又有自己写的报告,还有.MAT格式的IRIS数据集用作程序调用。程序有详细注释,很容易懂。最后结果输出到txt文件中。-Pattern recognition operations- completely self simulation program. First on the IRIS data set with PCA dimension reduct
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:94332
    • 提供者:yumingwei
  1. lle_and_pca

    2下载:
  2. 实现lle和pca的matlab编程,主要目的是比较lle和pca这两个高维数据降维方法的性能,各有所长。-Use matlab to realise lle and pca ,the purpose is to compare lle and pca,which reduce high dimension data to low data dimension,and each has advantage!
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:4992
    • 提供者:何德龙
  1. pca

    0下载:
  2. PCA (Principal component analysis) is used to redraw dimension of data
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:651
    • 提供者:sister
  1. pca

    0下载:
  2. pca(主成分分析)matlab实现,可以有效的提取数据的主元成分,降低数据矩阵的维数。-pca (Principal Component Analysis) Matlab implementation, can effectively extract data in the main ingredients, reduce the dimension of the data matrix.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1873
    • 提供者:李梅
  1. PCA

    0下载:
  2. PCA是基于原始数据空间,通过构造一组新的潜隐变量来降低原始数据空间的维数。-PCA is based on the original data space, by constructing a new set of latent variables to reduce the dimension of the original data space.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:3531
    • 提供者:高婷
  1. pca

    0下载:
  2. in this program I have deduced dimension of iris data with PCA
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:543
    • 提供者:amidi
  1. FisherFace

    0下载:
  2. Fisherface方法的实现是在PCA数据重构的基础上完成的,首先利用PCA将高维数据投影到低维特征脸子空间,然后再在这个低维特征脸子空间上用LDA特征提取方法得到Fisherface。程序中使用参数寻优的方法来寻找最佳投影维数,以达到比较理想的识别效果。-The Fisherface method implemented in the PCA data reconstruction based on the completion of the first use of PCA project
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-11
    • 文件大小:3526128
    • 提供者:
  1. dimentionality-reduction-using-pca

    0下载:
  2. this article describes the ideas behind of principal component analysis and uses that to reduce the dimension of a data space
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:600812
    • 提供者:mamad
  1. PCA

    0下载:
  2. 这是关于PCA主成分分析降维,文件夹里有.mat格式的数据文件,里面数据可供测试PCA降维使用。-This is about PCA principal component analysis dimension reduction, folder. Mat data file format, data available for test use PCA dimensionality reduction.
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:170157
    • 提供者:周大看
  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-12
    • 文件大小:1277
    • 提供者:wy
  1. pca

    0下载:
  2. 主成分分析(PCA)的MATLAB源程序,数据降维处理-Principal component analysis (PCA) of MATLAB source, data dimension reduction process.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:942
    • 提供者:方卓
  1. PCA_DeNoise

    1下载:
  2. 再用主成分分析方法进行信号噪声去除。文件中包含三个子函数:1.Normalize_InputData,规则化输入数据;2.PCA_Reduce_Dimension,实现数据降维处理;3.PCA_Filter_Noise,实现噪声去除(the principal component analysis method for signal noise removal. The file contains three sub-functions: 1.Normalize_InputData, regul
  3. 所属分类:matlab例程

    • 发布日期:2017-12-01
    • 文件大小:1024
    • 提供者:ZonyShi
  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
    • 文件大小:10718208
    • 提供者:`你管
  1. pca算法实现

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

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

    1下载:
  2. 本程序可以对高维数据进行降维,便于得到主成分进行后续分析。(This program can reduce dimension of high-dimensional data and facilitate principal component analysis for subsequent analysis.)
  3. 所属分类:数据挖掘

    • 发布日期:2018-11-05
    • 文件大小:2048
    • 提供者:小胡911
  1. jiangwei

    1下载:
  2. pca、svd、mds 数据降维,用来对数据进行预处理 新人学习,叨扰(pca data dimension reduction)
  3. 所属分类:matlab例程

    • 发布日期:2019-07-27
    • 文件大小:1024
    • 提供者:recg
« 12 »
搜珍网 www.dssz.com