paper-with-me

Papers

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, this method is deterministic, and does not involve the creation of a population of initial solutions. Instead of it, a simple expression is being grown until it fits the data. The experiments performed show that the results are as good as other Machine Learning methods, in a very low computational time. Another advantage of this technique is that the complexity of the expressions can be limited, so the system can return mathematical expressions that can be easily analysed by the user, in opposition to other techniques like GSGP.

📄 PDF Abstract BibTeX arXiv:1908.06754

Code (0)

등록된 구현이 없습니다.

Tasks

regressionSymbolic Regression

Similar Papers 제목 키워드 기반

Symbolic Regression by Exhaustive Search: Reducing the Search Space Using Syntactical Constraints and Efficient Semantic Structure Deduplication

2021-09-28 · Lukas Kammerer, Gabriel Kronberger, Bogdan Burlacu, Stephan M. Winkler 외

Symbolic regression is a powerful system identification technique in industrial scenarios where no prior knowledge on model structure is available. Such scenarios often require specific model properties such as interpret…

regressionSymbolic Regression

Symbolic Discovery of Stochastic Differential Equations with Genetic Programming

2026-03-10 · Sigur de Vries, Sander W. Keemink, Marcel A. J. van Gerven arxiv

Automated scientific discovery aims to improve scientific understanding through machine learning. A central approach in this field is symbolic regression, which uses genetic programming or sparse regression to learn inte…

Symbolic Regression with Fast Function Extraction and Nonlinear Least Squares Optimization

2022-09-20 · Lukas Kammerer, Gabriel Kronberger, Michael Kommenda

Fast Function Extraction (FFX) is a deterministic algorithm for solving symbolic regression problems. We improve the accuracy of FFX by adding parameters to the arguments of nonlinear functions. Instead of only optimizin…

regressionSymbolic Regression

Beyond Least Squares: Robust Regression Transformer (R2T)

2025-08-04 · Roman Gutierrez, Tony Kai Tang, Isabel Gutierrez arxiv

Robust regression techniques rely on least-squares optimization, which works well for Gaussian noise but fails in the presence of asymmetric structured noise. We propose a hybrid neural-symbolic architecture where a tran…

Inference of Deterministic Finite Automata via Q-Learning

2025-10-20 · Elaheh Hosseinkhani, Martin Leucker arxiv

Traditional approaches to inference of deterministic finite-state automata (DFA) stem from symbolic AI, including both active learning methods (e.g., Angluin's L* algorithm and its variants) and passive techniques (e.g.,…

Reinforcement LearningActive Learning