Graph
Construction
K-Nearest Neighbours*
weighted by a kernel with
bandwidth adapted to the K
neighbours
Slide 66
Slide 66 text
Graph
Construction
Normalize outgoing edge
weights to sum to one
Slide 67
Slide 67 text
Graph
Construction
Symmetrize by averaging
edge weights between each
pair of vertices
Slide 68
Slide 68 text
Graph
Construction
Renormalize so the total
edge weight is one
Slide 69
Slide 69 text
Use a force directed
graph layout!*
Slide 70
Slide 70 text
No content
Slide 71
Slide 71 text
No content
Slide 72
Slide 72 text
UMAP
(Uniform Manifold Approximation and Projection)
Slide 73
Slide 73 text
Graph
Construction
K-Nearest Neighbours
weighted according to
fancy math*
I have fun
mathematics
to explain
this which
this margin is
too small to
contain
Slide 74
Slide 74 text
Use a force directed
graph layout!*
Slide 75
Slide 75 text
Summary
Slide 76
Slide 76 text
Dimension reduction is
built on only a couple
of primitives
Slide 77
Slide 77 text
Framing the problem as
a matrix factorization or
neighbour graph
algorithm captures most
of the core intuitions
Slide 78
Slide 78 text
This provides a general
framework for
understanding almost
all dimension
reduction techniques