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
+2 -2
View File
@@ -1,6 +1,6 @@
---
id: P-REINFORCE-AUTO-NORM-001
category: "[[10_Wiki/💡 Topics/AI]]"
category: "10_Wiki/💡 Topics/AI"
confidence_score: 0.96
tags: [auto-reinforced, normalization, data-processing, database, machine-learning, statistics]
last_reinforced: 2026-04-20
@@ -25,6 +25,6 @@ last_reinforced: 2026-04-20
- **정책 변화(RL Update)**: 단순히 0~1 사이로 맞추는 정책을 넘어, 평균 0, 표준편차 1로 만드는 '표준화(Standardization)' 정책과 구분하여 사용하며, 모델의 아키텍처 정책에 따라 적절한 기법을 선택하는 것이 엔지니어의 핵심 역량 정책이 됨.
## 🔗 지식 연결 (Graph)
- [[Deep Learning (DL)]], [[Efficiency]], [[Optimization]], [[Machine Learning (ML)]], [[Linear-Algebra]]
- Deep Learning (DL), [[Efficiency]], [[Optimization]], [[Machine Learning (ML)]], [[Linear-Algebra]]
- **Modern Tech/Tools**: Batch Normalization, Layer Norm (Transformer), RMSProp, SQL Normal forms (1NF-3NF).
---