ml-pytorch-geometric
CommunityTrain graph neural nets with confidence
Education & Research#graph neural networks#message passing#distributed training#pytorch geometric#pytorch lightning#heterogeneous graphs#neighbor sampling
Authornishide-dev
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill helps you learn and apply PyTorch Geometric (PyG) to build Graph Neural Networks (GNNs) for real graph data problems without getting stuck on the framework’s data model and training patterns.
Core Features & Use Cases
- Graph data modeling: Convert your dataset into PyG Data objects (node features, edge_index, targets) and handle batching via
batch. - Message passing & GNN layers: Implement and reason about the message/aggregate/update flow and choose common layers like GCNConv, GATConv, and SAGEConv.
- Scalable training workflows: Use neighbor sampling (NeighborLoader) and distributed/out-of-core concepts for large graphs.
- Task coverage: Support node classification, graph classification, heterogeneous graphs (HeteroData), and explainability patterns.
- Lightning integration: Use Lightning-compatible dataset wrappers such as LightningDataset and LightningNodeData to streamline training.
Quick Start
Tell the AI: "Show me how to structure a node-classification GNN in PyTorch Geometric with Lightning, including how to prepare edge_index, masks, and a neighbor-sampling datamodule."
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: ml-pytorch-geometric Download link: https://github.com/nishide-dev/claude-code-ml-research/archive/main.zip#ml-pytorch-geometric Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.