paper-with-me

홈 › Papers

PruneSymNet: A Symbolic Neural Network and Pruning Algorithm for Symbolic Regression

2024-01-25 · Min Wu, Weijun Li, Lina Yu, Wenqiang Li, Jingyi Liu, YanJie Li, Meilan Hao

Symbolic regression aims to derive interpretable symbolic expressions from data in order to better understand and interpret data. %which plays an important role in knowledge discovery and interpretable machine learning. In this study, a symbolic network called PruneSymNet is proposed for symbolic regression. This is a novel neural network whose activation function consists of common elementary functions and operators. The whole network is differentiable and can be trained by gradient descent method. Each subnetwork in the network corresponds to an expression, and our goal is to extract such subnetworks to get the desired symbolic expression. Therefore, a greedy pruning algorithm is proposed to prune the network into a subnetwork while ensuring the accuracy of data fitting. The proposed greedy pruning algorithm preserves the edge with the least loss in each pruning, but greedy algorithm often can not get the optimal solution. In order to alleviate this problem, we combine beam search during pruning to obtain multiple candidate expressions each time, and finally select the expression with the smallest loss as the final result. It was tested on the public data set and compared with the current popular algorithms. The results showed that the proposed algorithm had better accuracy.

📄 PDF Abstract BibTeX arXiv:2401.15103

Code (1)

wumin86/prunesymnet 공식 구현 pytorch

Tasks

Interpretable Machine LearningregressionSymbolic Regression

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Pruning 설명 없음

Similar Papers 제목 키워드 기반

SymbolNet: Neural Symbolic Regression with Adaptive Dynamic Pruning for Compression

2024-01-18 · Ho Fung Tsoi, Vladimir Loncar, Sridhara Dasu, Philip Harris

Compact symbolic expressions have been shown to be more efficient than neural network models in terms of resource consumption and inference speed when implemented on custom hardware such as FPGAs, while maintaining compa…

Jet TaggingModel CompressionregressionSymbolic Regression

EGG-SR: Embedding Symbolic Equivalence into Symbolic Regression via Equality Graph

2025-11-08 · Nan Jiang, Ziyi Wang, Yexiang Xue arxiv

Symbolic regression seeks to uncover physical laws from experimental data by searching for closed-form expressions, which is an important task in AI-driven scientific discovery. Yet the exponential growth of the search s…

Reinforcement Learning

Sparse Interpretable Deep Learning with LIES Networks for Symbolic Regression

2025-06-09 · Mansooreh Montazerin, Majd Al Aawar, Antonio Ortega, Ajitesh Srivastava

Symbolic regression (SR) aims to discover closed-form mathematical expressions that accurately describe data, offering interpretability and analytical insight beyond standard black-box models. Existing SR methods often r…

Deep LearningregressionSymbolic Regression

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

Elite Bases Regression: A Real-time Algorithm for Symbolic Regression

2017-04-24 · Chen Chen, Changtong Luo, Zonglin Jiang

Symbolic regression is an important but challenging research topic in data mining. It can detect the underlying mathematical models. Genetic programming (GP) is one of the most popular methods for symbolic regression. Ho…

regressionSymbolic Regression