[G1-Sync] Manual knowledge update

This commit is contained in:
Antigravity Agent
2026-04-30 22:42:02 +09:00
parent 0bd4f19e38
commit c36c0644a1
4888 changed files with 18470 additions and 18602 deletions
@@ -6,7 +6,7 @@ tags: [machine-learning, decision-tree, random-forest, ensemble, classification]
last_reinforced: 2026-04-26
---
# Decision Trees and Random Forests (의사결정 나무와 랜덤 포레스트)
# [[Decision Tree]]s and Random Forests (의사결정 나무와 랜덤 포레스트)
## 📌 한 줄 통찰 (The Karpathy Summary)
> "데이터를 예/아니오의 질문으로 쪼개고, 수많은 나무의 의견을 모아 정확한 결론을 내려라" — 직관적인 규칙 기반 분류기인 의사결정 나무와, 여러 나무의 예측을 결합하여 과적합을 방지하고 성능을 극대화한 앙상블 모델인 랜덤 포레스트.