Skip to content

Files

Latest commit

 

History

History
 
 

gcn_numpy

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Overview

This directory hosts the code behind two YouTube videos from the WelcomeAIOverlords channel.

Message Passing on Graphs

The message_passing.ipynb notebook was used to generate the message passing "water drop" example in the video that explains the connection between the adjacency matrix and message passing algorithms.

Graph Convolutional Networks in NumPy

The gcn_from_scratch.ipynb notebook was used to implement Graph Convolutional Networks from scratch using NumPy in this video.