搜索资源列表

  1. Isomap

    1下载:
  2. ISOMAP算法,包括dfun.m dijk.m isomap.m l2_distance.m等等等等,一种流形学习算法(很好用,本人编译运行并仿真实现过)-ISOMAP algorithm, including dfun.m dijk.m isomap.m l2_distance.m etc., a learning algorithm Manifold (useful, I compile and run off Simulatio
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-06
    • 文件大小:592896
    • 提供者:辰辰
  1. ManifoldLearn

    1下载:
  2. 一个包含丰富内容的流形学习算法工具包,有图形示例文件demo.fig,包括laplacian特征映射算法、流形规则调整、svm分类算法等内容,希望对研究机器学习的朋友有用。-contains a rich content of the manifold learning algorithm tool kit, graphics documents demo.fig example, laplacian features include
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-06
    • 文件大小:157696
    • 提供者:江泉
  1. Subspace_Learning_Codes

    0下载:
  2. 流形学习代码,典型的子空间学习方法,可用于人脸识别-manifold learning code, the typical learning space, which can be used for face recognition
  3. 所属分类:matlab例程

    • 发布日期:2024-06-06
    • 文件大小:174080
    • 提供者:黄鸿
  1. IsomapR1

    0下载:
  2. 流形学习 matlab开发的图形界面 集成了八个算法和十几个例子-Manifold learning matlab integrated graphical interface developed eight algorithms and more than a dozen examples
  3. 所属分类:matlab例程

    • 发布日期:2024-06-06
    • 文件大小:589824
    • 提供者:姜波
  1. mani

    0下载:
  2. 流形学习 经典matlab图形界面 含八种算法-Manifold learning classical matlab graphical interface containing eight algorithms
  3. 所属分类:matlab例程

    • 发布日期:2024-06-06
    • 文件大小:14336
    • 提供者:姜波
  1. Semisupervsedalignmenofmanifolds

    1下载:
  2. 一种半监督流形学习算法,包括相应的文章和代码。-A semi-supervised manifold learning algorithm, including the corresponding article and code.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-06
    • 文件大小:2422784
    • 提供者:罗朝辉
  1. mani

    0下载:
  2. 包含了大多数流形学习方法的代码,有PCA,ISOMAP,LLE,HLLE-Contains the majority of manifold learning code, with PCA, ISOMAP, LLE, HLLE
  3. 所属分类:matlab例程

    • 发布日期:2024-06-06
    • 文件大小:14336
    • 提供者:gxf
  1. MVU

    0下载:
  2. 流形学习中的重要方法MVU的源代码,也就是所谓的sde-Manifold learning an important means of MVU
  3. 所属分类:其他小程序

    • 发布日期:2024-06-06
    • 文件大小:8615936
    • 提供者:gxf
  1. cca

    1下载:
  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. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-06
    • 文件大小:16384
    • 提供者:Chenping Hou
  1. manifold

    4下载:
  2. 流形学习算法库,包括主要的流形学习算法。LLE,ISOMAP,LE等算法-Manifold learning algorithm library, including the main manifold learning algorithm. LLE, ISOMAP, LE, such as algorithm
  3. 所属分类:其他小程序

    • 发布日期:2024-06-06
    • 文件大小:11010048
    • 提供者:charles
  1. Manifold

    0下载:
  2. 很不错的流形学习算法 包含了MDS PCA ISOMAP LLE等算法-Very good manifold learning algorithm includes the MDS PCA ISOMAP LLE, such as eight kinds of algorithms
  3. 所属分类:图形图象

    • 发布日期:2024-06-06
    • 文件大小:14336
    • 提供者:yangdawei
  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. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-06
    • 文件大小:2048
    • 提供者:仲国强
  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 t
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-06
    • 文件大小:2048
    • 提供者:仲国强
  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
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-06
    • 文件大小:2048
    • 提供者:仲国强
  1. ltsa

    0下载:
  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 geo
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-06
    • 文件大小:1024
    • 提供者:仲国强
  1. lltsa

    0下载:
  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-di
  3. 所属分类:matlab例程

    • 发布日期:2024-06-06
    • 文件大小:2048
    • 提供者:仲国强
  1. lpp

    0下载:
  2. 一种很重要的非监督降维方法,是流形学习算法Laplacian Eigenmap 的线性化方法,在人脸识别中效果非常好。-A very important method of unsupervised dimensionality reduction, manifold learning algorithm is Laplacian Eigenmap linearization method is very effective in fa
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-06
    • 文件大小:1024
    • 提供者:仲国强
  1. Dimension-reduction--toolbox

    0下载:
  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
  3. 所属分类:matlab例程

    • 发布日期:2024-06-06
    • 文件大小:195584
    • 提供者:芝麻
  1. 基于流形学习的Matlab代码

    0下载:
  2. 基于Matlab开发的几种流形学习代码,能运行。有一定的文字说明(Based on matlab manifold learning)
  3. 所属分类:图形/文字识别

    • 发布日期:2024-06-06
    • 文件大小:221184
    • 提供者:yippo
  1. IMM6

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

    • 发布日期:2024-06-06
    • 文件大小:5165056
    • 提供者:刘杰飞
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org