paper-with-me

홈 › Papers

Differential radial basis function network for sequence modelling

2020-10-13 · Kojo Sarfo Gyamfi, James Brusey, Elena Gaura

We propose a differential radial basis function (RBF) network termed RBF-DiffNet -- whose hidden layer blocks are partial differential equations (PDEs) linear in terms of the RBF -- to make the baseline RBF network robust to noise in sequential data. Assuming that the sequential data derives from the discretisation of the solution to an underlying PDE, the differential RBF network learns constant linear coefficients of the PDE, consequently regularising the RBF network by following modified backward-Euler updates. We experimentally validate the differential RBF network on the logistic map chaotic timeseries as well as on 30 real-world timeseries provided by Walmart in the M5 forecasting competition. The proposed model is compared with the normalised and unnormalised RBF networks, ARIMA, and ensembles of multilayer perceptrons (MLPs) and recurrent networks with long short-term memory (LSTM) blocks. From the experimental results, RBF-DiffNet consistently shows a marked reduction over the baseline RBF network in terms of the prediction error (e.g., 26% reduction in the root mean squared scaled error on the M5 dataset); RBF-DiffNet also shows a comparable performance to the LSTM ensemble at less than one-sixteenth the LSTM computational time. Our proposed network consequently enables more accurate predictions -- in the presence of observational noise -- in sequence modelling tasks such as timeseries forecasting that leverage the model interpretability, fast training, and function approximation properties of the RBF network.

📄 PDF Abstract BibTeX arXiv:2010.06178

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Solving multiscale elliptic problems by sparse radial basis function neural networks

2023-09-01 · Zhiwen Wang, Minxin Chen, Jingrun Chen

Machine learning has been successfully applied to various fields of scientific computing in recent years. In this work, we propose a sparse radial basis function neural network method to solve elliptic partial differenti…

Adaptively trained Physics-informed Radial Basis Function Neural Networks for Solving Multi-asset Option Pricing Problems

2026-01-19 · Yan Ma, Yumeng Ren, Elisabeth Larsson arxiv

The present study investigates the numerical solution of Black-Scholes partial differential equation (PDE) for option valuation with multiple underlying assets. We develop a physics-informed (PI) machine learning algorit…

Radial basis function process neural network training based on generalized frechet distance and GA-SA hybrid strategy

2014-01-09 · Bing Wang, Yao-hua Meng, Xiao-hong Yu

For learning problem of Radial Basis Function Process Neural Network (RBF-PNN), an optimization training method based on GA combined with SA is proposed in this paper. Through building generalized Fr\'echet distance to m…

global-optimization

Structured Radial Basis Function Network: Modelling Diversity for Multiple Hypotheses Prediction

2023-09-02 · Alejandro Rodriguez Dominguez, Muhammad Shahzad, Xia Hong

Multi-modal problems can be effectively addressed using multiple hypothesis frameworks, but integrating these frameworks into learning models poses significant challenges. This paper introduces a Structured Radial Basis …

Computational EfficiencyDiversityEnsemble Learningregression

Kolmogorov-Arnold Networks are Radial Basis Function Networks

2024-05-10 · Ziyao Li

This short paper is a fast proof-of-concept that the 3-order B-splines used in Kolmogorov-Arnold Networks (KANs) can be well approximated by Gaussian radial basis functions. Doing so leads to FastKAN, a much faster imple…

Kolmogorov-Arnold Networks