CarloLucibello / GraphNeuralNetworks.jl

Graph Neural Networks in Julia
https://carlolucibello.github.io/GraphNeuralNetworks.jl/dev/
MIT License
210 stars 47 forks source link

GCNConv implementation is too complicated #299

Open CarloLucibello opened 1 year ago

CarloLucibello commented 1 year ago

One possibility in order to simplify the implementation is to incorporate the normalization into the edge weights.