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: [AI, ModelCompression, Optimization, Efficiency]
last_reinforced: 2026-04-20
---
# [[Model-Compression]] (모델 압축)
# [[Model-Compression|Model-Compression]] (모델 압축)
## 📌 한 줄 통찰 (The Karpathy Summary)
> "거대 모델의 근육은 유지하고 지방(중복)만 걷어내어 스마트폰에 쑤셔 넣는 기술." 높은 성능을 내는 육중한 모델을 작은 용량과 빠른 속도로 변환하여, 클라우드가 없는 환경에서도 원활하게 작동하게 만드는 경량화 전략이다.
@@ -23,5 +23,5 @@ last_reinforced: 2026-04-20
- 압축이 너무 심하면 모델의 '상식'이나 '희귀 케이스 대응력'이 급격히 무너지는 현상(Performance Degradation)이 발생한다. 최근에는 단순히 압축하는 것을 넘어, 압축된 상태에서 다시 훈련시켜 성능을 복원하는 'Quantization-aware Training'이 대규모 언어 모델 서빙의 필수 기술이 되었다.
## 🔗 지식 연결 (Graph)
- Related: [[Knowledge-Distillation]] , Low-Rank Adaptation (LoRA)
- Related: [[Knowledge-Distillation|Knowledge-Distillation]] , Low-Rank Adaptation (LoRA)
- Hardware: Edge-AI