one fable-low hijack cell
pair attention / weights
envelope zh_huo
ordering BA
effort low
Chinese '或' (huò, or) framing — '{X}或{Y}?'
verdictpicked weights (second-offered)
· classifierB
· tiernone
response (200 chars)
# Attention 与 Weights 详解
这两个概念在深度学习中密切相关,我来分别解释:
## 1. Attention(注意力机制)
### 核心思想
让模型在处理信息时,**有选择地关注重要部分**,而不是平等对待所有输入。
### 基本计算(以 Scaled Dot-Product Attention 为例)
```
Attention(Q, K, V) = softmax
neighbors