搜索资源列表
NPE
- 本代码实现基于成对约束的半监督图嵌入算法-Following the intuition that the image variation of faces can be effectively modeled by low dimensional linear spaces, we propose a novel linear subspace learning method for face analysis in the framework of graph embeddi
LGE
- LGE算法(Linear Graph Embedding)用于降维,代码比较长,比较复杂。供大家研究!-LGE algorithm (Linear Graph Embedding) for dimensionality reduction, code longer, more complicated. For everyone!
OLPP
- 正交的Linear Graph Embedding算法!用于降维,供大家学习交流。-Orthogonal Linear Graph Embedding Algorithm! For dimensionality reduction for them to learn from the exchange.
isomap
- In statistics, Isomap is one of several widely used low-dimensional embedding methods, where geodesic distances on a weighted graph are incorporated with the classical scaling (metric multidimensional scaling). Isomap is used for computing a quasi-is
SDA
- 半监督鉴别分析是一种很流行的算法,它利用了现实世界的大量的无标记的数据,并对它们分类-Semi-Supervised Discriminant Analysis (Graph Embedding Way)
LGE
- 线性图嵌入方法,该方法是一种基于图框架的子空间学习方法,被用于LPP,NPE等流行学习方法中。-(Regularized) Linear Graph Embedding (Provides a general framework for graph based subspace learning. This function will be called by LPP, NPE, IsoProjection, LSDA, MMP ...)
ISOMAP-Algorithm
- ISOMAP算法,其中做了部分修改。算法采用K近邻图计算测地距离的方法,最后进行低维嵌入-ISOMAP algorithm, which made some modification.Algorithm of geodesic distance is obtained by using the K neighbor graph method, finally to low dimensional embedding
KGE
- KGE: Kernel Graph Embedding
Graph-regularized low-rank-embedding
- 一组关于图正则的低秩嵌入算法的数值解法,可直接使用。