搜索资源列表
manifold.zip
- 流形学习算法库,包括主要的流形学习算法。LLE,ISOMAP,LE等算法,Manifold learning algorithm library, including the main manifold learning algorithm. LLE, ISOMAP, LE, such as algorithm
mani.rar
- 一个集成了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)
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
Isomap
- Isomap流形降维算法,包括了一个瑞士卷生成数据,dijk距离算法。-Dimensionality reduction algorithm Isomap manifold, including the formation of a Swiss roll data, dijk distance algorithm.
dimreduce
- 普通降维方法汇总,PCA,LDA,isomap-Summary of general dimension reduction methods, PCA, LDA, isomap .......
drtoolbox.tar
- 这是一个MATLAB工具箱包括32个降维程序,主要包括 pca,lda,MDS等十几个程序包,对于图像处理非常具有参考价值- ,This Matlab toolbox implements 32 techniques for dimensionality reduction. These techniques are all available through the COMPUTE_MAPPING function or trhough the GUI. The following techn
Manifold
- 很不错的流形学习算法 包含了MDS PCA ISOMAP LLE等算法-Very good manifold learning algorithm includes the MDS PCA ISOMAP LLE, such as eight kinds of algorithms
Mani
- 流形学习程序,Isomap,LLE,LTSA,etc,非线性数据降维-manifold learning, Isomap, LLE, LTSA, etc, nonlinear data dimensionality reduction
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.
Isomap
- 这个程序对于学习流行学习算法的朋友很有借鉴意义,在matlab上能够运行。-This procedure popular learning algorithm for learning a friend of referential significance, in the matlab able to run.
SSIsomap1
- semi supervised Isomap,matlab codes.
SubspaceLearningCodes(Matlab)forFaceRecognition.ra
- 人脸识别的子空间方法,包括LLE,ISOMAP和NPE等维数约减算法-Subspace method for face recognition, including LLE, ISOMAP and NPE dimensionality reduction algorithm such as
MATLABCodesforDimensionalityReduction
- 维数约减matlab工具箱,包括LLE,ISOMAP,NPE等,具有较好的效果-Dimensionality reduction matlab toolbox, including LLE, ISOMAP, NPE, etc., with good results
isomap
- matlab语言编写的Isomap算法,希望对大家有所帮助-Isomap algorithm,hope to give somebody a help
ISOMAP.MATLAB
- ISOMAP算法的matlab源程序,可直接运行,对于matlab的初学者有很好的借鉴意义,强烈推荐-It is a process written for ISOMAP algorithm.I am sure you will enjoy it
isomap
- ISOMAP瑞士卷的matlab实现,实现降维功能(matlab realize of ISOMAP)
Isomap算法
- Isomap算法的matlab代码,简单易行。(the matlab of the Isomap algorithm)
matlab
- 拉普拉斯特征映射,最大差异展开,时频域特征(Laplacian Eigenmap Maximum difference expansion Fast Maximum difference expansion ISOMAP)
IMM6
- 一种基于扩展的增量流形学习算法IMM-ISOMAP matlab源代码,数据也包含在里面了 (An incremental manifold learning algorithm based on IMM-ISOMAP matlab source code, the data is also included in the)
Isomap降维算法MATLAB代码实现
- Isomap降维算法MATLAB代码实现。isomap最主要的优点就是使用“测地距离”,而不是使用原始的欧几里得距离,这样可以更好的控制数据信息的流失,能够在低维空间中更加全面的将高维空间的数据表现出来。机器学习。流形学习。降维