Skip to content

Latest commit

 

History

History
71 lines (53 loc) · 11.6 KB

Syllabus.md

File metadata and controls

71 lines (53 loc) · 11.6 KB

CS224W: Machine Learning with Graphs

Stanford / Fall 2021

Logistics

  • Lectures: are on Tuesday/Thursday 1:30-3pm in person in the NVIDIA Auditorium.
  • Lecture Videos: are available on Canvas for all the enrolled Stanford students.
  • Public resources: The lecture slides and assignments will be posted online as the course progresses. We are happy for anyone to use these resources, but we cannot grade the work of any students who are not officially enrolled in the class.
  • Contact: Students should ask all course-related questions on Ed (accessible from Canvas), where you will also find announcements. For external inquiries, personal matters, or in emergencies, you can email us at cs224w-aut2122-staff@lists.stanford.edu.
  • Academic accommodations: If you need an academic accommodation based on a disability, you should initiate the request with the Office of Accessible Education (OAE). The OAE will evaluate the request, recommend accommodations, and prepare a letter for the teaching staff. Once you receive the letter, send it to our staff email address. Students should contact the OAE as soon as possible since timely notice is needed to coordinate accommodations.

Content

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.

Previous Offerings

You can access slides and project reports of previous versions of the course on our archived websites: 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

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.

Course Materials

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

Schedule

Lecture slides will be posted here shortly before each lecture.

Date Description Suggested Readings / Important Notes Events Deadlines
Tue Sep 21 1. Introduction; Machine Learning for Graphs [slides]
Thu Sep 23 2. Traditional Methods for ML on Graphs [slides] Colab 0, Colab 1 out
Tue Sep 28 3. Node Embeddings [slides]
Thu Sep 30 4. Link Analysis: PageRank [slides] Homework 1 out
Tue Oct 5 5. Label Propagation for Node Classification [slides]
Thu Oct 7 6. Graph Neural Networks 1: GNN Model [slides] Colab 2 out Colab 1 due
Tue Oct 12 7. Graph Neural Networks 2: Design Space [slides]
Thu Oct 14 8. Applications of Graph Neural Networks [slides] Homework 2 out LaTeX template Homework 1 due
Tue Oct 19 9. Theory of Graph Neural Networks [slides] Project Proposal** due**
Thu Oct 21 10. Knowledge Graph Embeddings [slides] Colab 3 out Colab 2 due
Tue Oct 26 11. Reasoning over Knowledge Graphs [slides]
Thu Oct 28 12. Frequent Subgraph Mining with GNNs [slides] Homework 3 out LaTeX template Homework 2 due
Tue Nov 2 NO CLASS - DEMOCRACY DAY
Thu Nov 4 13. GNNs for Recommender Systems [slides] Colab 4 out Colab 3 due
Tue Nov 9 14. Community Structure in Networks [slides]
Thu Nov 11 15. Deep Generative Models for Graphs [slides] Colab 5 out Homework 3 due
Tue Nov 16 16. Advanced Topics on GNNs [slides]
Thu Nov 18 17. Scaling Up GNNs [slides] Colab 4 due
Fri Nov 19 Exam [Review slides]
Tue Nov 23 NO CLASS - THANKSGIVING BREAK
Tue Nov 25 NO CLASS - THANKSGIVING BREAK
Tue Nov 30 18. Guest Lecture: TBD
Thu Dec 2 19. GNNs for Science Colab 5 due
Thu Dec 9 Project Report due