paper-with-me

Papers

Symbolic Regression Algorithms with Built-in Linear Regression

2017-01-13 · Jan Žegklitz, Petr Pošík

Recently, several algorithms for symbolic regression (SR) emerged which employ a form of multiple linear regression (LR) to produce generalized linear models. The use of LR allows the algorithms to create models with relatively small error right from the beginning of the search; such algorithms are thus claimed to be (sometimes by orders of magnitude) faster than SR algorithms based on vanilla genetic programming. However, a systematic comparison of these algorithms on a common set of problems is still missing. In this paper we conceptually and experimentally compare several representatives of such algorithms (GPTIPS, FFX, and EFS). They are applied as off-the-shelf, ready-to-use techniques, mostly using their default settings. The methods are compared on several synthetic and real-world SR benchmark problems. Their performance is also related to the performance of three conventional machine learning algorithms --- multiple regression, random forests and support vector regression.

📄 PDF Abstract BibTeX arXiv:1701.03641

Code (0)

등록된 구현이 없습니다.

Tasks

regressionSymbolic Regression

Methods 이 논문이 사용한 방법론

Linear Regression Linear Regression is a method for modelling a relationship between a dependent variable and independent variables. These models can be fit with numerous approaches. The most…

Similar Papers 제목 키워드 기반

Prediction Intervals and Confidence Regions for Symbolic Regression Models based on Likelihood Profiles

2022-09-14 · Fabricio Olivetti de Franca, Gabriel Kronberger

Symbolic regression is a nonlinear regression method which is commonly performed by an evolutionary computation method such as genetic programming. Quantification of uncertainty of regression models is important for the …

Decision MakingPrediction IntervalsregressionSymbolic Regression

Interpretable Machine Learning for Science with PySR and SymbolicRegression.jl

2023-05-02 · Miles Cranmer

PySR is an open-source library for practical symbolic regression, a type of machine learning which aims to discover human-interpretable symbolic models. PySR was developed to democratize and popularize symbolic regressio…

Interpretable Machine LearningregressionSymbolic Regression

Zoetrope Genetic Programming for Regression

2021-02-26 · Aurélie Boisbunon, Carlo Fanara, Ingrid Grenet, Jonathan Daeden 외

The Zoetrope Genetic Programming (ZGP) algorithm is based on an original representation for mathematical expressions, targeting evolutionary symbolic regression.The zoetropic representation uses repeated fusion operation…

regressionSymbolic Regression

Interpretable Symbolic Regression for Data Science: Analysis of the 2022 Competition

2023-04-03 · F. O. de Franca, M. Virgolin, M. Kommenda, M. S. Majumder 외

Symbolic regression searches for analytic expressions that accurately describe studied phenomena. The main attraction of this approach is that it returns an interpretable model that can be insightful to users. Historical…

Bayesian OptimizationEvolutionary AlgorithmsregressionSymbolic Regression

Local Optimization Often is Ill-conditioned in Genetic Programming for Symbolic Regression

2022-09-02 · Gabriel Kronberger

Gradient-based local optimization has been shown to improve results of genetic programming (GP) for symbolic regression. Several state-of-the-art GP implementations use iterative nonlinear least squares (NLS) algorithms …

regressionSymbolic Regression