paper-with-me

홈 › Papers

Neural-Guided Symbolic Regression with Asymptotic Constraints

2019-01-23 · Li Li, Minjie Fan, Rishabh Singh, Patrick Riley

Symbolic regression is a type of discrete optimization problem that involves searching expressions that fit given data points. In many cases, other mathematical constraints about the unknown expression not only provide more information beyond just values at some inputs, but also effectively constrain the search space. We identify the asymptotic constraints of leading polynomial powers as the function approaches zero and infinity as useful constraints and create a system to use them for symbolic regression. The first part of the system is a conditional production rule generating neural network which preferentially generates production rules to construct expressions with the desired leading powers, producing novel expressions outside the training domain. The second part, which we call Neural-Guided Monte Carlo Tree Search, uses the network during a search to find an expression that conforms to a set of data points and desired leading powers. Lastly, we provide an extensive experimental validation on thousands of target expressions showing the efficacy of our system compared to exiting methods for finding unknown functions outside of the training set.

📄 PDF Abstract BibTeX arXiv:1901.07714

Code (1)

google-research/google-research/tree/master/neural_guided_symbolic_regression 공식 구현 tf

Tasks

regressionSymbolic Regression

Similar Papers 제목 키워드 기반

Asymptotics-guided learning and symbolic regression for dispersive resonances

2026-08-17 · Konstantinos Alexopoulos, Josselin Garnier arxiv

We study resonance prediction in dispersive media, formulated as nonlinear spectral problems for volume integral operators. The main idea is to use asymptotic analysis not only as a baseline approximation, but also as a …

Deep symbolic regression for physics guided by units constraints: toward the automated discovery of physical laws

2023-03-06 · Wassim Tenachi, Rodrigo Ibata, Foivos I. Diakogiannis

Symbolic Regression is the study of algorithms that automate the search for analytic expressions that fit data. While recent advances in deep learning have generated renewed interest in such approaches, the development o…

Deep Reinforcement LearningregressionSymbolic Regression

Symbolic Regression via Neural-Guided Genetic Programming Population Seeding

2021-10-29 · T. Nathan Mundhenk, Mikel Landajuela, Ruben Glatt, Claudio P. Santiago 외

Symbolic regression is the process of identifying mathematical expressions that fit observed output from a black-box process. It is a discrete optimization problem generally believed to be NP-hard. Prior approaches to so…

Combinatorial OptimizationregressionSymbolic Regression

Incorporating domain knowledge into neural-guided search via in situ priors and constraints

2021-05-20 · ICML Workshop AutoML 2021 7 · Brenden K Petersen, Claudio Santiago, Mikel Landajuela

Many AutoML problems involve optimizing discrete objects under a black-box reward. Neural-guided search provides a flexible means of searching these combinatorial spaces using an autoregressive recurrent neural network. …

AutoMLregressionSymbolic Regression

Incorporating domain knowledge into neural-guided search

2021-07-19 · Brenden K. Petersen, Claudio P. Santiago, Mikel Landajuela Larma

Many AutoML problems involve optimizing discrete objects under a black-box reward. Neural-guided search provides a flexible means of searching these combinatorial spaces using an autoregressive recurrent neural network. …

AutoMLregressionSymbolic Regression