paper-with-me

홈 › Papers

Agnostic Learning of General ReLU Activation Using Gradient Descent

2022-08-04 · Pranjal Awasthi, Alex Tang, Aravindan Vijayaraghavan

We provide a convergence analysis of gradient descent for the problem of agnostically learning a single ReLU function with moderate bias under Gaussian distributions. Unlike prior work that studies the setting of zero bias, we consider the more challenging scenario when the bias of the ReLU function is non-zero. Our main result establishes that starting from random initialization, in a polynomial number of iterations gradient descent outputs, with high probability, a ReLU function that achieves an error that is within a constant factor of the optimal error of the best ReLU function with moderate bias. We also provide finite sample guarantees, and these techniques generalize to a broader class of marginal distributions beyond Gaussians.

📄 PDF Abstract BibTeX arXiv:2208.02711

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Agnostic Learning of a Single Neuron with Gradient Descent

2020-05-29 · NeurIPS 2020 12 · Spencer Frei, Yuan Cao, Quanquan Gu

We consider the problem of learning the best-fitting single neuron as measured by the expected square loss $\mathbb{E}_{(x,y)\sim \mathcal{D}}[(\sigma(w^\top x)-y)^2]$ over some unknown joint distribution $\mathcal{D}$ b…

PAC learning

Implicit Bias of Gradient Descent for Two-layer ReLU and Leaky ReLU Networks on Nearly-orthogonal Data

2023-10-29 · NeurIPS 2023 11

The implicit bias towards solutions with favorable properties is believed to be a key reason why neural networks trained by gradient-based optimization can generalize well. While the implicit bias of gradient flow has be…

Agnostic Learning of Arbitrary ReLU Activation under Gaussian Marginals

2024-11-21 · Anxin Guo, Aravindan Vijayaraghavan

We consider the problem of learning an arbitrarily-biased ReLU activation (or neuron) over Gaussian marginals with the squared loss objective. Despite the ReLU neuron being the basic building block of modern neural netwo…

Globally Optimal Gradient Descent for a ConvNet with Gaussian Inputs

2017-02-26 · ICML 2017 8 · Alon Brutzkus, Amir Globerson

Deep learning models are often successfully trained using gradient descent, despite the worst case hardness of the underlying non-convex optimization problem. The key question is then under what conditions can one prove …

Optimal Rates for Generalization of Gradient Descent for Deep ReLU Classification

2025-10-03 · Yuanfan Li, Yunwen Lei, Zheng-Chu Guo, Yiming Ying arxiv

Recent advances have significantly improved our understanding of the generalization performance of gradient descent (GD) methods in deep neural networks. A natural and fundamental question is whether GD can achieve gener…