Deep Learning: Graphs to Generalization
A 12-week journey from graph fundamentals to the latest generative models.
Data is not always a grid—relationships matter.
Learning Objectives
- Understand basic graph theory concepts: nodes, edges, adjacency.
- Recognize the importance of graphs in representing complex data.
- Compute adjacency and Laplacian matrices for a small graph.
Test Your Knowledge
Resources
math core
applied paper
coding