paper-with-me

홈 › Papers

A Seq2Seq approach to Symbolic Regression

2020-10-17 · NeurIPS Workshop LMCA 2020 12 · Luca Biggio, Tommaso Bendinelli, Aurelien Lucchi, Giambattista Parascandolo

Deep neural networks have proved to be powerful function approximators. The large hypothesis space they implicitly model allows them to fit very complicated black-box functions to the training data. However, often the data generating process is characterized by a concise and relatively simple functional form. This is especially true in natural sciences, where elegant physical laws govern the behaviour of the quantities of interest. In this work, we address this dichotomy from the perspective of Symbolic Regression (SR). In particular, we apply a fully-convolutional seq2seq model to map numerical data to the corresponding symbolic equations. We demonstrate the effectiveness of our approach on a large set of mathematical expressions by providing both a qualitative and a quantitative analysis of our results. Additionally, we release our new equation-generator Python library in order to facilitate benchmarking and stimulate new research on SR.

📄 PDF Abstract BibTeX

Code (1)

symposiumorganization/eqlearner 공식 구현 pytorch

Tasks

BenchmarkingregressionSymbolic Regression

Similar Papers 제목 키워드 기반

Elite Bases Regression: A Real-time Algorithm for Symbolic Regression

2017-04-24 · Chen Chen, Changtong Luo, Zonglin Jiang

Symbolic regression is an important but challenging research topic in data mining. It can detect the underlying mathematical models. Genetic programming (GP) is one of the most popular methods for symbolic regression. Ho…

regressionSymbolic Regression

A Comparison of Recent Algorithms for Symbolic Regression to Genetic Programming

2024-06-05 · Yousef A. Radwan, Gabriel Kronberger, Stephan Winkler

Symbolic regression is a machine learning method with the goal to produce interpretable results. Unlike other machine learning methods such as, e.g. random forests or neural networks, which are opaque, symbolic regressio…

regressionSymbolic Regression

Smooth Symbolic Regression: Transformation of Symbolic Regression into a Real-valued Optimization Problem

2021-08-06 · Erik Pitzer, Gabriel Kronberger

The typical methods for symbolic regression produce rather abrupt changes in solution candidates. In this work, we have tried to transform symbolic regression from an optimization problem, with a landscape that is so rug…

regressionSymbolic Regression

Where are we now? A large benchmark study of recent symbolic regression methods

2018-04-25 · Patryk Orzechowski, William La Cava, Jason H. Moore

In this paper we provide a broad benchmarking of recent genetic programming approaches to symbolic regression in the context of state of the art machine learning approaches. We use a set of nearly 100 regression benchmar…

BenchmarkingBIG-bench Machine LearningregressionSymbolic Regression

Neural Symbolic Regression that Scales

2021-06-11 · Luca Biggio, Tommaso Bendinelli, Alexander Neitz, Aurelien Lucchi 외

Symbolic equations are at the core of scientific discovery. The task of discovering the underlying equation from a set of input-output pairs is called symbolic regression. Traditionally, symbolic regression methods use h…

regressionscientific discoverySymbolic Regression