spectral embedding
[[concept]]
Spectral Embedding
Suppose we are given a diagonalizable adjacency matrix
Finding the spectral embedding amounts to solving the problem$$\min_{f} \sum_{i \in T} \mathbb{1}(f(A){i} = y)$$ where
Notes
This can be thought of as an FC-NN on the
- in practice, a surrogate is usually used for the 0-1 loss
- to find the optimal
ie the optimal , we solve using gradient descent methods - this is the semi-supervised version of spectral clustering (clustering assigns communities to all nodes, embedding assigns communities to nodes with unknown community)
^definition
Spectral Embedding Problem
^problem