PP: UMAP: uniform manifold approximation and projection for dimension reduction

From Tutte institute for mathematics and computing

Problem: dimension reduction

Theoretical foundations:

A Computational view of UMAP:

Two phases.

In the first phase, a particular weighted k-neighbour graph is constructed. In the second phase, a low dimensional layout of this graph is computed

1. weighted k-neighbour graph construction

Use the nearest neighbor descent algorithm of [1]

2. low dimensional layout

Use force-directed graph layout in low dimensional space.

Implementation and hyper-parameters:

Supplementary knowledge:

1. simplicial sets. 单纯集

In mathematics, a simplicial set is an object made up of "simplices单纯形" in a specific way. Simplicial sets are higher-dimensional generalizations of directed graphspartially ordered sets and categories

simplex: 单纯形, 

In geometry, a simplex (plural: simplexes or simplices) is a generalization of the notion of a triangle or tetrahedron四边形 to arbitrary dimensions.

For example,

2. Hadamard product/ pointwise product

3. What is n-skeleton?

4. 

Reference

1. Efficient k-nearest neighbor graph construction for generic similarity measures

猜你喜欢

转载自www.cnblogs.com/dulun/p/12237204.html
pp