Learn Before
Concept
RNN-Based Character-Level Language Models
Recurrent neural networks (RNNs) can be utilized to construct character-level language models. In this architecture, the RNN processes a sequence of text by taking the current and all previous characters as context to predict the immediate next character at each time step. The recurrent nature of the network allows the historical information of the text sequence to be retained and used for these character-by-character predictions.
0
1
Updated 2026-05-14
Tags
D2L
Dive into Deep Learning @ D2L