mirror of
https://github.com/K-Dense-AI/claude-scientific-skills.git
synced 2026-01-26 16:58:56 +08:00
Fix descriptions to adhere to character limits
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user