<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>TGraphX Insights</title>
    <link>https://tgraphx.com</link>
    <description>Technical articles, tutorials, and research notes about TGraphX — tensor-aware GNN for PyTorch.</description>
    <language>en</language>
    <lastBuildDate>Sat, 06 Jun 2026 09:33:19 +0000</lastBuildDate>
    <atom:link href="https://tgraphx.com/rss.xml" rel="self" type="application/rss+xml"/>
    <item>
      <title>Evolutionary Optimization over Graph Structures with TGraphX</title>
      <link>https://tgraphx.com/articles/evolutionary-optimization-graph-structures-tgraphx/</link>
      <guid isPermaLink="true">https://tgraphx.com/articles/evolutionary-optimization-graph-structures-tgraphx/</guid>
      <pubDate>Sat, 06 Jun 2026 09:30:00 +0000</pubDate>
      <description>A practical guide to TGraphX&#x27;s evolutionary optimization subsystem — GA, simulated annealing, and NSGA-II for searching over graph structures.</description>
      <category>Tutorial</category>
    </item>
    <item>
      <title>TGraphX vs PyKEEN: Choosing a Knowledge Graph Embedding Library</title>
      <link>https://tgraphx.com/articles/tgraphx-vs-pykeen/</link>
      <guid isPermaLink="true">https://tgraphx.com/articles/tgraphx-vs-pykeen/</guid>
      <pubDate>Fri, 05 Jun 2026 09:30:00 +0000</pubDate>
      <description>A balanced comparison of TGraphX&#x27;s KG subsystem and PyKEEN, the established library for knowledge graph embedding benchmarks. When each fits.</description>
      <category>Comparison</category>
    </item>
    <item>
      <title>How TGraphX Handles Benchmark Disclaimers Automatically</title>
      <link>https://tgraphx.com/articles/tgraphx-benchmark-disclaimers/</link>
      <guid isPermaLink="true">https://tgraphx.com/articles/tgraphx-benchmark-disclaimers/</guid>
      <pubDate>Thu, 04 Jun 2026 09:30:00 +0000</pubDate>
      <description>A look at TGraphX&#x27;s benchmark artifact system, what gets recorded automatically, and how it supports honest benchmark reporting.</description>
      <category>Article</category>
    </item>
    <item>
      <title>Neighbor Sampling in TGraphX: Scaling GNNs to Large Graphs</title>
      <link>https://tgraphx.com/articles/neighbor-sampling-tgraphx-large-graphs/</link>
      <guid isPermaLink="true">https://tgraphx.com/articles/neighbor-sampling-tgraphx-large-graphs/</guid>
      <pubDate>Wed, 03 Jun 2026 09:30:00 +0000</pubDate>
      <description>A practical guide to mini-batch graph training in TGraphX using NeighborLoader, GraphSAINT, and ClusterLoader — the three sampling strategies that scale…</description>
      <category>Tutorial</category>
    </item>
    <item>
      <title>Schema-Aware Neural Architectures for Structured Data</title>
      <link>https://tgraphx.com/articles/neuroschemax-schema-aware-neural-architecture/</link>
      <guid isPermaLink="true">https://tgraphx.com/articles/neuroschemax-schema-aware-neural-architecture/</guid>
      <pubDate>Tue, 02 Jun 2026 09:30:00 +0000</pubDate>
      <description>Why schema awareness matters in deep learning over structured data, and the design direction that schema-aware architectures take.</description>
      <category>Package</category>
    </item>
    <item>
      <title>Graph Reinforcement Learning with TGraphX: A Practical Introduction</title>
      <link>https://tgraphx.com/articles/graph-reinforcement-learning-tgraphx/</link>
      <guid isPermaLink="true">https://tgraphx.com/articles/graph-reinforcement-learning-tgraphx/</guid>
      <pubDate>Mon, 01 Jun 2026 09:30:00 +0000</pubDate>
      <description>A practical introduction to TGraphX&#x27;s graph reinforcement learning subsystem — environments, algorithms, and what to expect from a research-grade module…</description>
      <category>Tutorial</category>
    </item>
    <item>
      <title>When Flat Vector Node Features Are Insufficient for Your GNN Task</title>
      <link>https://tgraphx.com/articles/flat-vector-node-features-insufficient-gnn/</link>
      <guid isPermaLink="true">https://tgraphx.com/articles/flat-vector-node-features-insufficient-gnn/</guid>
      <pubDate>Sun, 31 May 2026 09:30:00 +0000</pubDate>
      <description>A decision guide: when flat node feature vectors work well, when they break, and how to tell which category your task falls into.</description>
      <category>Article</category>
    </item>
    <item>
      <title>Research Integrity in Graph Learning: What Benchmarks Don&#x27;t Tell You</title>
      <link>https://tgraphx.com/articles/graph-learning-research-integrity-benchmarks/</link>
      <guid isPermaLink="true">https://tgraphx.com/articles/graph-learning-research-integrity-benchmarks/</guid>
      <pubDate>Sat, 30 May 2026 09:30:00 +0000</pubDate>
      <description>GNN benchmark numbers often look more impressive than they are. This note discusses the common evaluation shortcuts that inflate results and how to read…</description>
      <category>Research Note</category>
    </item>
    <item>
      <title>Knowledge Graph Embedding with Tensor Features in TGraphX</title>
      <link>https://tgraphx.com/articles/knowledge-graph-embedding-tensor-features-tgraphx/</link>
      <guid isPermaLink="true">https://tgraphx.com/articles/knowledge-graph-embedding-tensor-features-tgraphx/</guid>
      <pubDate>Fri, 29 May 2026 09:30:00 +0000</pubDate>
      <description>A practical tutorial on TGraphX&#x27;s knowledge graph subsystem: TransE, DistMult, ComplEx, and RotatE, with optional tensor-valued entity features.</description>
      <category>Tutorial</category>
    </item>
    <item>
      <title>Building LLM-Friendly Graph APIs with TGraphX</title>
      <link>https://tgraphx.com/articles/llm-friendly-graph-apis-tgraphx/</link>
      <guid isPermaLink="true">https://tgraphx.com/articles/llm-friendly-graph-apis-tgraphx/</guid>
      <pubDate>Thu, 28 May 2026 09:30:00 +0000</pubDate>
      <description>AI coding tools produce better graph code when the API is explicit, the error messages are actionable, and the canonical surface is small.</description>
      <category>Article</category>
    </item>
    <item>
      <title>Shape-Aware Validation in TGraphX: Catching Bugs Before They Matter</title>
      <link>https://tgraphx.com/articles/shape-aware-validation-tgraphx/</link>
      <guid isPermaLink="true">https://tgraphx.com/articles/shape-aware-validation-tgraphx/</guid>
      <pubDate>Wed, 27 May 2026 09:30:00 +0000</pubDate>
      <description>Most GNN bugs are shape bugs in disguise. TGraphX provides validation utilities that catch them early, before they show up as obscure runtime errors after…</description>
      <category>Article</category>
    </item>
    <item>
      <title>TGraphX and PyTorch Geometric: A Decision Guide for Researchers</title>
      <link>https://tgraphx.com/articles/tgraphx-vs-pytorch-geometric-v2/</link>
      <guid isPermaLink="true">https://tgraphx.com/articles/tgraphx-vs-pytorch-geometric-v2/</guid>
      <pubDate>Tue, 26 May 2026 09:30:00 +0000</pubDate>
      <description>A decision-oriented comparison aimed at researchers choosing a graph learning framework for a specific project.</description>
      <category>Comparison</category>
    </item>
    <item>
      <title>Research Reproducibility in GNN Projects: Lessons from TGraphX</title>
      <link>https://tgraphx.com/articles/gnn-research-reproducibility-tgraphx/</link>
      <guid isPermaLink="true">https://tgraphx.com/articles/gnn-research-reproducibility-tgraphx/</guid>
      <pubDate>Mon, 25 May 2026 09:30:00 +0000</pubDate>
      <description>Reproducing published GNN results is harder than it should be. This note walks through the hidden sources of non-determinism and how explicit tooling helps.</description>
      <category>Research Note</category>
    </item>
    <item>
      <title>A Deeper Tutorial on Tensor-Valued Nodes in TGraphX</title>
      <link>https://tgraphx.com/articles/tensor-valued-nodes-deep-tutorial-tgraphx/</link>
      <guid isPermaLink="true">https://tgraphx.com/articles/tensor-valued-nodes-deep-tutorial-tgraphx/</guid>
      <pubDate>Sun, 24 May 2026 09:30:00 +0000</pubDate>
      <description>A step-by-step deeper tutorial: validate a tensor graph, build a custom training loop with NeighborLoader, save artifacts, and reproduce results.</description>
      <category>Tutorial</category>
    </item>
    <item>
      <title>Tensor-Valued Nodes in Graph Neural Networks: Why Shape Matters</title>
      <link>https://tgraphx.com/articles/tensor-valued-nodes-graph-neural-networks/</link>
      <guid isPermaLink="true">https://tgraphx.com/articles/tensor-valued-nodes-graph-neural-networks/</guid>
      <pubDate>Sat, 23 May 2026 09:30:00 +0000</pubDate>
      <description>Most GNN frameworks assume every node is a flat vector. That assumption breaks for image patches, volumetric blocks, and sequences.</description>
      <category>Article</category>
    </item>
    <item>
      <title>What Is TGX Graph? A Practical Introduction to TGraphX</title>
      <link>https://tgraphx.com/articles/what-is-tgx-graph/</link>
      <guid isPermaLink="true">https://tgraphx.com/articles/what-is-tgx-graph/</guid>
      <pubDate>Fri, 22 May 2026 09:30:00 +0000</pubDate>
      <description>TGraphX is a tensor-native graph learning framework for PyTorch. This introduction explains what a TGX graph is, why tensor-valued node features matter, and…</description>
      <category>blog_post</category>
    </item>
    <item>
      <title>Getting Started with Tensor-Valued Nodes in TGraphX</title>
      <link>https://tgraphx.com/articles/getting-started-tensor-valued-nodes-tgraphx/</link>
      <guid isPermaLink="true">https://tgraphx.com/articles/getting-started-tensor-valued-nodes-tgraphx/</guid>
      <pubDate>Fri, 22 May 2026 09:30:00 +0000</pubDate>
      <description>A step-by-step tutorial for representing graph data with tensor-valued node features in TGraphX — including validation, a first training run, and common…</description>
      <category>tutorial</category>
    </item>
    <item>
      <title>TGraphX vs PyTorch Geometric: Choosing the Right Framework</title>
      <link>https://tgraphx.com/articles/tgraphx-vs-pytorch-geometric/</link>
      <guid isPermaLink="true">https://tgraphx.com/articles/tgraphx-vs-pytorch-geometric/</guid>
      <pubDate>Fri, 22 May 2026 09:30:00 +0000</pubDate>
      <description>A balanced comparison of TGraphX and PyTorch Geometric. Both run on PyTorch, but they serve different use cases.</description>
      <category>comparison_page</category>
    </item>
  </channel>
</rss>
