# GraphNeuralNetworks.jl or GeometricFlux.jl

**URL:** https://discourse.julialang.org/t/graphneuralnetworks-jl-or-geometricflux-jl/119883
**Category:** General Usage
**Tags:** flux, graphs
**Created:** [September 25, 2024, 7:59pm UTC](https://discourse.julialang.org/t/graphneuralnetworks-jl-or-geometricflux-jl/119883 "2024-09-25T19:59:10Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![depasquale](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/depasquale/32/1813_2.png) [@depasquale](https://discourse.julialang.org/u/depasquale)
#### Post date: [September 25, 2024, 7:59pm UTC](https://discourse.julialang.org/t/graphneuralnetworks-jl-or-geometricflux-jl/119883/1 "2024-09-25T19:59:10Z")

</div>

Hi all,  
In the least divisive tone possible, I was wondering if anyone could weigh in on the benefits/downsides of GraphNeuralNetworks.jl and GeometricFlux.jl. I am getting into GNNs in julia, and they seems to overlap. GeometricFlux.jl is older, while GraphNeuralNetworks.jl has more contributors. Just curious if anyone has feelings about which may be better for someone getting into these ideas. Thanks.

---

<div class="post-metadata">

### Author: ![Tomas\_Pevny](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/tomas_pevny/32/25466_2.png) [@Tomas\_Pevny](https://discourse.julialang.org/u/Tomas_Pevny)
#### Post date: [September 25, 2024, 8:13pm UTC](https://discourse.julialang.org/t/graphneuralnetworks-jl-or-geometricflux-jl/119883/2 "2024-09-25T20:13:03Z")

</div>

I have used both and I have found GraphNeuralNetworks.jl easier to work with. The code was easier to read and I could think better about it. So I would recommend it over GeoFlux.
