paper-with-me

홈 › Papers

Generalisation dynamics of online learning in over-parameterised neural networks

2019-01-25 · Sebastian Goldt, Madhu S. Advani, Andrew M. Saxe, Florent Krzakala, Lenka Zdeborová

Deep neural networks achieve stellar generalisation on a variety of problems, despite often being large enough to easily fit all their training data. Here we study the generalisation dynamics of two-layer neural networks in a teacher-student setup, where one network, the student, is trained using stochastic gradient descent (SGD) on data generated by another network, called the teacher. We show how for this problem, the dynamics of SGD are captured by a set of differential equations. In particular, we demonstrate analytically that the generalisation error of the student increases linearly with the network size, with other relevant parameters held constant. Our results indicate that achieving good generalisation in neural networks depends on the interplay of at least the algorithm, its learning rate, the model architecture, and the data set.

📄 PDF Abstract BibTeX arXiv:1901.09085

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

Dynamics of stochastic gradient descent for two-layer neural networks in the teacher-student setup

2019-06-18 · NeurIPS 2019 12 · Sebastian Goldt, Madhu S. Advani, Andrew M. Saxe, Florent Krzakala 외

Deep neural networks achieve stellar generalisation even when they have enough parameters to easily fit all their training data. We study this phenomenon by analysing the dynamics and the performance of over-parameterise…

Parametric Taylor series based latent dynamics identification neural networks

2024-10-05 · Xinlei Lin, Dunhui Xiao

Numerical solving parameterised partial differential equations (P-PDEs) is highly practical yet computationally expensive, driving the development of reduced-order models (ROMs). Recently, methods that combine latent spa…

Dynamic neural networks

Addressing Bias in Active Learning with Depth Uncertainty Networks... or Not

2021-12-13 · NeurIPS Workshop ICBINB 2021 12 · Chelsea Murray, James U. Allingham, Javier Antorán, José Miguel Hernández-Lobato

Farquhar et al. [2021] show that correcting for active learning bias with underparameterised models leads to improved downstream performance. For overparameterised models such as NNs, however, correction leads either to …

Active Learning

Learning Compact Neural Networks with Deep Overparameterised Multitask Learning

2023-08-25 · Shen Ren, Haosen Shi

Compact neural network offers many benefits for real-world applications. However, it is usually challenging to train the compact neural networks with small parameter sizes and low computational costs to achieve the same …

Stability & Generalisation of Gradient Descent for Shallow Neural Networks without the Neural Tangent Kernel

2021-07-27 · NeurIPS 2021 12 · Dominic Richards, Ilja Kuzborskij

We revisit on-average algorithmic stability of GD for training overparameterised shallow neural networks and prove new generalisation and excess risk bounds without the NTK or PL assumptions. In particular, we show oracl…