GraphNeuralNetworks.jl: Deep Learning on Graphs with Julia

Carlo Lucibello,Aurora Rossi
2024-12-09
Abstract:<a class="link-external link-http" href="http://GraphNeuralNetworks.jl" rel="external noopener nofollow">this http URL</a> 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{<a class="link-external link-https" href="https://github.com/JuliaGraphs/GraphNeuralNetworks.jl" rel="external noopener nofollow">this https URL</a>}.
Machine Learning
What problem does this paper attempt to address?