paper-with-me

Spectral Clustering

2000년 도입 · 논문 518편에서 사용

Spectral clustering has attracted increasing attention due to the promising ability in dealing with nonlinearly separable datasets [15], [16]. In spectral clustering, the spectrum of the graph Laplacian is used to reveal the cluster structure. The spectral clustering algorithm mainly consists of two steps: 1) constructs the low dimensional embedded representation of the data based on the eigenvectors of the graph Laplacian, 2) applies k-means on the constructed low dimensional data to obtain the clustering result. Thus,

출처: A Tutorial on Spectral Clustering

소개 논문: A Tutorial on Spectral Clustering

Clustering · General