Fix descriptions to adhere to character limits

This commit is contained in:
Timothy Kassis
2025-10-21 09:33:30 -07:00
parent 163d6b9d6b
commit 32109101d0
83 changed files with 83 additions and 83 deletions

View File

@@ -1,6 +1,6 @@
---
name: torch-geometric
description: "PyTorch Geometric (PyG) skill for building, training, and deploying Graph Neural Networks (GNNs) on structured data including graphs, 3D meshes, point clouds, and heterogeneous networks. Use this skill for graph-based machine learning tasks such as node classification, graph classification, link prediction, graph generation, geometric deep learning, and message passing on irregular structures. Essential for molecular property prediction, drug discovery, chemical informatics, social network analysis, citation networks, recommendation systems, 3D computer vision, protein structure analysis, knowledge graphs, fraud detection, traffic prediction, and any domain involving relational, geometric, or topological data. Supports large-scale graph processing, multi-GPU training, neighbor sampling, heterogeneous graphs, graph transforms, model explainability, and custom message passing layers. Includes comprehensive datasets, pre-built GNN architectures (GCN, GAT, GraphSAGE, etc.), and utilities for graph visualization and benchmarking."
description: "Graph Neural Networks (PyG). Node/graph classification, link prediction, GCN, GAT, GraphSAGE, heterogeneous graphs, molecular property prediction, for geometric deep learning."
---
# PyTorch Geometric (PyG)