Skip to content

Commit 3cf466a

Browse files
readme
1 parent ade8659 commit 3cf466a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
![](https://github.com/CarloLucibello/GraphNeuralNetworks.jl/actions/workflows/ci.yml/badge.svg)
66
[![codecov](https://codecov.io/gh/CarloLucibello/GraphNeuralNetworks.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/CarloLucibello/GraphNeuralNetworks.jl)
77

8-
A graph neural network library for Julia based on the deep learning framework [Flux.jl](https://github.com/FluxML/Flux.jl).
9-
Its most relevant features are:
10-
* Provides CUDA support.
11-
* It's integrated with the JuliaGraphs ecosystem.
12-
* Implements many common graph convolutional layers.
13-
* Performs fast operations on batched graphs.
14-
* Makes it easy to define custom graph convolutional layers.
8+
A graph neural network library for Julia based on the deep learning framework [Flux.jl](https://github.com/FluxML/Flux.jl). It's features include:
9+
10+
* Integratation with the JuliaGraphs ecosystem.
11+
* Implementation of common graph convolutional layers.
12+
* Fast operations on batched graphs.
13+
* Easy to define custom layers.
14+
* CUDA support.
1515

1616
## Installation
1717

@@ -28,4 +28,4 @@ Usage examples can be found in the [examples](https://github.com/CarloLucibello/
2828

2929
## Acknowledgements
3030

31-
A big thank you goes to @yuehhua for creating [GeometricFlux.jl](https://github.com/FluxML/GeometricFlux.jl) of which GraphNeuralNetworks.jl is a radical redesign.
31+
A big thanks goes to @yuehhua for creating [GeometricFlux.jl](https://github.com/FluxML/GeometricFlux.jl) of which GraphNeuralNetworks.jl is a radical redesign.

docs/src/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ and by julia's [GeometricFlux](https://fluxml.ai/GeometricFlux.jl/stable/).
88
Among its features:
99

1010
* Integratation with the JuliaGraphs ecosystem.
11-
* Provides common graph convolutional layers.
11+
* Implementation of common graph convolutional layers.
1212
* Fast operations on batched graphs.
13-
* Easy to define custom graph convolutional layers.
13+
* Easy to define custom layers.
1414
* CUDA support.
1515

1616

0 commit comments

Comments
 (0)