docs: finalized wiki integrity maintenance (v3.0 standard) - pruned 1400+ stubs and fixed 11k+ ghost links

This commit is contained in:
Antigravity Agent
2026-05-02 09:18:34 +09:00
parent c84dcb8371
commit 6445fcc05b
13150 changed files with 55394 additions and 100862 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ tags: [auto-reinforced, word-representation, embeddings, nlp, vector-space, sema
last_reinforced: 2026-04-20
---
# [[Word-Representation]]
# [[Word-Representation|Word-Representation]]
## 📌 한 줄 통찰 (The Karpathy Summary)
> "단어에 주소를 부여하기: 단순한 기호였던 단어를 수천 차원의 공간 속 좌표(Vector)로 변환하여, 단어 사이의 거리(의미적 유사성)를 기계가 수학적으로 계산하게 만드는 마술."
@@ -29,6 +29,6 @@ last_reinforced: 2026-04-20
- **정책 변화(RL Update)**: 특정 편향(Bias)이 단어 벡터 공간에 투영되어 혐오를 조장하는 부작용을 막기 위해, 학습 데이터에서 편향된 상관관계를 인위적으로 제거하는 '임베딩 공간 중립화 정책'이 적용 중임.
## 🔗 지식 연결 (Graph)
- NLP (자연어 처리), [[Similarity-Metrics]], [[Straightening]], [[Transformers]], [[Semantics & Ontology]]
- NLP (자연어 처리), [[Similarity-Metrics|Similarity-Metrics]], [[Straightening|Straightening]], [[Transformers|Transformers]], [[Semantics & Ontology|Semantics & Ontology]]
- **Modern Tech/Tools**: Word2Vec, GloVe, FastText, Hugging Face Tokenizers.
---