A Neural-Guided Dynamic Symbolic Network for Exploring Mathematical Expressions from Data
University of the Chinese Academy of Sciences · Institute of Semiconductors Chinese Academy of Sciences · Institute of Semiconductors, Chinese Academy of Sciences · Institute of Semiconductors,Chinese Academy of Sciences · University of Chinese Academy of Sciences (UCAS)
PDF 由论文原始站点提供,PaperCompass 不保存论文文件。
摘要
Symbolic regression (SR) is a powerful technique for discovering the underlying mathematical expressions from observed data. Inspired by the success of deep learning, recent deep generative SR methods have shown promising results. However, these methods face difficulties in processing high-dimensional problems and learning constants due to the large search space, and they don't scale well to unseen problems. In this work, we propose DySymNet, a novel neural-guided **Dy**namic **Sym**bolic **Net**work for SR. Instead of searching for expressions within a large search space, we explore symbolic networks with various structures, guided by reinforcement learning, and optimize them to identify expressions that better-fitting the data. Based on extensive numerical experiments on low-dimensional public standard benchmarks and the well-known SRBench with more variables, DySymNet shows clear superiority over several representative baseline models. Open source code is available at https://github.com/AILWQ/DySymNet.