PulseAugur
实时 23:54:58

Sutra language compiles programs into PyTorch neural networks

Researchers have developed Sutra, a functional programming language that compiles into PyTorch neural networks. This system targets vector symbolic architectures by reducing programs to fused tensor-operation graphs. Sutra demonstrates high accuracy in decoding bundles and allows for differentiable training directly through the compiled graph, enabling code to be both a logic program and a trainable neural network. AI

影响 Introduces a novel programming paradigm that unifies logic programming with neural network training.

排序理由 The cluster contains an academic paper detailing a new programming language and its compilation target for vector symbolic architectures.

在 arXiv cs.AI 阅读 →

AI 生成摘要 · Google Gemini · 来自 2 个来源。 我们如何撰写摘要 →

Sutra language compiles programs into PyTorch neural networks

报道来源 [2]

  1. arXiv cs.AI TIER_1 English(EN) · Emma Leonhart ·

    Sutra: Tensor-Op RNNs as a Compilation Target for Vector Symbolic Architectures

    arXiv:2605.20919v1 Announce Type: cross Abstract: Sutra is a typed, purely functional programming language whose compiled forward pass is a PyTorch neural network. The compiler beta-reduces the whole program -- primitives, control flow, string I/O -- to one fused tensor-op graph …

  2. arXiv cs.AI TIER_1 English(EN) · Emma Leonhart ·

    Sutra: Tensor-Op RNNs as a Compilation Target for Vector Symbolic Architectures

    Sutra is a typed, purely functional programming language whose compiled forward pass is a PyTorch neural network. The compiler beta-reduces the whole program -- primitives, control flow, string I/O -- to one fused tensor-op graph over a frozen embedding substrate. Rotation bindin…