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, language-models, nlp, probability, word-prediction, ling
last_reinforced: 2026-04-20
---
# [[Language-Models]]
# [[Language-Models|Language-Models]]
## 📌 한 줄 통찰 (The Karpathy Summary)
> "단어의 확률 지도: 이전에 나온 단어 시퀀스를 보고 다음에 어떤 단어가 올 확률이 가장 높은지 계산하여, 기계가 인간의 언어를 생성하거나 이해하게 만드는 수학적 언어 체계의 원형."
@@ -27,6 +27,6 @@ last_reinforced: 2026-04-20
- **정책 변화(RL Update)**: 단순히 텍스트만 학습하는 정책을 넘어, 시각, 청각 정보를 언어의 문법 정책으로 통합 학습하는 '멀티모달 언어 모델 정책'으로 패러다임이 확장됨. (Foundation-Models와 연결)
## 🔗 지식 연결 (Graph)
- [[Large Language Models (LLM)]], Transformer (트랜스포머), [[HCI (Human-Computer Interaction)]], [[Foundation-Models]], Deep Learning (DL)
- [[Large Language Models (LLM)|Large Language Models (LLM)]], Transformer (트랜스포머), [[HCI (Human-Computer Interaction)|HCI (Human-Computer Interaction)]], [[Foundation-Models|Foundation-Models]], Deep Learning (DL)
- **Modern Tech/Tools**: BERT, Word2Vec, GloVe, GPT series, Tokenizers.
---