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

搜索资源列表

  1. LDA-Reconginatin Matlab LDA降维经典程序

    2下载:
  2. Matlab LDA降维经典程序 外国人Jonathan Huang写的LDA matlab程序,用于多维特征的降维 -Matlab LDA dimension reduction procedures foreigners Jonathan Huang classic written LDA matlab program for multi-dimensional characteristics of the dimension reduction
  3. 所属分类:matlab例程

    • 发布日期:2017-03-23
    • 文件大小:1711
    • 提供者:Aaron Yan
  1. KPCA.rar

    1下载:
  2. 一个很好的PCA程序。它可用于数据的降维,消噪及特征提取。,A good PCA procedures. It can be used for data dimensionality reduction, de-noising and feature extraction.
  3. 所属分类:Special Effects

    • 发布日期:2016-04-15
    • 文件大小:1846
    • 提供者:xiaolinzi
  1. PCA_LDA.rar

    1下载:
  2. 《机器学习》课上的作业,PCA和LDA降维,尽管网上很多,但很少注释,另外细节上也没注意。这里有很详细的注释。另外还附上一个Naive贝叶斯分类器,大家可以作比较。附带的图像包是OLR人脸。ReducedDim为想要提取的特征数,不是百分比!," Machine learning" classes on the homework, PCA and LDA dimensionality reduction, even though a lot of online, but f
  3. 所属分类:matlab例程

    • 发布日期:2016-03-16
    • 文件大小:3743168
    • 提供者:thy
  1. pca

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

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

    0下载:
  2. 对输入的高维特征向量进行pca降维后输出低维的特征向量-PCA dimensionality reduction
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:772674
    • 提供者:夏晓珍
  1. empca

    0下载:
  2. EMPCA算法的函数代码,附带有训练测试数据集,用于特征降维等方面。-Algorithm EMPCA function code, attached to the test data set there is training for the characteristics of dimensionality reduction and so on.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:159288
    • 提供者:苗晨
  1. FunFDA

    0下载:
  2. FunFDA模式识别中特征提取中的数据降维的一种算法-fisher discriminant analysis
  3. 所属分类:Special Effects

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

    1下载:
  2. 主成分分析的代码,降维的工具,特征提取降维的工具-PCA code
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1299
    • 提供者:dengzhaoxiong
  1. LDA_zq

    1下载:
  2. 用于特征降维,特征融合,相关分析等多元数据分析的fisher鉴别分析(FLDA)Matlab代码实现。-For feature reduction, feature fusion, correlation analysis, multivariate data analysis of the fisher discriminant analysis (FLDA) Matlab code implementation.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-01
    • 文件大小:1090
    • 提供者:moxibingdao
  1. PCADR

    0下载:
  2. 用于特征降维人脸识别等多元数据分析的主分量分析投影的Matlab代码实现。-For feature reduction and other multivariate data analysis, face recognition principal component analysis projection of the Matlab code implementation.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-08
    • 文件大小:1081
    • 提供者:moxibingdao
  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
    • 文件大小:1121
    • 提供者:jiluping
  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. 特征降维

    4下载:
  2. 各种降维的方法,KPCA,KLDA,KLPP,应有尽有
  3. 所属分类:matlab例程

  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
    • 文件大小:33792
    • 提供者:赵嘉慧
  1. FastICA

    0下载:
  2. 独立成分分析matlab代码,进行特征降维与特征选择(ICA transform for feature selection)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-21
    • 文件大小:44032
    • 提供者:gengjiedlut
  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. pca_fld

    0下载:
  2. 这是主成分分析pca和fld的代码,主要实现特征降维。(This is the principal component analysis of pca and fld code, the main feature reduction dimension.)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-19
    • 文件大小:1024
    • 提供者:AmandaRuan
  1. 降维与特征选择

    1下载:
  2. 在machine learning中,特征降维和特征选择是两个常见的概念,在应用machine learning来解决问题的论文中经常会出现。 对于这两个概念,很多初学者可能不是很清楚他们的区别。很多人都以为特征降维和特征选择的目的都是使数据的维数降低,所以以为它们是一样的,曾经我也这么以为,这个概念上的误区也就导致了我后面对问题的认识不够深入。后来得到老师的指点才彻底搞清楚了两者的关系,现总结出来与大家分享。(Feature reduction and feature sele
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:8795136
    • 提供者:ZJN27
  1. 1.pdf

    1下载:
  2. 特征降维的一种方法, 文章是英文文献,文章最后附有代码(a kind of method of feature dimensionality reduction)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2020-09-18
    • 文件大小:332800
    • 提供者:GinoZhang
  1. 降维code

    1下载:
  2. 了解降维、特征筛选等基本原理 掌握PCA、SVD、LAD和NMF等算法实现及应用(Understand the basic principles of dimensionality reduction and feature selection Master the algorithm implementation and application of PCA, SVD, lad and NMF)
  3. 所属分类:数据挖掘

    • 发布日期:2020-11-02
    • 文件大小:870400
    • 提供者:宋楠楠123
« 12 3 4 5 6 7 8 9 10 ... 34 »
搜珍网 www.dssz.com