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
Copy file name to clipboardExpand all lines: docs/src/index.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,17 @@
1
1
# GraphNeuralNetworks
2
2
3
-
This is the documentation page for the [GraphNeuralNetworks.jl](https://github.com/CarloLucibello/GraphNeuralNetworks.jl) library.
4
-
5
-
A graph neural network library for Julia based on the deep learning framework [Flux.jl](https://github.com/FluxML/Flux.jl). GNN.jl is largely inspired by python's libraries [PyTorch Geometric](https://pytorch-geometric.readthedocs.io/en/latest/) and [Deep Graph Library](https://docs.dgl.ai/),
6
-
and by julia's [GeometricFlux](https://fluxml.ai/GeometricFlux.jl/stable/).
3
+
This is the documentation page for [GraphNeuralNetworks.jl](https://github.com/CarloLucibello/GraphNeuralNetworks.jl), a graph neural network library written in Julia and based on the deep learning framework [Flux.jl](https://github.com/FluxML/Flux.jl).
4
+
GNN.jl is largely inspired by [PyTorch Geometric](https://pytorch-geometric.readthedocs.io/en/latest/),[Deep Graph Library](https://docs.dgl.ai/),
5
+
and [GeometricFlux.jl](https://fluxml.ai/GeometricFlux.jl/stable/).
7
6
8
7
Among its features:
9
8
10
-
*Integratation with the JuliaGraphs ecosystem.
9
+
*Integration with the JuliaGraphs ecosystem.
11
10
* Implementation of common graph convolutional layers.
12
11
* Fast operations on batched graphs.
13
12
* Easy to define custom layers.
14
13
* CUDA support.
14
+
* Examples of node-wise, edge-wise, and graph-wise machine learning tasks.
0 commit comments