paper-with-me

Papers

Brownian ReLU(Br-ReLU): A New Activation Function for a Long-Short Term Memory (LSTM) Network

2026-01-23 · George Awiakye-Marfo, Elijah Agbosu, Victoria Mawuena Barns, Samuel Asante Gyamerah arxiv

Deep learning models are effective for sequential data modeling, yet commonly used activation functions such as ReLU, LeakyReLU, and PReLU often exhibit gradient instability when applied to noisy, non-stationary financial time series. This study introduces BrownianReLU, a stochastic activation function induced by Brownian motion that enhances gradient propagation and learning stability in Long Short-Term Memory (LSTM) networks. Using Monte Carlo simulation, BrownianReLU provides a smooth, adaptive response for negative inputs, mitigating the dying ReLU problem. The proposed activation is evaluated on financial time series from Apple, GCB, and the S&P 500, as well as LendingClub loan data for classification. Results show consistently lower Mean Squared Error and higher $R^2$ values, indicating improved predictive accuracy and generalization. Although ROC-AUC metric is limited in classification tasks, activation choice significantly affects the trade-off between accuracy and sensitivity, with Brownian ReLU and the selected activation functions yielding practically meaningful performance.

📄 PDF Abstract BibTeX arXiv:2601.16446

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

BrowNNe: Brownian Nonlocal Neurons & Activation Functions

2024-06-21 · Sriram Nagaraj, Truman Hickok

It is generally thought that the use of stochastic activation functions in deep learning architectures yield models with superior generalization abilities. However, a sufficiently rigorous statement and theoretical proof…

Gaussian Processesparameter estimation

SwishReLU: A Unified Approach to Activation Functions for Enhanced Deep Neural Networks Performance

2024-07-11 · Jamshaid Ul Rahman, Rubiqa Zulfiqar, Asad Khan, Nimra

ReLU, a commonly used activation function in deep neural networks, is prone to the issue of "Dying ReLU". Several enhanced versions, such as ELU, SeLU, and Swish, have been introduced and are considered to be less common…

Overcoming Overfitting and Large Weight Update Problem in Linear Rectifiers: Thresholded Exponential Rectified Linear Units

2020-06-04 · Vijay Pandey

In past few years, linear rectified unit activation functions have shown its significance in the neural networks, surpassing the performance of sigmoid activations. RELU (Nair & Hinton, 2010), ELU (Clevert et al., 2015),…

ErfReLU: Adaptive Activation Function for Deep Neural Network

2023-06-02 · Ashish Rajanand, Pradeep Singh

Recent research has found that the activation function (AF) selected for adding non-linearity into the output can have a big impact on how effectively deep learning networks perform. Developing activation functions that …

Natural-Logarithm-Rectified Activation Function in Convolutional Neural Networks

2019-08-10 · Yang Liu, Jianpeng Zhang, Chao GAO, Jinghua Qu 외

Activation functions play a key role in providing remarkable performance in deep neural networks, and the rectified linear unit (ReLU) is one of the most widely used activation functions. Various new activation functions…