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

搜索资源列表

  1. IsomapR1

    0下载:
  2. 流形学习 matlab开发的图形界面 集成了八个算法和十几个例子
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:576.18kb
    • 提供者:姜波
  1. mani

    0下载:
  2. 流形学习 经典matlab图形界面 含八种算法
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:13.87kb
    • 提供者:姜波
  1. cca.zip

    0下载:
  2. Fei Sha 等人编写的流形学习算法CCA的matlab代码,它基于MVU算法,但是计算速度比较慢,Fei Sha and others prepared CCA manifold learning algorithm of matlab code, which is based on MVU algorithm, but the calculation speed is relatively slow
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-23
    • 文件大小:16kb
    • 提供者:Chenping Hou
  1. manifold.rar

    0下载:
  2. 基于matlab开发的一个简单的流形学习的工具箱,附带有使用说明,Matlab developed based on a simple manifold learning kit comes with instructions
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:240.5kb
    • 提供者:喻军
  1. LPP.rar

    2下载:
  2. 流形学习MATLAB代码,HE 的一个最经典的算法,是线性子空间学习的基本算法。,LPP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:1.92kb
    • 提供者:lai_zhi_hui
  1. lpp.rar

    0下载:
  2. 一种很重要的非监督降维方法,是流形学习算法Laplacian Eigenmap 的线性化方法,在人脸识别中效果非常好。,A very important method of unsupervised dimensionality reduction, manifold learning algorithm is Laplacian Eigenmap linearization method is very effective in face recognition.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:1.42kb
    • 提供者:仲国强
  1. mani

    0下载:
  2. 流形学习matlab实现源码,好东西大家一起分享-Manifold learning matlab source code to achieve good things to share with everyone
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:13.76kb
    • 提供者:哈哈
  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. ltsa

    1下载:
  2. 一种用于非线性降维的流形学习算法,主要是先考虑用每一点处的局部切空间表示该点处的几何特征,然后都局部切空间进行排列。-A non-linear dimensionality reduction of manifold learning algorithm, mainly to consider every point of the partial cut Department said that the space of the geometric characteristics of poin
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-10-29
    • 文件大小:1.5kb
    • 提供者:仲国强
  1. lle

    2下载:
  2. 局部线性嵌入算法的matlab代码,改算法是流形学习中的一个算法,目的是将高维流形空间映射到低维嵌入空间。可用于非线性高维数据的降维-matlab code of Local linear embedding algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:1.15kb
    • 提供者:zhouxin
  1. toolbox_dimreduc

    0下载:
  2. 几种经典的降维工具的matlab程序。供想学习流形学习算法的朋友分享。-This is a dimension reduction toolbox developed by Laurens van der Maaten(MISS). You are free to use, modify, or redistribute this software in any way you want, but only for non-commercial purposes. This Matlab too
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:190.71kb
    • 提供者:李祥宝
  1. Mani

    1下载:
  2. 流形学习程序,Isomap,LLE,LTSA,etc,非线性数据降维-manifold learning, Isomap, LLE, LTSA, etc, nonlinear data dimensionality reduction
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:28.65kb
    • 提供者:ZHUANG
  1. lle

    0下载:
  2. 一种流形学习算法,用于非线性降维,文章发表在2000年science杂志上,是一种非常经典的算法。-A manifold learning algorithm for nonlinear dimensionality reduction, articles published in science journal in 2000, is a very classic algorithms.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:1.94kb
    • 提供者:仲国强
  1. npe

    0下载:
  2. 流形学习算法lle的线性化方法,是一种非监督的降维方法,比lle的优势在于可以将新的样本点映射到低维空间。-Lle manifold learning algorithm of the linearization method, is a non-supervised dimensionality reduction method has the advantage of being more than lle can sample the new point is mapped to the
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:1.77kb
    • 提供者:仲国强
  1. hlle

    0下载:
  2. 一种流形学习算法,改正了Isomap不能对非凸流形进行降维的不足,是一种局部等距的降维方法。-A manifold learning algorithm, Isomap can not be corrected for non-convex manifolds for the lack of dimensionality reduction is a partial isometric method of dimensionality reduction.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:1.75kb
    • 提供者:仲国强
  1. lltsa

    4下载:
  2. 流形学习算法LTSA的线性化方法,在基因分类聚类中得到了应用,可以将新样本线性地投射到低维空间。-LTSA manifold learning algorithm of the linearization method, clustering in gene classification has been applied to new samples can be projected onto the linear and low-dimensional space.
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:1.53kb
    • 提供者:仲国强
  1. IsomapR1

    0下载:
  2. 一种经典的流形学习算法,IsomapR1,用matlab与c++混合编程实现-A classical manifold learning algorithms
  3. 所属分类:matlab

    • 发布日期:2017-06-14
    • 文件大小:20.6mb
    • 提供者:海瑞
  1. IMM6

    2下载:
  2. 一种基于扩展的增量流形学习算法IMM-ISOMAP matlab源代码,数据也包含在里面了 (An incremental manifold learning algorithm based on IMM-ISOMAP matlab source code, the data is also included in the)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2020-07-17
    • 文件大小:4.93mb
    • 提供者:刘杰飞
  1. LLE-master

    2下载:
  2. 流形学习局部线性嵌入算法MATLAB实现源代码(Manifold Learning Local Linear Embedding Algorithms MATLAB Implementation Source Code)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2019-09-18
    • 文件大小:2.67mb
    • 提供者:三月_520
  1. Isomap降维算法MATLAB代码实现

    1下载:
  2. Isomap降维算法MATLAB代码实现。isomap最主要的优点就是使用“测地距离”,而不是使用原始的欧几里得距离,这样可以更好的控制数据信息的流失,能够在低维空间中更加全面的将高维空间的数据表现出来。机器学习。流形学习。降维
  3. 所属分类:matlab例程

« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com