Learn Before
Classification

Types of Language Models

Language models can be classified by the technique used to estimate the probability of a token sequence. Statistical language models, most notably n-gram models, estimate this probability from smoothed relative-frequency counts in a training corpus. Neural language models instead use a neural network to estimate token probabilities; this category includes recurrent architectures (RNNs) and their extensions such as LSTMs and GRUs, as well as architectures built on word-embedding representations, such as BERT, ELMo, and GPT-2.

0

2

Updated 2026-07-10

Tags

Data Science