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

搜索资源列表

  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
    • 文件大小:1788
    • 提供者:仲国强
  1. Isomap

    1下载:
  2. 这个程序对于学习流行学习算法的朋友很有借鉴意义,在matlab上能够运行。-This procedure popular learning algorithm for learning a friend of referential significance, in the matlab able to run.
  3. 所属分类:matlab例程

    • 发布日期:2014-03-09
    • 文件大小:593768
    • 提供者:li
  1. IsoP

    0下载:
  2. 本代码实现等距映射isomap算法,保持高维空间测地距离不变-This code implements the isometric mapping isomap algorithm, to maintain a high dimensional space, the same geodesic distance
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:2365
    • 提供者:刘国胜
  1. ISODATA

    1下载:
  2. 本例为等度规映射的C++算法实现,包含了使用方法。-In this case ISOMAP of C++ algorithm includes the use of methods.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:118290
    • 提供者:slacker
  1. mani

    0下载:
  2. 基于人脸图像距离的ISOMAP算法,可视化效果更-Face images based on distance ISOMAP algorithm, visualization, better good
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:9991
    • 提供者:qinchanchan
  1. IsomapR1

    0下载:
  2. Isomap code --------------------------------------- Author: Josh Tenenbaum (jbt@psych.stanford.edu) [Dijkstra code by Mark Steyvers (msteyver@psych.stanford.edu)]-Isomap code --------------------------------------- Author: Josh Tenen
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:589845
    • 提供者:John Smith
  1. kisomapforusps

    1下载:
  2. isomap算法的kernel形式,能对unseen point进行低维嵌入,里面包含了可运行的多个文件,在usps上成功应用-isomap algorithm kernel form of the unseen point to low-dimensional embedding, which contains several files that can be run, successfully applied in the usps
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:20087
    • 提供者:盛器才
  1. SSIsomap1

    1下载:
  2. semi supervised Isomap,matlab codes.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:2007
    • 提供者:MaySerena
  1. MATLABCodesforDimensionalityReduction

    0下载:
  2. 维数约减matlab工具箱,包括LLE,ISOMAP,NPE等,具有较好的效果-Dimensionality reduction matlab toolbox, including LLE, ISOMAP, NPE, etc., with good results
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:936732
    • 提供者:韩静书
  1. Isomap2

    0下载:
  2. Isomap的改进算法,速度较快。包括了一个瑞士卷生成程序和dijk距离算法。-Improved Isomap algorithm faster. Includes a volume generator and dijk Switzerland distance algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:586696
    • 提供者:陈普登
  1. isomap

    0下载:
  2. 等距映射,一种用于非线性降维的全球性的几何框架,适用于学习内部平坦的低维流形-Isomap is a global geometric framework for nonlinear dimensionality reduction,it suitable for learning low dimensional manifold which inside is flat
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:1842
    • 提供者:QSJ
  1. sfrz

    0下载:
  2. 基于等距映射( ISOMAP) 非线性降维算法, 提出了一种新的基于用户击键特征的用户身份认证算法, 该算法用测地距离代 替传统的欧氏距离, 作为样本向量之间的距离度量, 在用户击键特征向量空间中挖掘嵌入的低维黎曼流形, 进行用户识别。用采集 到的1 500 个击键模式数据进行实验测试, 结果表明, 该文的算法性能优于现有的同类算法, 其错误拒绝率( FRR) 和错误通过率 ( FAR) 分别是1.65 和0 , 低于现有的同类算法。-Based isometric map (ISO
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:183913
    • 提供者:罗朝辉
  1. Isomap

    0下载:
  2. 流形学习经典算法等距映射源代码,经过调试通过的很适合学习使用-mainfold learning
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-29
    • 文件大小:727552
    • 提供者:李宁
  1. isomap

    1下载:
  2. 流形学习的经典短发 ISOMAP 的原代码-classical algorithm of isomap, it is quite useful in manifold learning
  3. 所属分类:matlab

    • 发布日期:
    • 文件大小:589722
    • 提供者:张平
  1. ISOMAP-Algorithm-Function-xiugai

    0下载:
  2. 一种实现流形学习ISOMAP的matlab算法 即将mds中的欧氏距离替换为测地距离 保证其拓扑空间不变 实现数据的特征提取-An matlab program that can realize ISOMAP algorithm. To replace the Euclidean distance to the distance measurement.To ensure the realization of the same topological space data feature ext
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1803
    • 提供者:
  1. Isomap

    4下载:
  2. 非线性降维的经典算法Isomap,还有人连数据可以做实验-The classic nonlinear dimensionality reduction algorithm Isomap, even the data can experiment
  3. 所属分类:Algorithm

    • 发布日期:
    • 文件大小:7141091
    • 提供者:石鑫
  1. ISOMAP

    0下载:
  2. ISOMAP projction algorithm
  3. 所属分类:matlab

    • 发布日期:
    • 文件大小:1192
    • 提供者:asdasda
  1. mani-isomap

    1下载:
  2. 流行学习isomap(有标注,便于更好理解等距映射方法在高维数据降维过程的实现)-Popular learning isomap (have annotations, facilitate better understanding isometric mapping method in the implementation of the high-dimensional data dimension reduction)
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:15688
    • 提供者:夏颖
  1. supervised-LLE-S-isomap

    0下载:
  2. 线性降维算法的各种论文 包括监督非监督 LLE ISOMAP ROBUST 等-Linear dimensionality reduction algorithms include overseeing various papers unsupervised LLE ISOMAP ROBUST etc.
  3. 所属分类:assembly language

    • 发布日期:2017-05-20
    • 文件大小:5916053
    • 提供者:楚博策
  1. ISOMAP.MATLAB

    1下载:
  2. ISOMAP算法的matlab源程序,可直接运行,对于matlab的初学者有很好的借鉴意义,强烈推荐-It is a process written for ISOMAP algorithm.I am sure you will enjoy it
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:888
    • 提供者:SM
« 1 23 4 5 6 »
搜珍网 www.dssz.com