Skip to content

mnslarcher/cs224w-slides-to-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS224W: Machine Learning with Graphs - Slides to Code (Unofficial)

This repository is an attempt to convert the slides from Stanford's "CS224W: Machine Learning with Graphs" course into code. The notebooks presented here include code to implement techniques hinted at in the lectures but not shown in the official labs.

My initial plan was to cover all the lessons but already by the eighth the computation becomes challenging for Colab and I think these first eight are already a great introduction to the subject, I'll stop here.

Disclaimer: I am not a Stanford student and this material has not been reviewed by the course instructors, it is possible that it contains errors, if you find any please open an issue.

A few useful links:

Notebooks

  1. Introduction; Machine Learning for Graphs Open In Colab
  2. Traditional Methods for ML on Graphs Open In Colab
  3. Node Embeddings Open In Colab
  4. Link Analysis: PageRank Open In Colab
  5. Label Propagation for Node Classification Open In Colab
  6. Graph Neural Networks 1: GNN Model Open In Colab Medium Badge
  7. Graph Neural Networks 2: Design Space Open In Colab
  8. Applications of Graph Neural Networks Open In Colab

Changelog

2022-02-13

  • Add the link to the Medium article related to the 6th lesson "Graph Neural Networks 1: GNN Model"

2021-12-12

  • Complete the notebook related to the 8th lesson "Applications of Graph Neural Networks"

2021-12-08

  • Complete the notebook related to the 7th lesson "Graph Neural Networks 2: Design Space"

2021-12-04

  • Complete the notebook related to the 6th lesson "Graph Neural Networks 1: GNN Model"
  • Add Anaconda env. file

2021-11-28

  • Complete the notebook related to the 5th lesson "Label Propagation for Node Classification"

2021-11-14

  • Complete the notebook related to the 4th lesson "Link Analysis: PageRank"

2021-11-13

  • Complete the notebook related to the 3rd lesson "Node Embeddings"

2021-11-06

  • Complete the notebook related to the 2nd lesson "Traditional Methods for ML on Graphs"

2021-11-04

  • Complete the notebook related to the 1st lesson "Introduction; Machine Learning for Graphs"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published