GraphNeuralNetworks.jl: Deep Learning on Graphs with Julia
This provides a tool for researchers and practitioners working with graph data, but it is incremental as it adapts existing methods to a new programming language.
The authors introduced GraphNeuralNetworks.jl, a framework for deep learning on graphs in Julia, enabling efficient experimentation with complex architectures through support for multiple GPU backends and generic graph representations.
GraphNeuralNetworks.jl is an open-source framework for deep learning on graphs, written in the Julia programming language. It supports multiple GPU backends, generic sparse or dense graph representations, and offers convenient interfaces for manipulating standard, heterogeneous, and temporal graphs with attributes at the node, edge, and graph levels. The framework allows users to define custom graph convolutional layers using gather/scatter message-passing primitives or optimized fused operations. It also includes several popular layers, enabling efficient experimentation with complex deep architectures. The package is available on GitHub: \url{https://github.com/JuliaGraphs/GraphNeuralNetworks.jl}.