CarlosGG's Knowledge Garden 🪴

Search

Search IconIcon to open search

Graph neural networks (GNNs)

Last updated Feb 28, 2023 Edit Source

A GNN is an optimizable transformation on all attributes of the graph (nodes, edges, global-context) that preserves graph symmetries (permutation invariances). Graph Neural networks (GNNs) are being widely adopted for diverse applications and domains. This is in part due to their effectiveness on complex data structures, improved performance and scalability, and availability of approaches

# Resources

# Talks

# Code

# References

# Graph convolutional networks