PulseAugur
EN
LIVE 04:42:32

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

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

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

Read on arXiv cs.AI →

AI-generated summary · Google Gemini · from 2 sources. How we write summaries →

Sutra language compiles programs into PyTorch neural networks

COVERAGE [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…