Y
Hacker News
new
|
ask
|
show
|
jobs
by
dil8
945 days ago
Graph neural networks are deep learning models that trained on graph data.
1 comments
RandomWorker
945 days ago
Do you have any resources where I could learn more about these networks?
link
EricLeer
944 days ago
See for instance the pytorch geometric [1] package, which is the main implementation in pytorch. They also link to some papers there that might explain you more.
[1]
https://pytorch-geometric.readthedocs.io/en/latest/
link