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-AUTO-SSGD-001
category: "[[10_Wiki/💡 Topics/AI]]"
category: "10_Wiki/💡 Topics/AI"
confidence_score: 0.99
tags: [auto-reinforced, machine-learning, optimization, sgd, gradient-descent, math-of-ai]
last_reinforced: 2026-04-20
---
# [[Stochastic Gradient Descent (SGD)]]
# Stochastic Gradient Descent (SGD)
## 📌 한 줄 통찰 (The Karpathy Summary)
> "가장 가파른 길을 찾아 조금씩 내려가기: 방대한 데이터를 한꺼번에 보지 않고, 단 한 개(또는 소수)의 데이터씩 번갈아 보며 모델의 오차를 줄이는 최단 경로를 확률적으로 탐색하는 딥러닝의 심장."
@@ -30,6 +30,6 @@ last_reinforced: 2026-04-20
- **정책 변화(RL Update)**: 학습의 효율성과 탄소 배출량이 직결됨에 따라, 더 적은 반복(Iteration)으로 더 빨리 수렴하는 '고효율 SGD 변형 알고리즘' 채택 및 분산 학습 정책이 최우선 기술 정책으로 부임함.
## 🔗 지식 연결 (Graph)
- [[Calculus]], [[Linear Algebra]], [[Reinforcement Learning (RL)]], [[Complex Adaptive Systems]], [[Robotics]]
- Calculus, Linear Algebra, [[Reinforcement Learning (RL)]], Complex Adaptive Systems, [[Robotics]]
- **Modern Tech/Tools**: PyTorch torch.optim, AdamW optimization.
---