中文
相关论文

相关论文: ReCA: A Parametric ReLU Composite Activation Funct…

200 篇论文

In this paper we investigate the family of functions representable by deep neural networks (DNN) with rectified linear units (ReLU). We give an algorithm to train a ReLU DNN with one hidden layer to *global optimality* with runtime…

机器学习 · 计算机科学 2018-03-01 Raman Arora , Amitabh Basu , Poorya Mianjy , Anirbit Mukherjee

Activation functions in neural networks are typically selected from a set of empirically validated, commonly used static functions such as ReLU, tanh, or sigmoid. However, by optimizing the shapes of a network's activation functions, we can…

机器学习 · 计算机科学 2025-09-24 William H Patty

This paper introduces a significantly better class of activation functions than the almost universally used ReLU like and Sigmoidal class of activation functions. Two new activation functions referred to as the Cone and Parabolic-Cone that…

人工智能 · 计算机科学 2024-05-08 Mathew Mithra Noel , Yug Oswal

The Rectified Linear Unit is currently a state-of-the-art activation function in deep convolutional neural networks. To combat ReLU's dying neuron problem, we propose the Parametric Variational Linear Unit (PVLU), which adds a sinusoidal…

计算机视觉与模式识别 · 计算机科学 2021-12-20 Aarush Gupta , Shikhar Ahuja

Activation functions are fundamental to deep neural networks, governing gradient flow, optimization stability, and representational capacity. Within historic deep architectures, while ReLU has been the dominant choice for the activation…

机器学习 · 计算机科学 2026-03-10 Mingi Kang , Zai Yang , Jeova Farias Sales Rocha Neto

Feed-forward networks can be interpreted as mappings with linear decision surfaces at the level of the last layer. We investigate how the tangent space of the network can be exploited to refine the decision in case of ReLU (Rectified Linear…

机器学习 · 计算机科学 2021-10-27 Dániel Rácz , Bálint Daróczy

In this paper, we introduce "Power Linear Unit" (PoLU) which increases the nonlinearity capacity of a neural network and thus helps improving its performance. PoLU adopts several advantages of previously proposed activation functions.…

机器学习 · 计算机科学 2018-02-02 Yikang Li , Pak Lun Kevin Ding , Baoxin Li

Fully connected deep neural networks are successfully applied to classification and function approximation problems. By minimizing the cost function, i.e., finding the proper weights and biases, models can be built for accurate predictions.…

机器学习 · 计算机科学 2024-07-25 Qingguang Guan

We study layered neural networks of rectified linear units (ReLU) in a modelling framework for stochastic training processes. The comparison with sigmoidal activation functions is in the center of interest. We compute typical learning…

机器学习 · 计算机科学 2020-11-13 Elisa Oostwal , Michiel Straat , Michael Biehl

Rectified Linear Units (ReLUs) are among the most widely used activation function in a broad variety of tasks in vision. Recent theoretical results suggest that despite their excellent practical performance, in various cases, a substitution…

机器学习 · 计算机科学 2020-04-01 Vishnu Suresh Lokhande , Songwong Tasneeyapant , Abhay Venkatesh , Sathya N. Ravi , Vikas Singh

Many activation functions have been proposed in the past, but selecting an adequate one requires trial and error. We propose a new methodology of designing activation functions within a neural network at each layer. We call this technique…

机器学习 · 统计学 2017-02-28 Mark Harmon , Diego Klabjan

In this paper it is shown that $C_\beta$-smooth functions can be approximated by deep neural networks with ReLU activation function and with parameters $\{0,\pm \frac{1}{2}, \pm 1, 2\}$. The $l_0$ and $l_1$ parameter norms of considered…

机器学习 · 统计学 2021-07-26 Aleksandr Beknazaryan

This work introduces a novel activation unit that can be efficiently employed in deep neural nets (DNNs) and performs significantly better than the traditional Rectified Linear Units (ReLU). The function developed is a two parameter version…

神经与进化计算 · 计算机科学 2018-05-24 Narendra Patwardhan , Madhura Ingalhalikar , Rahee Walambe

In this work, we examine the approximation capabilities of deep neural networks utilizing the Rectified Quadratic Unit (ReQU) activation function, defined as \(\max(0,x)^2\), for approximating H\"older-regular functions with respect to the…

机器学习 · 计算机科学 2024-11-12 Ahmed Abdeljawad

Rectified Linear Units (ReLU) are the default choice for activation functions in deep neural networks. While they demonstrate excellent empirical performance, ReLU activations can fall victim to the dead neuron problem. In these cases, the…

机器学习 · 计算机科学 2023-02-14 Tim Whitaker , Darrell Whitley

We propose \textbf{ULU}, a novel non-monotonic, piecewise activation function defined as $\{f(x;\alpha_1),x<0; f(x;\alpha_2),x>=0 \}$, where $f(x;\alpha)=0.5x(tanh(\alpha x)+1),\alpha >0$. ULU treats positive and negative inputs…

机器学习 · 计算机科学 2025-08-08 Simin Huo

We study the properties of differentiable neural networks activated by rectified power unit (RePU) functions. We show that the partial derivatives of RePU neural networks can be represented by RePUs mixed-activated networks and derive upper…

机器学习 · 统计学 2024-04-23 Guohao Shen , Yuling Jiao , Yuanyuan Lin , Jian Huang

Recently, convolutional neural networks (CNNs) have been used as a powerful tool to solve many problems of machine learning and computer vision. In this paper, we aim to provide insight on the property of convolutional neural networks, as…

机器学习 · 计算机科学 2016-07-20 Wenling Shang , Kihyuk Sohn , Diogo Almeida , Honglak Lee

Our work proposes a novel approach to designing activation functions by focusing on their gradients and deriving the corresponding activation functions using integration. We introduce the Expanded Integral of the Exponential Linear Unit…

机器学习 · 计算机科学 2025-02-04 Allen Hao Huang , Imanol Schlag

We analyze a simple one-hidden-layer neural network with ReLU activation functions and fixed biases, with one-dimensional input and output. We study both continuous and discrete versions of the model, and we rigorously prove the convergence…

机器学习 · 计算机科学 2026-04-10 Fabricio Macià , Shu Nakamura