Stanford CS224W: Machine Learning with Graphs | 2021 | Lecture 1.2 - Applications of Graph ML
Stanford Online
20 min, 27 sec
A detailed explanation of the applications of graph machine learning across various domains and tasks.
Summary
- Discusses node-level tasks such as node classification and link prediction with applications in protein folding, social media, and drug design.
- Introduces edge-level tasks with examples from recommender systems and drug side-effect prediction.
- Explains subgraph-level tasks like traffic prediction using Google Maps as a case study.
- Describes graph-level tasks, highlighting drug discovery through molecule classification and generation, and physics-based simulations.
Chapter 1
Introduction to the applications and impact of graph machine learning across various fields.
- The lecture will cover different levels of machine learning tasks including node, edge, subgraph, and graph-level tasks.
- Explains the significance of graph machine learning in real-world applications.
Chapter 2
Discussion of node-level tasks such as node classification and link prediction, with protein folding as a key example.
- Node classification for categorizing online users or items.
- Link prediction used in knowledge graph completion.
- Graph-level tasks include categorizing entire graphs and predicting properties of molecules for drug design.
- Introduction to the problem of protein folding solved by DeepMind's AlphaFold using graph neural networks.
Chapter 3
Illustrates edge-level tasks with examples from recommender systems and drug side-effect prediction.
- Recommender systems use bipartite graphs to predict user interests and rely on graph neural networks for improved recommendations.
- Drug side-effect prediction utilizes a heterogeneous network to predict adverse interactions between drugs.
Chapter 4
Chapter 5
Explores graph-level tasks with a focus on drug discovery and physics-based simulations.
- Drug discovery using graph-based deep learning for antibiotic discovery and molecule classification.
- Physics-based simulations predict material deformation by simulating particle movement and interactions.
More Stanford Online summaries
Stanford CS224W: Machine Learning with Graphs | 2021 | Lecture 1.1 - Why Graphs
Stanford Online
An introduction to the course CS224W, Machine Learning with Graphs, by Professor Jure Leskovec at Stanford University.
Stanford Seminar - The Soul of a New Machine: Rethinking the Computer
Stanford Online
A detailed summary of a video transcript featuring discussions on server-side computing, the history of computer hardware, and the launch of the Oxide Computer Company.
Stanford Lecture: Dr. Don Knuth - Dancing Cells (2023)
Stanford Online
A comprehensive overview of the Dancing Cells algorithm, its underlying data structures, and its performance in solving combinatorial problems.