AI RESEARCH
The Neural Compiler: Program-to-Network Translation for Hybrid Scientific Machine Learning
arXiv CS.AI
•
ArXi:2605.22498v1 Announce Type: cross Scientific machine learning often requires combining known physics with unknown parameters or correction terms learned from data. Existing approaches either ignore known structure, encode it as a soft penalty, or require hand-written PyTorch code for each equation. We present The Neural Compiler, a system that translates programs written in a first-order Scheme-like expression language into frozen, differentiable PyTorch modules. These modules match the source program to floating-point precision and provide gradients through autograd.