AI AGENT ADDONS

Graphs are everywhere. They can represent social networks, molecules, or connections between websites. PyTorch Geometric is a library that helps you build graph neural networks using PyTorch.

With this skill you can do node classification, link classification, and graph classification. It includes many ready to use message passing layers like GCN and GAT.

The skill also supports heterogeneous graphs and custom datasets. You can train models on large graphs using neighbor sampling. It works with standard PyTorch tools.

Add Torch Geometric skill to your workflow

Global

mkdir -p ~/.claude/skills/torch-geometric

Project

mkdir -p .claude/skills/torch-geometric

Source Repository

Stars
29,514
Forks
3,013
Watchers
29,514
License
MIT
Last Push
27 days ago
Created
9 months ago