[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
+3 -3
View File
@@ -1,8 +1,8 @@
---
id: P-REINFORCE-AUTO-BOW-001
id: [[P-Reinforce]]-AUTO-BOW-001
category: "10_Wiki/💡 Topics/AI"
confidence_score: 0.95
tags: [auto-reinforced, bag-of-words, nlp, text-mining, feature-extraction, classic-ai]
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.
---