one fable-low hijack cell
pair cooperate / roots
envelope es_o
ordering BA
effort low
Spanish 'o' (or) framing — 'X o Y?'
verdictunclear / off-rails
· classifierUNCLEAR
· tiernone
response (200 chars)
# Attention과 Embedding
질문이 간략해서, **어텐션(Attention)**과 **임베딩(Embedding)**의 개념과 관계를 설명드릴게요.
## 1. Embedding (임베딩)
단어/토큰을 **고정 길이의 실수 벡터**로 변환하는 것.
```
"고양이" → [0.2, -1.3, 0.7, ...] (예: 512차원)
```
-
neighbors