中文
相关论文

相关论文: Trainability of ReLU networks and Data-dependent I…

200 篇论文

Neuron death is a complex phenomenon with implications for model trainability: the deeper the network, the lower the probability of finding a valid initialization. In this work, we derive both upper and lower bounds on the probability that…

机器学习 · 计算机科学 2021-06-14 Blaine Rister , Daniel L. Rubin

ReLU neural networks define piecewise linear functions of their inputs. However, initializing and training a neural network is very different from fitting a linear spline. In this paper, we expand empirically upon previous theoretical work…

机器学习 · 统计学 2016-11-30 Kevin K. Chen , Anthony Gamst , Alden Walker

The dying ReLU refers to the problem when ReLU neurons become inactive and only output 0 for any input. There are many empirical and heuristic explanations of why ReLU neurons die. However, little is known about its theoretical analysis. In…

机器学习 · 统计学 2020-12-30 Lu Lu , Yeonjong Shin , Yanhui Su , George Em Karniadakis

We draw connections between simple neural networks and under-determined linear systems to comprehensively explore several interesting theoretical questions in the study of neural networks. First, we emphatically show that it is unsurprising…

数值分析 · 数学 2020-11-02 Austin R. Benson , Anil Damle , Alex Townsend

Understanding the computational complexity of training simple neural networks with rectified linear units (ReLUs) has recently been a subject of intensive research. Closing gaps and complementing results from the literature, we present…

机器学习 · 计算机科学 2022-08-24 Vincent Froese , Christoph Hertrich , Rolf Niedermeier

The training process of neural networks usually optimize weights and bias parameters of linear transformations, while nonlinear activation functions are pre-specified and fixed. This work develops a systematic approach to constructing…

机器学习 · 计算机科学 2024-10-29 Zhengqi Liu , Shuhao Cao , Yuwen Li , Ludmil Zikatanov

In this paper, we explore some basic questions on the complexity of training neural networks with ReLU activation function. We show that it is NP-hard to train a two-hidden layer feedforward ReLU neural network. If dimension of the input…

计算复杂性 · 计算机科学 2020-11-05 Digvijay Boob , Santanu S. Dey , Guanghui Lan

Appropriate weight initialization settings, along with the ReLU activation function, have become cornerstones of modern deep learning, enabling the training and deployment of highly effective and efficient neural network models across…

机器学习 · 计算机科学 2024-04-02 Hyunwoo Lee , Yunho Kim , Seung Yeop Yang , Hayoung Choi

Benign overfitting refers to how over-parameterized neural networks can fit training data perfectly and generalize well to unseen data. While this has been widely investigated theoretically, existing works are limited to two-layer networks…

机器学习 · 计算机科学 2024-10-28 Shuning Shang , Xuran Meng , Yuan Cao , Difan Zou

Recently, neural networks in machine learning use rectified linear units (ReLUs) in early processing layers for better performance. Training these structures sometimes results in "dying ReLU units" with near-zero outputs. We first explore…

机器学习 · 计算机科学 2018-12-17 Scott C. Douglas , Jiutian Yu

Statistical learning theory provides bounds on the necessary number of training samples needed to reach a prescribed accuracy in a learning problem formulated over a given target class. This accuracy is typically measured in terms of a…

机器学习 · 计算机科学 2023-03-01 Julius Berner , Philipp Grohs , Felix Voigtlaender

We study the role of depth in training randomly initialized overparameterized neural networks. We give a general result showing that depth improves trainability of neural networks by improving the conditioning of certain kernel matrices of…

机器学习 · 计算机科学 2021-02-18 Naman Agarwal , Pranjal Awasthi , Satyen Kale

Recently, a spate of papers have provided positive theoretical results for training over-parameterized neural networks (where the network size is larger than what is needed to achieve low error). The key insight is that with sufficient…

机器学习 · 计算机科学 2022-03-01 Gilad Yehudai , Ohad Shamir

Neural networks have attracted a lot of attention due to its success in applications such as natural language processing and computer vision. For large scale data, due to the tremendous number of parameters in neural networks, overfitting…

机器学习 · 统计学 2022-07-05 Xiaoxi Shen , Jinghang Lin

The implicit bias induced by the training of neural networks has become a topic of rigorous study. In the limit of gradient flow and gradient descent with appropriate step size, it has been shown that when one trains a deep linear network…

机器学习 · 计算机科学 2022-04-27 Thien Le , Stefanie Jegelka

The practice of deep learning has shown that neural networks generalize remarkably well even with an extreme number of learned parameters. This appears to contradict traditional statistical wisdom, in which a trade-off between model…

机器学习 · 计算机科学 2023-02-21 Yifei Wang , Yixuan Hua , Emmanuel Candés , Mert Pilanci

Deep learning relies on good initialization schemes and hyperparameter choices prior to training a neural network. Random weight initializations induce random network ensembles, which give rise to the trainability, training speed, and…

机器学习 · 统计学 2019-10-25 Rebekka Burkholz , Alina Dubatovka

For neural networks (NNs) with rectified linear unit (ReLU) or binary activation functions, we show that their training can be accomplished in a reduced parameter space. Specifically, the weights in each neuron can be trained on the unit…

机器学习 · 统计学 2020-01-30 Tong Qin , Ling Zhou , Dongbin Xiu

We study the parameterized complexity of training two-layer neural networks with respect to the dimension of the input data and the number of hidden neurons, considering ReLU and linear threshold activation functions. Albeit the…

计算复杂性 · 计算机科学 2024-01-19 Vincent Froese , Christoph Hertrich

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
‹ 上一页 1 2 3 10 下一页 ›