πŸŽ“How I Study AIHISA
πŸ“–Read
πŸ“„PapersπŸ“°Blogs🎬Courses
πŸ’‘Learn
πŸ›€οΈPathsπŸ“šTopicsπŸ’‘Concepts🎴Shorts
🎯Practice
πŸ“Daily Log🎯Prompts🧠Review
SearchSettings
How I Study AI - Learn AI Papers & Lectures the Easy Way
Back to Concepts
πŸ•Έ

Graph Theory for Deep Learning

Graph structures, spectral methods, and message passing for graph neural networks.

6 concepts

Beginner1

βˆ‘MathBeginner

Graph Fundamentals

A graph models relationships between items using vertices (nodes) and edges (links).

#graph#vertex#edge+12

Intermediate5

βˆ‘MathIntermediate

Graph Laplacian

The graph Laplacian translates a graph’s connectivity into a matrix that measures how much a function varies across edges.

#graph laplacian#laplacian matrix#normalized laplacian+11
πŸ“šTheoryIntermediate

Spectral Graph Theory

Spectral graph theory studies graphs by looking at eigenvalues and eigenvectors of matrices like the adjacency matrix A and Laplacians L and L_norm.

#spectral graph theory#laplacian#normalized laplacian+12
πŸ“šTheoryIntermediate

Message Passing Framework

Message Passing Neural Networks (MPNNs) learn on graphs by letting nodes repeatedly exchange and aggregate messages from their neighbors.

#message passing neural network#mpnn#graph neural network+12
πŸ“šTheoryIntermediate

Graph Isomorphism & WL Test

Graph isomorphism asks whether two graphs are the same up to renaming vertices; the Weisfeiler–Leman (WL) test is a powerful heuristic that often distinguishes non-isomorphic graphs quickly.

#weisfeiler-leman#color refinement#graph isomorphism+10
βˆ‘MathIntermediate

Random Walks on Graphs

A random walk on a graph moves from a node to one of its neighbors chosen uniformly at random at each step.

#random walk#transition matrix#stationary distribution+11