2021

SymbolicGPT: A Generative Transformer Model for Symbolic Regression

Valipour, Mojtaba, You, Bowen, Panju, Maysum et al.

Understand

Symbolic regression is the task of identifying a mathematical expression that best fits a provided dataset of input and output values.

  • Due to the richness of the space of mathematical expressions, symbolic regression is generally a challenging problem.
  • While conventional approaches based on genetic evolution algorithms have been used for decades, deep learning-based methods are relatively new and an active research area.
  • In this work, we present SymbolicGPT, a novel transformer-based language model for symbolic regression.

Reading the bibliography…