๐ŸŽ“How I Study AIHISA
๐Ÿ“–Read
๐Ÿ“„Papers๐Ÿ“ฐBlogs๐ŸŽฌCourses
๐Ÿ’กLearn
๐Ÿ›ค๏ธPaths๐Ÿ“šTopics๐Ÿ’กConcepts๐ŸŽดShorts
๐ŸŽฏPractice
โฑ๏ธCoach๐ŸงฉProblems๐Ÿง Thinking๐ŸŽฏ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