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

搜索资源列表

  1. pca+lda

    0下载:
  2. 模式识别PCA+LDA的C++源代码,用于图像的主分量分析-pattern recognition PCA LDA C source code for the image of Principal Component Analysis
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3321
    • 提供者:朱顺兴
  1. PCA故障诊断

    3下载:
  2. 该文件包括了故障诊断数据集,matlab代码,可供参考学习(The file includes the fault diagnosis data set, matlab code, for reference learning)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-15
    • 文件大小:3822592
    • 提供者:windybear
  1. 主成分分析PCA源代码(C++,matlab)

    6下载:
  2. MATLAB内置pca(主成分分析)源代码(source code of pca basis MATLAB)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-21
    • 文件大小:9216
    • 提供者:styang
  1. pca

    1下载:
  2. 主成分分析法的c++代码,有俩个版本的实现方法(C++ code of principal component analysis)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-26
    • 文件大小:8192
    • 提供者:空儿
  1. pca

    0下载:
  2. 主成分分析实现代码,以测试集辛烷值含量预测结果对比为例,内附数据,代码,matlab实现(Principal component analysis implementation code)
  3. 所属分类:其他

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

    0下载:
  2. PCA主成分分析算法matlab源码,利用matlab实现PCA算法。(PCA principal component analysis algorithm matlab source code, using MATLAB to achieve PCA algorithm.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-22
    • 文件大小:10240
    • 提供者:大安安安
  1. PCA

    0下载:
  2. PCA算法的matlab实现及算例,包含原始数据(matlab code of PCA in machine learning)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-26
    • 文件大小:9216
    • 提供者:hierarch
  1. pca

    0下载:
  2. 主成份分析代码,实现对信号的主成分分析和实现,有利于更好理解这部分功能。(Principal component analysis code, to achieve the main component of the signal analysis and implementation, is conducive to a better understanding of this part of the function)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-23
    • 文件大小:4096
    • 提供者:鹿小路
  1. PCA

    0下载:
  2. Python实现PCA将数据转化成前K个主成分的伪码大致如下: ''' 减去平均数计算协方差矩阵计算协方差矩阵的特征值和特征向量将特征值从大到小排序保留最大的K个特征(Python PCA data into pseudo code before the K principal components are as follows: the characteristics of 'average minus the covariance matrix to calculate the covari
  3. 所属分类:Windows编程

    • 发布日期:2017-12-26
    • 文件大小:64512
    • 提供者:193sd
  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

    0下载:
  2. pca降维代码,主要用来给图片进行降维,程序不长,直接用,很方便(PCA Dimension reduction code)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-04
    • 文件大小:5506048
    • 提供者:Toli
  1. PCA笔记

    0下载:
  2. 对PCA的个人理解,有详细的PCA推导过程,代码包括计算协方差,及其特征值特征向量。(For the personal understanding of PCA, there is a detailed process of PCA derivation. The code includes the calculation covariance and its eigenvalue eigenvector.)
  3. 所属分类:数学计算

    • 发布日期:2018-01-06
    • 文件大小:123904
    • 提供者:杰克蔡
  1. pca

    0下载:
  2. A face recognition algorithm of pca using java code
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:4096
    • 提供者:wuxingyu
  1. PCA

    0下载:
  2. PCA example code from image data
  3. 所属分类:matlab例程

    • 发布日期:2018-04-19
    • 文件大小:10824704
    • 提供者:youdalj
  1. pca-master (1)

    0下载:
  2. 此源代码使用Eigen C ++库在C ++中实现了PCA算法。 运行代码所需的组件: - 安装Visual Studio 2012(Express Edition工作正常) - Windows操作系统(Windows 7或更高版本) 如何运行源代码: - 打开文件。\ pca \ PrincipalComponentAnalysis \ PrincipalComponentAnalysis \ Program.cpp - 在行和列变量中设置矩阵的尺寸。 - 在m变量中设置
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-19
    • 文件大小:10320896
    • 提供者:HJL Kevin
  1. PCA

    0下载:
  2. PCA MATLAB 代码示例,有详细的注释,代码简单易懂,仅供学习参考(PCA MATLAB code example, with detailed annotations, the code is simple and easy to understand, only for learning reference)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-20
    • 文件大小:18432
    • 提供者:learner1
  1. 52176893pca-matlab-code

    0下载:
  2. pca人脸识别算法,人脸检测,欧式距离,特征向量求法等。(PCA face recognition algorithm, face detection, Euclidean distance, eigenvector method and so on.)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-23
    • 文件大小:33792
    • 提供者:欧阳某某
  1. PCA

    0下载:
  2. 最详细的PCA源码,有助于零基础理解PCA的详细过程(The most detailed PCA source code)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:GL学习
  1. 基于PCA算法的TE过程故障诊断程序

    3下载:
  2. 基于PCA的TE过程故障诊断MATLAB代码,亲测有效,欢迎下载。(PCA based TE process fault diagnosis MATLAB code, pro test is effective, welcome to download.)
  3. 所属分类:matlab例程

    • 发布日期:2020-05-21
    • 文件大小:14336
    • 提供者:ONLY~娟
  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
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com