An Over-parameterized Exponential Regression

Abstract

Over the past few years, there has been a significant amount of research focused on studying the ReLU activation function, with the aim of achieving neural network convergence through over-parametrization. However, recent developments in the field of Large Language Models (LLMs) have sparked interest in the use of exponential activation functions, specifically in the attention mechanism. Mathematically, we define the neural function F: Rd × m × Rd → R using an exponential activation function. Given a set of data points with labels \(x1, y1), (x2, y2), …, (xn, yn)\ ⊂ Rd × R where n denotes the number of the data. Here F(W(t),x) can be expressed as F(W(t),x) := Σr=1m ar ( wr, x ), where m represents the number of neurons, and wr(t) are weights at time t. It's standard in literature that ar are the fixed weights and it's never changed during the training. We initialize the weights W(0) ∈ Rd × m with random Gaussian distributions, such that wr(0) N(0, Id) and initialize ar from random sign distribution for each r ∈ [m]. Using the gradient descent algorithm, we can find a weight W(T) such that \| F(W(T), X) - y \|2 ≤ ε holds with probability 1-δ, where ε ∈ (0,0.1) and m = (n2+o(1)(n/δ)). To optimize the over-parameterization bound m, we employ several tight analysis techniques from previous studies [Song and Yang arXiv 2019, Munteanu, Omlor, Song and Woodruff ICML 2022].

0

Turn this paper into a lesson

ArcXiv compiles a structured reading guide from this paper's metadata: plain-English importance, contributions, prerequisite concepts, which sections to read first, flashcards, and a quiz. Grounded in the abstract, never invented.

Discussion (0)

Sign in to join the discussion.

Loading comments…