Skip to content

Commit

Permalink
Better version
Browse files Browse the repository at this point in the history
  • Loading branch information
aurorarossi committed Nov 6, 2024
1 parent 9112802 commit 22be75e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GraphNeuralNetworks/docs/src/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GraphNeuralNetworks Monorepo

This repository is a monorepo that contains all the code for the GraphNeuralNetworks project. The project is organized as a monorepo to facilitate code sharing and reusability across different components of the project. The monorepo contains the following packages:
This is the monorepository for the GraphNeuralNetworks project, bringing together all code into a unified structure to facilitate code sharing and reusability across different project components. It contains the following packages:

- `GraphNeuralNetwork.jl`: Package that contains stateful graph convolutional layers based on the machine learning framework [Flux.jl](https://fluxml.ai/Flux.jl/stable/). This is fronted package for Flux users. It depends on GNNlib.jl, GNNGraphs.jl, and Flux.jl packages.

Expand Down

0 comments on commit 22be75e

Please sign in to comment.