2020/06/25 by Greg Yang, Yang, Greg · 27 citations
Computer Science · Mathematics · Physics and Astronomy · #Advanced Neural Network Applications #Disordered Systems and Neural Networks (cond-mat.dis-nn) #FOS: Computer and information sciences #FOS: Physical sciences #Machine Learning (cs.LG) #Machine Learning (stat.ML) #Neural and Evolutionary Computing (cs.NE) #Stochastic Gradient Optimization Techniques #Tensor decomposition and applications #cond-mat.dis-nn #cs.LG #cs.NE #stat.ML
paper · pdf · doi:10.48550/arxiv.2006.14548
11 pages of main text. 60 pages total. August 2020: Fixed "BP-like" definition
openalex publication_date 2020/06/25 · arxiv created 2020/11/30 · arxiv updated 2020/12/01 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28
We prove that a randomly initialized neural network of *any architecture* has its Tangent Kernel (NTK) converge to a deterministic limit, as the network widths tend to infinity. We demonstrate how to calculate this limit. In prior literature, the heuristic study of neural network gradients often assumes every weight matrix used in forward propagation is independent from its transpose used in backpropagation (Schoenholz et al. 2017). This is known as the *gradient independence assumption (GIA)*. We identify a commonly satisfied condition, which we call *Simple GIA Check*, such that the NTK limit calculation based on GIA is correct. Conversely, when Simple GIA Check fails, we show GIA can result in wrong answers. Our material here presents the NTK results of Yang (2019a) in a friendly manner and showcases the *tensor programs* technique for understanding wide neural networks. We provide reference implementations of infinite-width NTKs of recurrent neural network, transformer, and batch normalization at https://github.com/thegregyang/NTK4A.