CarloLucibello / GraphNeuralNetworks.jl

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

Support for GNN specific Normalisation Layers #405

Open achiverram28 opened 4 months ago

achiverram28 commented 4 months ago

There are GNN specific normalisations which play a crucial role in Deeper GNNs, or help in overcoming oversmoothing. There arises a necessity to implement these in order to enhance the Deeper GNNs .

Listing a few important GNN normalisation functionalities / layers here . Will be constantly updating it

I will be working on the implementation of these and will make a PR on it and add more useful normalisations here