搜索资源列表
cca.zip
- 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
manifold.rar
- 基于matlab开发的一个简单的流形学习的工具箱,附带有使用说明,Matlab developed based on a simple manifold learning kit comes with instructions
manifold.zip
- 流形学习算法库,包括主要的流形学习算法。LLE,ISOMAP,LE等算法,Manifold learning algorithm library, including the main manifold learning algorithm. LLE, ISOMAP, LE, such as algorithm
lle.rar
- LLE算法,matlab源码,LLE算法是流形学习算法的一种,LLE algorithm, matlab source, LLE algorithm manifold learning algorithm is a
lpp.rar
- 一种很重要的非监督降维方法,是流形学习算法Laplacian Eigenmap 的线性化方法,在人脸识别中效果非常好。,A very important method of unsupervised dimensionality reduction, manifold learning algorithm is Laplacian Eigenmap linearization method is very effective in face recognition.
Dimension-reduction--toolbox
- 该工具箱中包含了多种降维算法。其中有传统的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
ltsa
- 一种用于非线性降维的流形学习算法,主要是先考虑用每一点处的局部切空间表示该点处的几何特征,然后都局部切空间进行排列。-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
lle
- 局部线性嵌入算法的matlab代码,改算法是流形学习中的一个算法,目的是将高维流形空间映射到低维嵌入空间。可用于非线性高维数据的降维-matlab code of Local linear embedding algorithm
toolbox_dimreduc
- 几种经典的降维工具的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
Manifold
- 很不错的流形学习算法 包含了MDS PCA ISOMAP LLE等算法-Very good manifold learning algorithm includes the MDS PCA ISOMAP LLE, such as eight kinds of algorithms
lle
- 一种流形学习算法,用于非线性降维,文章发表在2000年science杂志上,是一种非常经典的算法。-A manifold learning algorithm for nonlinear dimensionality reduction, articles published in science journal in 2000, is a very classic algorithms.
npe
- 流形学习算法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
hlle
- 一种流形学习算法,改正了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.
lltsa
- 流形学习算法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.
drtoolbox.tar
- 基于流形学习的各种算法的matlab程序包,非常实用的。-All based on manifold learning algorithm matlab package, very useful.
L2_distance
- 流形学习最常用的算法LE算法,可在此基础上进行修改或和其他算法相结合,实现更优的聚类效果。(Manifold learning, the most commonly used algorithm, LE algorithm, which can be modified on this basis, or combined with other algorithms to achieve better clustering results.)
基于流形学习的Matlab代码
- 基于Matlab开发的几种流形学习代码,能运行。有一定的文字说明(Based on matlab manifold learning)
IMM6
- 一种基于扩展的增量流形学习算法IMM-ISOMAP matlab源代码,数据也包含在里面了 (An incremental manifold learning algorithm based on IMM-ISOMAP matlab source code, the data is also included in the)
LLE-master
- 流形学习局部线性嵌入算法MATLAB实现源代码(Manifold Learning Local Linear Embedding Algorithms MATLAB Implementation Source Code)
Isomap降维算法MATLAB代码实现
- Isomap降维算法MATLAB代码实现。isomap最主要的优点就是使用“测地距离”,而不是使用原始的欧几里得距离,这样可以更好的控制数据信息的流失,能够在低维空间中更加全面的将高维空间的数据表现出来。机器学习。流形学习。降维