Spectral
Clustering of
Mathematics
Exam
Questions
Jiguang Li
Outline
Introduction
Spectral
Clustering
Algorithm
Test Item
Clustering
Bonus: Why
the Algorithm
Works ?
One last Concept: Similarity Graphs/Matrix
Definition: Suppose we have data points x
1
, ··· , x
n
, and some
notion of similarity s
ij
≥ 0: connect x
i
and x
j
with edge weights
s
ij
. The adjacency matrix of this graph is called
similarity matrix.
Two Popular Types of Similarity Graphs
- neighborhood graph: we only connect vertices v
i
and v
j
if their similarity score is higher than some threshold
KNN Graph: connect each vertex v
i
with its K nearest
neighbors in terms of similarity scores.
We want to find a partition of the graph such that the edges
between different groups have very low weights and the edges
within a group have high weights.