paper-with-me

홈 › Papers

Understanding Weight Normalized Deep Neural Networks with Rectified Linear Units

2018-10-03 · NeurIPS 2018 12 · Yixi Xu, Xiao Wang

This paper presents a general framework for norm-based capacity control for $L_{p,q}$ weight normalized deep neural networks. We establish the upper bound on the Rademacher complexities of this family. With an $L_{p,q}$ normalization where $q\le p^*$, and $1/p+1/p^{*}=1$, we discuss properties of a width-independent capacity control, which only depends on depth by a square root term. We further analyze the approximation properties of $L_{p,q}$ weight normalized deep neural networks. In particular, for an $L_{1,\infty}$ weight normalized network, the approximation error can be controlled by the $L_1$ norm of the output layer, and the corresponding generalization error only depends on the architecture by the square root of the depth.

📄 PDF Abstract BibTeX arXiv:1810.01877

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Improving Deep Neural Network with Multiple Parametric Exponential Linear Units

2016-06-01 · Yang Li, Chunxiao Fan, Yong Li, Qiong Wu 외

Activation function is crucial to the recent successes of deep neural networks. In this paper, we first propose a new activation function, Multiple Parametric Exponential Linear Units (MPELU), aiming to generalize and un…

Parametric Rectified Power Sigmoid Units: Learning Nonlinear Neural Transfer Analytical Forms

2021-01-25 · Abdourrahmane Mahamane Atto, Sylvie Galichet, Dominique Pastor, Nicolas Méger

The paper proposes representation functionals in a dual paradigm where learning jointly concerns both linear convolutional weights and parametric forms of nonlinear activation functions. The nonlinear forms proposed for …

BIG-bench Machine Learning

Understanding Local Minima in Neural Networks by Loss Surface Decomposition

2018-01-01 · ICLR 2018 1 · Hanock Kwak, Byoung-Tak Zhang

To provide principled ways of designing proper Deep Neural Network (DNN) models, it is essential to understand the loss surface of DNNs under realistic assumptions. We introduce interesting aspects for understanding the …

A Simple Way to Initialize Recurrent Networks of Rectified Linear Units

2015-04-03 · Quoc V. Le, Navdeep Jaitly, Geoffrey E. Hinton

Learning long term dependencies in recurrent networks is difficult due to vanishing and exploding gradients. To overcome this difficulty, researchers have developed sophisticated optimization techniques and network archi…

Language ModelingLanguage ModellingSequential Image Classificationspeech-recognition+1

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),…