GNN From Scratch
cultured-avenue-f13.notion.site·11h·
Discuss: r/programming
Flag this post

Hi all,

Today, we’re diving deep into the Graph Neural Networks, with appropriate mathematical intuition. What you all need is a basic understanding of how machine learning works and every maths that pre requisites it. Generally, its an advanced topic but the original 2009 paper version is not that hard. Without a further due, let’s start!

In this article, we will cover the following topics:

  1. Graph Representation
  2. The Transition Function
  3. State Convergence, Fixed Points & Contraction Mapping
  4. The Output Function
  5. Complete GNN Architecture
  6. Training the GNN

1. Graph Representation

image.png

Ref : [https://huggingface.co/blog/intro-graphml](https://huggingface.co/blog/intro-graphm…

Similar Posts

Loading similar posts...