Computer Science
>
>

CS 224W: Machine Learning with Graphs

Winter 2023

Stanford University

The course focuses on the analysis of large graphs and uses machine learning to gain insights into social, technological, and biological systems. Topics include Graph Neural Networks, influence maximization, disease outbreak detection, and social network analysis.

Course Page

Overview

What is this course about?

Complex data can be represented as a graph of relationships between objects. Such networks are a fundamental tool for modeling social, technological, and biological systems. This course focuses on the computational, algorithmic, and modeling challenges specific to the analysis of massive graphs. By means of studying the underlying graph structure and its features, students are introduced to machine learning techniques and data mining tools apt to reveal insights on a variety of networks. Topics include: representation learning and Graph Neural Networks; algorithms for the World Wide Web; reasoning over Knowledge Graphs; influence maximization; disease outbreak detection, social network analysis.

Prerequisites

Students are expected to have the following background:

  • Knowledge of basic computer science principles, sufficient to write a reasonably non-trivial computer program (e.g., CS107 or CS145 or equivalent are recommended)
  • Familiarity with the basic probability theory (CS109 or Stat116 are sufficient but not necessary)
  • Familiarity with the basic linear algebra (any one of Math 51, Math 103, Math 113, or CS 205 would be much more than necessary)

The recitation sessions in the first weeks of the class will give an overview of the expected background.

Learning objectives

No data.

Textbooks and other notes

Course Materials

Notes and reading assignments will be posted periodically on the course Web site. The following books are recommended as optional reading:

Previous Offerings

You can access slides and project reports of previous versions of the course on our archived websites: CS224W: Fall 2021 / CS224W: Winter 2021 / CS224W: Fall 2019 / CS224W: Fall 2018 / CS224W: Fall 2017 / CS224W: Fall 2016 / CS224W: Fall 2015 / CS224W: Fall 2014 / CS224W: Fall 2013 / CS224W: Fall 2012 / CS224W: Fall 2011 / CS224W: Fall 2010

Other courses in Machine Learning

CS 229: Machine Learning

Winter 2023

Stanford University

COS 324: Introduction to Machine Learning

Spring 2019

Princeton University

CS 228 - Probabilistic Graphical Models

Winter 2023

Stanford University

CS246: Mining Massive Data Sets

Spring 2023

Stanford University

Courseware availability

Lecture slides available at Schedule

No videos available

Homework and colabs available at Schedule

Project available at Project

No other materials available

Covered concepts