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-LORE-001
category: "[[10_Wiki/💡 Topics/AI]]"
category: "10_Wiki/💡 Topics/AI"
confidence_score: 0.98
tags: [auto-reinforced, logistic-regression, classification, machine-learning, statistics, sigmoid]
last_reinforced: 2026-04-20
@@ -25,6 +25,6 @@ last_reinforced: 2026-04-20
- **정책 변화(RL Update)**: 알고리즘의 투명성 정책이 강조됨에 따라, 딥러닝보다 작동 원리 파악이 쉬운 로지스틱 회귀를 의료나 금융 등 '설명 가능한 AI'가 필요한 영역 정책에서 여전히 강력히 권장함. (Explainable-AI (XAI)와 연결)
## 🔗 지식 연결 (Graph)
- [[Gradient-Descent]], [[Explainable-AI (XAI)]], [[Machine Learning (ML)]], [[Deep Learning (DL)]], [[Optimization]]
- [[Gradient-Descent]], [[Explainable-AI (XAI)]], [[Machine Learning (ML)]], Deep Learning (DL), [[Optimization]]
- **Modern Tech/Tools**: Scikit-learn (LogisticRegression), Sigmoid function, Maximum likelihood estimation.
---