Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Co-authored-by: Carlo Lucibello <[email protected]>
  • Loading branch information
aurorarossi and CarloLucibello authored Dec 6, 2024
1 parent 0db90d0 commit e8655b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNNLux/docs/src_tutorials/gnn_intro.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# # Hands-on introduction to Graph Neural Networks
#
# *This Pluto notebook is a Julia adaptation of the Pytorch Geometric tutorials that can be found [here](https://pytorch-geometric.readthedocs.io/en/latest/notes/colabs.html).*
# *This tutorial is a Julia adaptation of one of the [Pytorch Geometric tutorials](https://pytorch-geometric.readthedocs.io/en/latest/notes/colabs.html).*
#
# Recently, deep learning on graphs has emerged to be one of the hottest research fields in the deep learning community.
# Here, **Graph Neural Networks (GNNs)** aim to generalize classical deep learning concepts to irregular structured data (in contrast to images or texts) and to enable neural networks to reason about objects and their relations.
Expand Down

0 comments on commit e8655b6

Please sign in to comment.