Explore tens of thousands of sets crafted by our community.
Spectral Graph Theory
8
Flashcards
0/8
Adjacency Matrix
A square matrix where represents the presence (often with a 1) or absence (with a 0) of an edge between vertices i and j in a graph. Used to analyze graph properties and compute eigenvalues that relate to the graph's structure.
Algebraic Connectivity
The second smallest eigenvalue of the Laplacian matrix of a graph, denoted by . It measures how well-connected a graph is. A value greater than 0 indicates the graph is connected.
Spectral Clustering
A technique that uses eigenvectors of a graph's Laplacian matrix to cluster nodes into groups that minimize the number of inter-cluster edges. It is widely used in machine learning for data classification and image segmentation.
Cheeger Inequality
An inequality which provides a bound relating the algebraic connectivity (second smallest eigenvalue) of a graph and its edge expansion (Cheeger constant). It is a tool used in understanding the efficiency of network flow and bottleneck issues.
Spectrum of a Graph
The set of eigenvalues of a graph's adjacency matrix, which provides insights into the graph’s structure. Can be used to determine properties like connectivity, bipartiteness, and graph isomorphisms.
Eigenvector Centrality
A measure of the influence of a node in a network. It assigns relative scores to all nodes based on the concept that connections to high-scoring nodes contribute more to the score of a node than equal connections to low-scoring nodes.
Rayleigh Quotient
A value expressing the tightness of a graph's eigenvalues, defined as for a vector . It characterizes various properties of the graph and is used in optimization problems involving eigenvalues.
Laplacian Matrix
A matrix where is the degree matrix (diagonal matrix with vertex degrees) and is the adjacency matrix of the graph. It is used to study the graph's connectivity, compute the number of spanning trees, and analyze random walks.
© Hypatia.Tech. 2024 All rights reserved.