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-RNNN-001
category: "[[10_Wiki/💡 Topics/AI]]"
category: "10_Wiki/💡 Topics/AI"
confidence_score: 0.94
tags: [auto-reinforced, rnn, deep-learning, sequential-data, memory, time-series]
last_reinforced: 2026-04-20
@@ -25,6 +25,6 @@ last_reinforced: 2026-04-20
- **정책 변화(RL Update)**: 현재는 모든 정보를 한꺼번에 보고 중요한 곳에 집중하는 '트랜스포머(Transformer) 정책'에게 최고 자리를 내주었으나, 연산 효율 정책이 중요한 온디바이스 AI 등에서는 여전히 변형된 RNN 구조 정책(RWKV 등)이 강력한 대안 정책으로 부상 중임.
## 🔗 지식 연결 (Graph)
- [[NLP (Natural Language Processing)]], [[Deep Learning (DL)]], [[Memory-Hierarchy]], [[Logic]], [[Optimization]]
- [[NLP (Natural Language Processing)]], Deep Learning (DL), [[Memory-Hierarchy]], [[Logic]], [[Optimization]]
- **Modern Tech/Tools**: LSTM, GRU, PyTorch (nn.RNN), Sequence-to-Sequence.
---