docs: finalized wiki integrity maintenance (v3.0 standard) - pruned 1400+ stubs and fixed 11k+ ghost links

This commit is contained in:
Antigravity Agent
2026-05-02 09:18:34 +09:00
parent c84dcb8371
commit 6445fcc05b
13150 changed files with 55394 additions and 100862 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ tags: [auto-reinforced, sequence-modeling, rnn, lstm, transformer, time-series,
last_reinforced: 2026-04-20
---
# [[Sequence-Modeling]]
# [[Sequence-Modeling|Sequence-Modeling]]
## 📌 한 줄 통찰 (The Karpathy Summary)
> "흐름의 수학적 포착: 단어나 음성, 주가처럼 시간의 순서가 중요한 '연속적인 데이터' 속에서 앞의 내용이 뒤에 어떤 영향을 주는지 맥락을 파악하고 다음에 올 내용을 예측하는 지능형 시계열 엔진."
@@ -27,6 +27,6 @@ last_reinforced: 2026-04-20
- **정책 변화(RL Update)**: 이제는 텍스트를 넘어 유전체 서열(DNA)이나 로봇의 관절 움직임 정책까지 시퀀스로 모델링하여 생명과 물리 법칙 정책을 학습하는 단계에 도달함.
## 🔗 지식 연결 (Graph)
- [[RNN]], [[Parallel-Processing]], Deep Learning (DL), [[Representation-Learning]], [[Optimization]]
- [[RNN|RNN]], [[Parallel-Processing|Parallel-Processing]], Deep Learning (DL), [[Representation-Learning|Representation-Learning]], [[Optimization|Optimization]]
- **Modern Tech/Tools**: PyTorch, TensorFlow, Hugging Face, Attention mechanism.
---