中文
相关论文

相关论文: Cooperative Initialization based Deep Neural Netwo…

200 篇论文

Artificial neural networks typically have a fixed, non-linear activation function at each neuron. We have designed a novel form of piecewise linear activation function that is learned independently for each neuron using gradient descent.…

神经与进化计算 · 计算机科学 2015-04-22 Forest Agostinelli , Matthew Hoffman , Peter Sadowski , Pierre Baldi

Neural networks are powerful functions with widespread use, but the theoretical behaviour of these functions is not fully understood. Creating deep neural networks by stacking many layers has achieved exceptional performance in many…

机器学习 · 计算机科学 2024-08-16 Cameron Jakub , Mihai Nica

The efficacy of deep learning models has been called into question by the presence of adversarial examples. Addressing the vulnerability of deep learning models to adversarial examples is crucial for ensuring their continued development and…

机器学习 · 计算机科学 2024-05-08 Korn Sooksatra , Greg Hamerly , Pablo Rivas

Deep learning is currently extensively employed across a range of research domains. The continuous advancements in deep learning techniques contribute to solving intricate challenges. Activation functions (AF) are fundamental components…

机器学习 · 计算机科学 2024-06-03 Asmaa Benchama , Khalid Zebbara

Activation functions play a critical role in the performance and behaviour of neural networks, significantly impacting their ability to learn and generalise. Traditional activation functions, such as ReLU, sigmoid, and tanh, have been…

神经与进化计算 · 计算机科学 2025-03-27 Benjamin David Winter , William John Teahan

Residual networks (ResNet) and weight normalization play an important role in various deep learning applications. However, parameter initialization strategies have not been studied previously for weight normalized networks and, in practice,…

机器学习 · 统计学 2019-10-31 Devansh Arpit , Victor Campos , Yoshua Bengio

Initializing the weights and the biases is a key part of the training process of a neural network. Unlike the subsequent optimization phase, however, the initialization phase has gained only limited attention in the literature. In this…

机器学习 · 计算机科学 2019-09-06 Ingo Steinwart

Activation in deep neural networks is fundamental to achieving non-linear mappings. Traditional studies mainly focus on finding fixed activations for a particular set of learning tasks or model architectures. The research on flexible…

神经与进化计算 · 计算机科学 2020-08-20 Renlong Jie , Junbin Gao , Andrey Vasnev , Min-ngoc Tran

Weight initialization plays an important role in training neural networks and also affects tremendous deep learning applications. Various weight initialization strategies have already been developed for different activation functions with…

机器学习 · 计算机科学 2022-08-09 Qipin Chen , Wenrui Hao , Juncai He

Neural networks have shown tremendous growth in recent years to solve numerous problems. Various types of neural networks have been introduced to deal with different types of problems. However, the main goal of any neural network is to…

机器学习 · 计算机科学 2022-06-29 Shiv Ram Dubey , Satish Kumar Singh , Bidyut Baran Chaudhuri

The reason behind CNNs capability to learn high-dimensional complex features from the images is the non-linearity introduced by the activation function. Several advanced activation functions have been discovered to improve the training…

机器学习 · 计算机科学 2022-11-15 Jeevanshi Sharma

The primary neural networks decision-making units are activation functions. Moreover, they evaluate the output of networks neural node; thus, they are essential for the performance of the whole network. Hence, it is critical to choose the…

机器学习 · 计算机科学 2020-10-20 Tomasz Szandała

This paper studies the problem of training a two-layer ReLU network for binary classification using gradient flow with small initialization. We consider a training dataset with well-separated input vectors: Any pair of input data with the…

机器学习 · 计算机科学 2024-03-26 Hancheng Min , Enrique Mallada , René Vidal

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 propose ReDense as a simple and low complexity way to improve the performance of trained neural networks. We use a combination of random weights and rectified linear unit (ReLU) activation function to add a ReLU dense (ReDense) layer to…

机器学习 · 计算机科学 2020-10-27 Alireza M. Javid , Sandipan Das , Mikael Skoglund , Saikat Chatterjee

Activation functions shape the outputs of artificial neurons and, therefore, are integral parts of neural networks in general and deep learning in particular. Some activation functions, such as logistic and relu, have been used for many…

机器学习 · 计算机科学 2021-01-26 Johannes Lederer

The scope of research in the domain of activation functions remains limited and centered around improving the ease of optimization or generalization quality of neural networks (NNs). However, to develop a deeper understanding of deep…

机器学习 · 计算机科学 2020-12-10 Mohit Goyal , Rajan Goyal , Brejesh Lall

It is well-known that overparametrized neural networks trained using gradient-based methods quickly achieve small training error with appropriate hyperparameter settings. Recent papers have proved this statement theoretically for highly…

机器学习 · 计算机科学 2020-04-13 Abhishek Panigrahi , Abhishek Shetty , Navin Goyal

A pivotal aspect in the design of neural networks lies in selecting activation functions, crucial for introducing nonlinear structures that capture intricate input-output patterns. While the effectiveness of adaptive or trainable activation…

Empirical works show that for ReLU neural networks (NNs) with small initialization, input weights of hidden neurons (the input weight of a hidden neuron consists of the weight from its input layer to the hidden neuron and its bias term)…

机器学习 · 计算机科学 2022-10-20 Hanxu Zhou , Qixuan Zhou , Tao Luo , Yaoyu Zhang , Zhi-Qin John Xu