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: [auto-reinforced, bayesian-updating, learning-mechanisms, adaptive-systems
last_reinforced: 2026-04-20
---
# [[Bayesian-Updating]]
# [[Bayesian-Updating|Bayesian-Updating]]
## 📌 한 줄 통찰 (The Karpathy Summary)
> "유연한 사고의 알고리즘: 틀릴 수 있음을 인정하고, 매 순간 들어오는 새로운 증거를 체로 걸러 기존의 세계관을 조금씩, 그러나 과학적으로 정교하게 수정해 나가는 지능의 학습 원리."
@@ -28,6 +28,6 @@ last_reinforced: 2026-04-20
- **정책 변화(RL Update)**: 사용자 인터페이스(UI) 정책에서, 사용자의 행동 패턴을 실시간으로 베이지안 업데이트하여 인터페이스의 배치나 추천 항목을 동적으로 바꾸는 '초개인화 환경 정책'이 표준이 됨.
## 🔗 지식 연결 (Graph)
- [[Bayes-Theorem]], [[Belief-Revision]], [[Active Learning]], [[Self-Correction Mechanisms]], [[Adaptive-Curation]]
- [[Bayes-Theorem|Bayes-Theorem]], [[Belief-Revision|Belief-Revision]], [[Active Learning|Active Learning]], Self-Correction Mechanisms, [[Adaptive-Curation|Adaptive-Curation]]
- **Modern Tech/Tools**: Reinforcement learning with Bayesian exploration, Online learning algorithms.
---