paper-with-me

Papers

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 regression for the sciences, and is built on a high-performance distributed back-end, a flexible search algorithm, and interfaces with several deep learning packages. PySR's internal search algorithm is a multi-population evolutionary algorithm, which consists of a unique evolve-simplify-optimize loop, designed for optimization of unknown scalar constants in newly-discovered empirical expressions. PySR's backend is the extremely optimized Julia library SymbolicRegression.jl, which can be used directly from Julia. It is capable of fusing user-defined operators into SIMD kernels at runtime, performing automatic differentiation, and distributing populations of expressions to thousands of cores across a cluster. In describing this software, we also introduce a new benchmark, "EmpiricalBench," to quantify the applicability of symbolic regression algorithms in science. This benchmark measures recovery of historical empirical equations from original and synthetic datasets.

📄 PDF Abstract BibTeX arXiv:2305.01582

Code (4)

MilesCranmer/PySR 공식 구현 pytorch
milescranmer/pysr_paper 공식 구현
milescranmer/symbolicregression.jl 공식 구현
hftsoi/symbolfit

Tasks

Interpretable Machine LearningregressionSymbolic Regression

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

DeepPySR -- A Symbolic Regression Framework with Dynamic Pruning, Pareto Selection, and Hierarchical Composition for Real-World Scientific Discovery

2026-07-09 · Fuling Chen, Kevin Vinsen, Phillip Melton, Rae-Chi Huang arxiv

Symbolic regression (SR) discovers analytical equations from data, yielding glass-box models with directly interpretable formulas, unlike black-box methods that rely on unstable post-hoc tools such as SHAP or LIME. This …

FePySR: A Neural Feature Extraction Framework for Efficient and Scalable Symbolic Regression

2026-05-12 · Zhiming Yu, Wangtao Lu, Xin Lai arxiv

A fundamental challenge in symbolic regression (SR) is efficiently recovering complex mathematical expressions from observational data. Although this problem is NP-hard, many expressions of practical interest decompose n…

SPINEX_ Symbolic Regression: Similarity-based Symbolic Regression with Explainable Neighbors Exploration

2024-11-05 · MZ Naser, Ahmed Z Naser

This article introduces a new symbolic regression algorithm based on the SPINEX (Similarity-based Predictions with Explainable Neighbors Exploration) family. This new algorithm (SPINEX_SymbolicRegression) adopts a simila…

BenchmarkingregressionSymbolic Regression

Think like a Scientist: Physics-guided LLM Agent for Equation Discovery

2026-02-12 · Jianke Yang, Ohm Venkatachalam, Mohammad Kianezhad, Sharvaree Vadgama 외 arxiv

Explaining observed phenomena through symbolic, interpretable formulas is a fundamental goal of science. Recently, large language models (LLMs) have emerged as promising tools for symbolic equation discovery, owing to th…

Exploring Multi-view Symbolic Regression methods in physical sciences

2025-09-01 · Etienne Russeil, Fabrício Olivetti de França, Konstantin Malanchev, Guillaume Moinard 외 arxiv

Describing the world behavior through mathematical functions help scientists to achieve a better understanding of the inner mechanisms of different phenomena. Traditionally, this is done by deriving new equations from fi…