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

搜索资源列表

  1. 数据降维

    0下载:
  2. 数据降维方法
  3. 所属分类:Windows编程

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

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

  1. mani.rar

    0下载:
  2. 一个集成了8种降维方法的GUI(包括常见的PCA、LLE、isomap、HLLE等线性与非线性将为方法),An integrated eight kinds of dimensionality reduction methods GUI (including common PCA, LLE, isomap, HLLE, etc. will be linear and nonlinear methods)
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:13.63kb
    • 提供者:huang
  1. dimreduce

    0下载:
  2. 普通降维方法汇总,PCA,LDA,isomap-Summary of general dimension reduction methods, PCA, LDA, isomap .......
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:190.71kb
    • 提供者:
  1. sne

    0下载:
  2. 一种基于概率的数据降维处理方法:Stochastic Neighbor Embedding-Based on the probability of data dimensionality reduction approach: Stochastic Neighbor Embedding
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:1.65kb
    • 提供者:xinying
  1. KLPP

    0下载:
  2. 核lpp(局部保持映射)的降维方法。跟Xiaofei He的论文配套-Nuclear lpp (partial maintain mapping) methods of dimensionality reduction. Xiaofei He told the paper supporting
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:1.8kb
    • 提供者:小哈
  1. lda

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

    • 发布日期:2017-04-11
    • 文件大小:1.47kb
    • 提供者:王博
  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. MatlabDimensionReductionToolbox

    0下载:
  2. 经典的降维方法集合,包含近代诸多算法,由马大博士生编著。-The Matlab Toolbox for Dimensionality Reduction contains Matlab implementations of 32 techniques for dimensionality reduction. A large number of implementations was developed from scratch, whereas other implementations ar
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-04
    • 文件大小:1008.27kb
    • 提供者:Alan
  1. pca

    0下载:
  2. PCA降维方法,这是一个针对图像处理的PCA降维处理方法-The method of PCA,whic is used in the image processing.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1.14kb
    • 提供者:王雪瑶
  1. jiangwei2

    0下载:
  2. 降维状态观测器是非常重基于T变换的降维观测器设计方法。要的一类观测器-Reduced-order state observer is very important dimension reduction based on T transform observer design method. To a class of observer
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:726byte
    • 提供者:杨波
  1. 特征降维

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

  1. drtoolbox

    1下载:
  2. 流形学习的基本方法,用于高维数据的降维,包含几乎所有的流形方法(The basic method of manifold learning, used for dimensionality reduction of high-dimensional data, contains almost all manifold methods)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-22
    • 文件大小:1020kb
    • 提供者:flopf
  1. 数据降维工具箱

    2下载:
  2. 数据降维matlab程序包,几乎涵盖了所有的主流数据降维方法(Data dimensionality reduction matlab package covers almost all the mainstream data reduction methods)
  3. 所属分类:matlab例程

  1. 降维

    0下载:
  2. 各种降维方法集合,在处理高维数据上亲测有效,希望对大家有帮助(A collection of various dimensionality reduction methods that can handle high dimensional data)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-06
    • 文件大小:40.47mb
    • 提供者:kjzzxj
  1. lda-0.2-matlab.tar

    0下载:
  2. lda降维方法源码,lda 方法有很牛逼的降维效果,对分类精度有很大的提升(lda dimension reduction method source code, lda method is very Niubi dimension reduction effect, classification accuracy has greatly improved)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-01
    • 文件大小:23kb
    • 提供者:WSpeng_1
  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. compute_mapping

    0下载:
  2. 输入: 二维矩阵;输出:降维结果; 共包含34种降维方法,线性/非线性;局部/全局;监督/非监督(Input: 2-D matrix; output: dimension reduction result; contains 34 dimensionality reduction methods, linear / nonlinear; local / global; supervised / unsupervised.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-06
    • 文件大小:4kb
    • 提供者:nick521
  1. cca

    1下载:
  2. 对于降维方法中,曲线成分分析(CCA)的实现(For the dimensionality reduction method, the realization of curve component analysis (CCA) is realized.)
  3. 所属分类:数学计算

  1. tsne降维算法

    1下载:
  2. tsne降维算法,目前最好用的降维方法之一 可直接使用
  3. 所属分类:matlab例程

    • 发布日期:2020-07-02
    • 文件大小:6.61kb
    • 提供者:k109080
« 12 3 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com