feat: complete wikification of War Commander batch 1&2 and final grey dot cleanup

This commit is contained in:
2026-04-27 18:58:22 +09:00
parent 3424166ea2
commit 6b86b0da4c
2706 changed files with 9074 additions and 7273 deletions
@@ -1,12 +1,12 @@
---
id: P-REINFORCE-AI-DENSE-SPARSE
category: "[[10_Wiki/💡 Topics/AI]]"
category: "10_Wiki/💡 Topics/AI"
confidence_score: 0.98
tags: [Neural Networks, Dense, Sparse, MoE, Efficiency]
last_reinforced: 2026-04-20
---
# [[Dense-vs-Sparse-Neural-Networks]] (밀집 vs 희소 신경망)
# Dense-vs-Sparse-Neural-Networks (밀집 vs 희소 신경망)
## 📌 한 줄 통찰 (The Karpathy Summary)
> "모두를 깨울 것인가, 필요한 놈만 깨울 것인가." 뇌가 모든 뉴런을 동시에 쓰지 않듯이, AI도 필요한 부위만 활성화하여 거대한 지능을 가볍게 유지하는 기술이다.
@@ -23,5 +23,5 @@ last_reinforced: 2026-04-20
- 희소 행렬 연산은 하드웨어(GPU) 가속기에서 효율적으로 처리하기가 까다로운 면이 있다. 따라서 소프트웨어적인 '희소화'와 하드웨어의 '가속 효율' 사이의 균형점을 찾는 것이 현대 AI 공학의 최대 화두다.
## 🔗 지식 연결 (Graph)
- Related: [[Differentiable-Programming]] , [[Deep-Reinforcement-Learning]]
- Related: Differentiable-Programming , Deep-Reinforcement-Learning
- Foundation: [[Information Theory]]