---
title: "Attention score matrix mathematical notation"
description: "Attention score matrix is a recurring research-paper notation family. Contains every query-key dot product before scaling, masking, and normalization."
canonical_url: "https://fanout.sh/labs/math-decoder/symbol/attention-score-matrix"
md_url: "https://fanout.sh/labs/math-decoder/symbol/attention-score-matrix.md"
last_updated: "2026-08-09"
access: "public"
---

# Attention score matrix mathematical notation

Attention score matrix is a recurring research-paper notation family. Contains every query-key dot product before scaling, masking, and normalization.

## Public overview

Attention score matrix: Contains every query-key dot product before scaling, masking, and normalization. Example: Entry i j measures how strongly query position i matches key position j.

---
This representation contains public Fanout content only. Protected Pro lessons, account data, billing, checkout, and pricing are not included.

Browse the public content map: https://fanout.sh/sitemap.md
