Skip to content

Commit

Permalink
🖼️ Added GCN Layer Equation to README
Browse files Browse the repository at this point in the history
  • Loading branch information
nithinmanoj10 authored Nov 4, 2023
1 parent ba227d5 commit 1162e0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ STGraph is a framework designed for deep-learning practitioners to write and tra

## Why STGraph

![STGraph GCN Formula](https://github.com/bfGraph/STGraph/blob/main/assets/STGraph%20GCN%20Formula.png?raw=true)
![Seastar GCN Formula](https://github.com/bfGraph/STGraph/assets/64126131/65323a87-6cde-4eb1-b88e-82923f42bdb3)


The primary goal of _Seastar_ is more natural GNN programming so that the users learning curve is flattened. Our key observation lies in recognizing that the equation governing a GCN layer, as shown above, takes the form of vertex-centric computation and can be implemented succinctly with only one line of code. Moreover, we can see a clear correspondence between the GNN formulas and the vertex-centric implementations. The benefit is two-fold: users can effortlessly implement GNN models, while simultaneously understanding these models by inspecting their direct implementations.

Expand Down

0 comments on commit 1162e0a

Please sign in to comment.