paper-with-me

Papers

Approximation results for Gradient Descent trained Shallow Neural Networks in $1d$

2022-09-17 · R. Gentile, G. Welper

Two aspects of neural networks that have been extensively studied in the recent literature are their function approximation properties and their training by gradient descent methods. The approximation problem seeks accurate approximations with a minimal number of weights. In most of the current literature these weights are fully or partially hand-crafted, showing the capabilities of neural networks but not necessarily their practical performance. In contrast, optimization theory for neural networks heavily relies on an abundance of weights in over-parametrized regimes. This paper balances these two demands and provides an approximation result for shallow networks in $1d$ with non-convex weight optimization by gradient descent. We consider finite width networks and infinite sample limits, which is the typical setup in approximation theory. Technically, this problem is not over-parametrized, however, some form of redundancy reappears as a loss in approximation rate compared to best possible rates.

📄 PDF Abstract BibTeX arXiv:2209.08399

Code (1)

rustygentile/approx-trained 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Deep Equals Shallow for ReLU Networks in Kernel Regimes

2020-09-30 · ICLR 2021 1 · Alberto Bietti, Francis Bach

Deep networks are often considered to be more expressive than shallow ones in terms of approximation. Indeed, certain functions can be approximated by deep networks provably more efficiently than by shallow ones, however…

Quantitative convergence of trained single layer neural networks to Gaussian processes

2025-09-29 · Eloy Mosig, Andrea Agazzi, Dario Trevisan arxiv

In this paper, we study the quantitative convergence of shallow neural networks trained via gradient descent to their associated Gaussian processes in the infinite-width limit. While previous work has established qualita…

Gaussian Processes

Convergence analysis of wide shallow neural operators within the framework of Neural Tangent Kernel

2024-12-07 · Xianliang Xu, Ye Li, Zhongyi Huang

Neural operators are aiming at approximating operators mapping between Banach spaces of functions, achieving much success in the field of scientific computing. Compared to certain deep learning-based solvers, such as Phy…

The Implicit Bias of Minima Stability in Multivariate Shallow ReLU Networks

2023-06-30 · Mor Shpigel Nacson, Rotem Mulayoff, Greg Ongie, Tomer Michaeli 외

We study the type of solutions to which stochastic gradient descent converges when used to train a single hidden-layer multivariate ReLU network with the quadratic loss. Our results are based on a dynamical stability ana…

Approximation and Gradient Descent Training with Neural Networks

2024-05-19 · G. Welper

It is well understood that neural networks with carefully hand-picked weights provide powerful function approximation and that they can be successfully trained in over-parametrized regimes. Since over-parametrization ens…