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-BOW-001
category: "[[10_Wiki/💡 Topics/AI]]"
category: "10_Wiki/💡 Topics/AI"
confidence_score: 0.95
tags: [auto-reinforced, bag-of-words, nlp, text-mining, feature-extraction, classic-ai]
last_reinforced: 2026-04-20
@@ -28,6 +28,6 @@ Bag of Words(BoW)는 텍스트 데이터를 머신러닝 알고리즘이 이해
- **정책 변화(RL Update)**: 아주 가벼운 스팸 분류 시스템이나 초기 단계의 데이터 탐색 정책에서는 연산 비용이 극도로 낮은 BoW 정책이 여전히 실무적인 경제성 정책으로 선호됨.
## 🔗 지식 연결 (Graph)
- [[Natural Language Processing (NLP)]], [[Word-Representation]], [[Attention Mechanisms]], [[Pattern Recognition]], [[Technical-Architecture]]
- Natural Language Processing (NLP), [[Word-Representation]], [[Attention Mechanisms]], Pattern Recognition, [[Technical-Architecture]]
- **Modern Tech/Tools**: Scikit-learn CountVectorizer, NLTK, Gensim.
---