You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GraphNeuralNetworks.jl is a graph neural network library written in Julia and based on the deep learning framework [Flux.jl](https://github.com/FluxML/Flux.jl).
@@ -18,7 +18,7 @@ Among its features:
18
18
* Easy to define custom layers.
19
19
* CUDA support.
20
20
* Integration with [Graphs.jl](https://github.com/JuliaGraphs/Graphs.jl).
21
-
*[Examples](https://github.com/GraphNeuralNetworks/GraphNeuralNetworks.jl/tree/master/examples) of node, edge, and graph level machine learning tasks.
21
+
*[Examples](https://github.com/JuliaGraphs/GraphNeuralNetworks.jl/tree/master/examples) of node, edge, and graph level machine learning tasks.
22
22
* Heterogeneous and temporal graphs.
23
23
24
24
## Installation
@@ -31,7 +31,7 @@ pkg> add GraphNeuralNetworks
31
31
32
32
## Usage
33
33
34
-
Usage examples can be found in the [examples](https://github.com/GraphNeuralNetworks/GraphNeuralNetworks.jl/tree/master/examples) and in the [notebooks](https://github.com/GraphNeuralNetworks/GraphNeuralNetworks.jl/tree/master/notebooks) folder. Also, make sure to read the [documentation](https://GraphNeuralNetworks.github.io/GraphNeuralNetworks.jl/dev) for a comprehensive introduction to the library.
34
+
Usage examples can be found in the [examples](https://github.com/JuliaGraphs/GraphNeuralNetworks.jl/tree/master/examples) and in the [notebooks](https://github.com/JuliaGraphs/GraphNeuralNetworks.jl/tree/master/notebooks) folder. Also, make sure to read the [documentation](https://JuliaGraphs.github.io/GraphNeuralNetworks.jl/dev) for a comprehensive introduction to the library.
35
35
36
36
37
37
## Citing
@@ -43,7 +43,7 @@ If you use GraphNeuralNetworks.jl in a scientific publication, we would apprecia
43
43
author = {Carlo Lucibello and other contributors},
44
44
title = {GraphNeuralNetworks.jl: a geometric deep learning library for the Julia programming language},
0 commit comments