English

Laplacian Matrix for Dimensionality Reduction and Clustering

Machine Learning 2019-09-19 v1 Machine Learning

Abstract

Many problems in machine learning can be expressed by means of a graph with nodes representing training samples and edges representing the relationship between samples in terms of similarity, temporal proximity, or label information. Graphs can in turn be represented by matrices. A special example is the Laplacian matrix, which allows us to assign each node a value that varies only little between strongly connected nodes and more between distant nodes. Such an assignment can be used to extract a useful feature representation, find a good embedding of data in a low dimensional space, or perform clustering on the original samples. In these lecture notes we first introduce the Laplacian matrix and then present a small number of algorithms designed around it.

Keywords

Cite

@article{arxiv.1909.08381,
  title  = {Laplacian Matrix for Dimensionality Reduction and Clustering},
  author = {Laurenz Wiskott and Fabian Schönfeld},
  journal= {arXiv preprint arXiv:1909.08381},
  year   = {2019}
}

Comments

lecture notes, 30 pages, 9 figures

R2 v1 2026-06-23T11:19:04.595Z