Concept

Indexed Sequence Notation

Indexed notation is commonly used to represent a subsequence of elements, such as vectors. A sequence starting from index mm and ending at index lenlen is written as xm,xm+1,,xlen1,xlenx_m, x_{m+1}, \dots, x_{len-1}, x_{len}. In the context of sequence models, this notation is frequently used for different components. For instance, a sequence of hidden states is often denoted as hm,hm+1,,hlenh_m, h_{m+1}, \dots, h_{len}, while a sequence of embeddings might be represented as em,em+1,,elen\mathbf{e}_m, \mathbf{e}_{m+1}, \dots, \mathbf{e}_{len}.

Image 0

0

1

Updated 2026-01-15

Contributors are:

Who are from:

Tags

Ch.2 Generative Models - Foundations of Large Language Models

Foundations of Large Language Models

Foundations of Large Language Models Course

Computing Sciences