TL;DR
This paper compares various training and sampling schemes for character-level recurrent neural networks, analyzing their effects on training stability, performance, and efficiency across different datasets and architectures.
Contribution
It provides a comprehensive overview and empirical evaluation of multiple training and sampling schemes, highlighting their trade-offs and offering practical recommendations.
Findings
Transferring hidden states can cause unstable training depending on the dataset.
Choice of training and sampling schemes affects stability, performance, and efficiency.
Recommendations depend on specific trade-offs like training stability and implementation effort.
Abstract
Recurrent neural networks are nowadays successfully used in an abundance of applications, going from text, speech and image processing to recommender systems. Backpropagation through time is the algorithm that is commonly used to train these networks on specific tasks. Many deep learning frameworks have their own implementation of training and sampling procedures for recurrent neural networks, while there are in fact multiple other possibilities to choose from and other parameters to tune. In existing literature this is very often overlooked or ignored. In this paper we therefore give an overview of possible training and sampling schemes for character-level recurrent neural networks to solve the task of predicting the next token in a given sequence. We test these different schemes on a variety of datasets, neural network architectures and parameter settings, and formulate a number of…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
