CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 降维算法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
    • 文件大小:191.48kb
    • 提供者:芝麻
  1. empca2.tar

    0下载:
  2. 模式分类中应用到的PCA算法,包括其奇异值分解SVD算法。可用来降维提取主元素等。-pattern classification applied to the PCA algorithm, including its SVD singular value decomposition algorithm. Can be used to take down the main Viti Levu and other elements.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-12
    • 文件大小:2.48kb
    • 提供者:imago
  1. PCA

    0下载:
  2. 主成份分析,一个最经典的无监督学习算法,也是最常用的线性降维方法-PCA
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:1.14kb
    • 提供者:lai_zhi_hui
  1. pcasearch

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

    • 发布日期:2017-04-05
    • 文件大小:4.27kb
    • 提供者: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
    • 文件大小:1.21kb
    • 提供者:zl
  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
    • 文件大小:901byte
    • 提供者:
  1. PCA

    0下载:
  2. C++语言写的PCA降维算法,里面有两个主元分析C++代码-PCA language C++ dimensionality reduction algorithm, there are two principal component analysis C++ code
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:666.12kb
    • 提供者:
  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
    • 文件大小:1.25kb
    • 提供者: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
    • 文件大小:892byte
    • 提供者: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降维

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

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

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

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

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

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

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

    • 发布日期:2018-01-10
    • 文件大小:1.31mb
    • 提供者:HunterYuan
  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_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
    • 文件大小:2.22mb
    • 提供者:bibi8870kki
  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. 不用自带函数,而是直接编程实现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-06
    • 文件大小:1kb
    • 提供者:北北北
  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
    • 文件大小:850kb
    • 提供者:宋楠楠123
  1. PCA+mnist

    1下载:
  2. 基于python,利用主成分分析(PCA)和K近邻算法(KNN)在MNIST手写数据集上进行了分类。 经过PCA降维,最终的KNN在100维的特征空间实现了超过97%的分类精度。(Based on python, it uses principal component analysis (PCA) and K nearest neighbor algorithm (KNN) to classify on the MNIST handwritten data set. After PCA dime
  3. 所属分类:数据挖掘

    • 发布日期:2020-11-02
    • 文件大小:11.06mb
    • 提供者:曲小刀
« 12 3 4 »
搜珍网 www.dssz.com