feat: complete wikification of War Commander batch 1&2 and final grey dot cleanup
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
---
|
||||
id: OPT-GRAD-001
|
||||
category: "[[10_Wiki/💡 Topics/AI]]"
|
||||
category: "10_Wiki/💡 Topics/AI"
|
||||
confidence_score: 1.0
|
||||
tags: [ai, optimization, mathematics, gradient-descent, machine-learning]
|
||||
last_reinforced: 2026-04-26
|
||||
---
|
||||
|
||||
# [[Gradient Descent Foundations (경사 하강법 기초)]]
|
||||
# Gradient Descent Foundations (경사 하강법 기초)
|
||||
|
||||
## 📌 한 줄 통찰 (The Karpathy Summary)
|
||||
> "어둠 속에서 지형의 기울기만을 느끼며 가장 낮은 골짜기를 향해 끈기 있게 내려가라" — 모델의 예측값과 실제값 사이의 오차(Loss)를 정의하고, 이 오차를 최소화하는 방향으로 파라미터를 점진적으로 수정해 나가는 인공지능 학습의 근본 알고리즘.
|
||||
@@ -27,5 +27,5 @@ last_reinforced: 2026-04-26
|
||||
- [[Global-vs-Local-Optima]] 문서와 연계하여, 지역 최적해의 함정을 피하는 것이 경사 하강법 운영의 핵심 기술임.
|
||||
|
||||
## 🔗 지식 연결 (Graph)
|
||||
- [[Backpropagation]], [[Global-vs-Local-Optima]], [[Deep-Learning-Foundations]], [[Mathematics-for-AI]]
|
||||
- **Raw Source:** [[10_Wiki/Topics/AI/Gradient-Descent.md]]
|
||||
- [[Backpropagation]], [[Global-vs-Local-Optima]], Deep-Learning-Foundations, Mathematics-for-AI
|
||||
- **Raw Source:** 10_Wiki/Topics/AI/Gradient-Descent.md
|
||||
|
||||
Reference in New Issue
Block a user