paper-with-me

Papers

Efficient Generator of Mathematical Expressions for Symbolic Regression

2023-02-20 · Sebastian Mežnar, Sašo Džeroski, Ljupčo Todorovski

We propose an approach to symbolic regression based on a novel variational autoencoder for generating hierarchical structures, HVAE. It combines simple atomic units with shared weights to recursively encode and decode the individual nodes in the hierarchy. Encoding is performed bottom-up and decoding top-down. We empirically show that HVAE can be trained efficiently with small corpora of mathematical expressions and can accurately encode expressions into a smooth low-dimensional latent space. The latter can be efficiently explored with various optimization methods to address the task of symbolic regression. Indeed, random search through the latent space of HVAE performs better than random search through expressions generated by manually crafted probabilistic grammars for mathematical expressions. Finally, EDHiE system for symbolic regression, which applies an evolutionary algorithm to the latent space of HVAE, reconstructs equations from a standard symbolic regression benchmark better than a state-of-the-art system based on a similar combination of deep learning and evolutionary algorithms.\v{z}

📄 PDF Abstract BibTeX arXiv:2302.09893

Code (1)

smeznar/hvae 공식 구현 pytorch

Tasks

Evolutionary AlgorithmsregressionSymbolic Regression

Methods 이 논문이 사용한 방법론

Random Search Random Search replaces the exhaustive enumeration of all combinations by selecting them randomly. This can be simply applied to the discrete setting described above, but also…

Similar Papers 제목 키워드 기반

Scalable Neural Symbolic Regression using Control Variables

2023-06-07 · Xieting Chu, Hongjue Zhao, Enze Xu, Hairong Qi 외

Symbolic regression (SR) is a powerful technique for discovering the analytical mathematical expression from data, finding various applications in natural sciences due to its good interpretability of results. However, ex…

regressionSymbolic Regression

Discovering Mathematical Equations with Diffusion Language Model

2025-09-16 · Xiaoxu Han, Chengzhen Ning, Jinghui Zhong, Fubiao Yang 외 arxiv

Discovering valid and meaningful mathematical equations from observed data plays a crucial role in scientific discovery. While this task, symbolic regression, remains challenging due to the vast search space and the trad…

Deep symbolic regression: Recovering mathematical expressions from data via risk-seeking policy gradients

2019-12-10 · ICLR 2021 1 · Brenden K. Petersen, Mikel Landajuela Larma, T. Nathan Mundhenk, Claudio P. Santiago 외

Discovering the underlying mathematical expressions describing a dataset is a core challenge for artificial intelligence. This is the problem of $\textit{symbolic regression}$. Despite recent advances in training neural …

regressionReinforcement LearningSymbolic Regression

Deep symbolic regression

2019-09-25 · Brenden K. Petersen

Discovering the underlying mathematical expressions describing a dataset is a core challenge for artificial intelligence. This is the problem of symbolic regression. Despite recent advances in training neural networks to…

Deep LearningregressionSymbolic Regression

A New Deterministic Technique for Symbolic Regression

2019-08-16 · Daniel Rivero, Enrique Fernandez-Blanco

This paper describes a new method for Symbolic Regression that allows to find mathematical expressions from a dataset. This method has a strong mathematical basis. As opposed to other methods such as Genetic Programming,…

regressionSymbolic Regression