TutorialA practical guide to mini-batch graph training in TGraphX using NeighborLoader, GraphSAINT, and ClusterLoader — the three sampling strategies that scale GNNs beyond full-batch training.
June 03, 2026 · 5 min
PackageWhy schema awareness matters in deep learning over structured data, and the design direction that schema-aware architectures take.
June 02, 2026 · 5 min
TutorialA practical introduction to TGraphX's graph reinforcement learning subsystem — environments, algorithms, and what to expect from a research-grade module labeled Experimental.
June 01, 2026 · 5 min
ArticleA decision guide: when flat node feature vectors work well, when they break, and how to tell which category your task falls into.
May 31, 2026 · 5 min
Research NoteGNN benchmark numbers often look more impressive than they are. This note discusses the common evaluation shortcuts that inflate results and how to read benchmark claims more carefully.
May 30, 2026 · 5 min
TutorialA practical tutorial on TGraphX's knowledge graph subsystem: TransE, DistMult, ComplEx, and RotatE, with optional tensor-valued entity features.
May 29, 2026 · 5 min
ArticleAI coding tools produce better graph code when the API is explicit, the error messages are actionable, and the canonical surface is small. TGraphX is designed with this in mind.
May 28, 2026 · 5 min
ArticleMost GNN bugs are shape bugs in disguise. TGraphX provides validation utilities that catch them early, before they show up as obscure runtime errors after hours of training.
May 27, 2026 · 4 min
ComparisonA decision-oriented comparison aimed at researchers choosing a graph learning framework for a specific project. When PyG is right, when TGraphX adds value, and how to test the fit quickly.
May 26, 2026 · 5 min
Research NoteReproducing published GNN results is harder than it should be. This note walks through the hidden sources of non-determinism and how explicit tooling helps.
May 25, 2026 · 5 min
TutorialA step-by-step deeper tutorial: validate a tensor graph, build a custom training loop with NeighborLoader, save artifacts, and reproduce results.
May 24, 2026 · 4 min
ArticleMost GNN frameworks assume every node is a flat vector. That assumption breaks for image patches, volumetric blocks, and sequences. Here is why node feature shape matters and how TGraphX handles it.
May 23, 2026 · 5 min
ArticleTGraphX is a tensor-native graph learning framework for PyTorch. This introduction explains what a TGX graph is, why tensor-valued node features matter, and where the framework fits in the GNN ecosystem.
May 22, 2026 · 7 min
TutorialA step-by-step tutorial for representing graph data with tensor-valued node features in TGraphX — including validation, a first training run, and common mistakes to avoid.
May 22, 2026 · 9 min
ComparisonA balanced comparison of TGraphX and PyTorch Geometric. Both run on PyTorch, but they serve different use cases. This article explains when each framework fits, without pretending one replaces the other.
May 22, 2026 · 10 min