Learn Before
Definition

Value Matrix from a Sliding Window

The notation V[inc+1,i]\mathbf{V}_{[i-n_c+1,i]} represents a matrix created by vertically stacking a sequence of value vectors within a sliding window. This matrix contains the value vectors from index inc+1i-n_c+1 to the current index ii, capturing the ncn_c most recent values. It is formally defined as: V[inc+1,i]=[vinc+1vi]\mathbf{V}_{[i-n_c+1,i]} = \begin{bmatrix} \mathbf{v}_{i-n_c+1} \\ \vdots \\ \mathbf{v}_i \end{bmatrix}

Image 0

0

1

Updated 2026-05-02

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