feat: complete wikification of War Commander batch 1&2 and final grey dot cleanup
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
---
|
||||
id: ML-NB-001
|
||||
category: "[[10_Wiki/💡 Topics/AI]]"
|
||||
category: "10_Wiki/💡 Topics/AI"
|
||||
confidence_score: 1.0
|
||||
tags: [machine-learning, naive-bayes, classification, bayesian, probability, nlp]
|
||||
last_reinforced: 2026-04-26
|
||||
---
|
||||
|
||||
# [[Naive Bayes Classifiers (나이브 베이즈 분류기)]]
|
||||
# Naive Bayes Classifiers (나이브 베이즈 분류기)
|
||||
|
||||
## 📌 한 줄 통찰 (The Karpathy Summary)
|
||||
> "특징들 사이의 복잡한 관계를 '독립'이라는 단순함으로 치환하고, 베이즈 확률의 힘을 빌려 정답의 가능성을 계산하라" — 모든 특징(Feature)이 서로 독립적이라는 강한 가정 하에 베이즈 정리를 적용하여 데이터를 분류하는 확률론적 알고리즘.
|
||||
@@ -24,5 +24,5 @@ last_reinforced: 2026-04-26
|
||||
- **정책 변화:** Antigravity 프로젝트는 에이전트의 입력 쿼리를 '정보 검색', '코드 생성', '시스템 제어' 등 대분류로 빠르게 라우팅할 때, 최저 비용으로 최대 효율을 내는 가우시안 및 다항 나이브 베이즈 분류기를 병행 운용함.
|
||||
|
||||
## 🔗 지식 연결 (Graph)
|
||||
- [[Multinomial-Naive-Bayes]], [[Probability-Theory]], [[Supervised-Learning-Foundations]], [[NLP-Foundations]]
|
||||
- **Raw Source:** [[10_Wiki/Topics/AI/Naive-Bayes-Classifiers.md]]
|
||||
- [[Multinomial-Naive-Bayes]], Probability-Theory, [[Supervised-Learning-Foundations]], NLP-Foundations
|
||||
- **Raw Source:** 10_Wiki/Topics/AI/Naive-Bayes-Classifiers.md
|
||||
|
||||
Reference in New Issue
Block a user