paper-with-me

홈 › Papers

Symbolic regression outperforms other models for small data sets

2021-03-28 · Casper Wilstrup, Jaan Kasak

Machine learning is often applied in health science to obtain predictions and new understandings of complex phenomena and relationships, but an availability of sufficient data for model training is a widespread problem. Traditional machine learning techniques, such as random forests and gradient boosting, tend to overfit when working with data sets of only a few hundred observations. This study demonstrates that for small training sets of 250 observations, symbolic regression generalises better to out-of-sample data than traditional machine learning frameworks, as measured by the coefficient of determination R2 on the validation set. In 132 out of 240 cases, symbolic regression achieves a higher R2 than any of the other models on the out-of-sample data. Furthermore, symbolic regression also preserves the interpretability of linear models and decision trees, an added benefit to its superior generalisation. The second best algorithm was found to be a random forest, which performs best in 37 of the 240 cases. When restricting the comparison to interpretable models, symbolic regression performs best in 184 out of 240 cases.

📄 PDF Abstract BibTeX arXiv:2103.15147

Code (1)

wilstrup/sr-small-data 공식 구현

Tasks

BIG-bench Machine LearningregressionSymbolic Regression

Similar Papers 제목 키워드 기반

Evaluating K-Fold Cross Validation for Transformer Based Symbolic Regression Models

2024-10-29 · Kaustubh Kislay, Shlok Singh, Soham Joshi, Rohan Dutta 외

Symbolic Regression remains an NP-Hard problem, with extensive research focusing on AI models for this task. Transformer models have shown promise in Symbolic Regression, but performance suffers with smaller datasets. We…

regressionSymbolic 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

Symbolic Regression via Control Variable Genetic Programming

2023-05-25 · Nan Jiang, Yexiang Xue

Learning symbolic expressions directly from experiment data is a vital step in AI-driven scientific discovery. Nevertheless, state-of-the-art approaches are limited to learning simple expressions. Regressing expressions …

regressionscientific discoverySymbolic Regression

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

GPU-Accelerated Genetic Programming for Symbolic Regression with Beagle Framework

2026-03-10 · Nathan Haut, Ilya Basin, Marzieh Kianinejad, Ruchika Gupta 외 arxiv

Beagle is a new software framework that enables execution of Genetic Programming tasks on the GPU. Currently available for symbolic regression, it processes individuals of the population and fitness cases for training in…