feat: complete wikification of War Commander batch 1&2 and final grey dot cleanup
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
---
|
||||
id: MATH-MATRIX-OPS-001
|
||||
category: "[[10_Wiki/💡 Topics/AI]]"
|
||||
category: "10_Wiki/💡 Topics/AI"
|
||||
confidence_score: 1.0
|
||||
tags: [math, ai, deep-learning, matrix-operations, gpu-computing, linear-algebra]
|
||||
last_reinforced: 2026-04-26
|
||||
---
|
||||
|
||||
# [[Matrix Operations and AI (행렬 연산과 AI)]]
|
||||
# Matrix Operations and AI (행렬 연산과 AI)
|
||||
|
||||
## 📌 한 줄 통찰 (The Karpathy Summary)
|
||||
> "복잡한 사고의 과정을 거대한 숫자의 행렬 연산으로 치환하여, 병렬 연산의 압도적 속도로 지능을 구현하라" — 신경망의 순전파(Forward)와 역전파(Backward) 과정에서 발생하는 수조 번의 데이터 변환을 행렬의 곱셈과 덧셈으로 통합하여 처리하는 AI의 물리적 실체.
|
||||
@@ -24,5 +24,5 @@ last_reinforced: 2026-04-26
|
||||
- **정책 변화:** Antigravity 프로젝트는 대규모 벡터 검색 및 임베딩 연산 시, 행렬 연산의 병렬성을 극대화할 수 있는 배치 크기와 데이터 정렬 방식을 채택하여 추론 지연 시간을 최소화함.
|
||||
|
||||
## 🔗 지식 연결 (Graph)
|
||||
- [[Linear-Algebra-Foundations]], [[GPU-Architecture-for-AI]], [[JIT-Compilation-in-AI-Engines]], [[Deep-Learning-Foundations]]
|
||||
- **Raw Source:** [[10_Wiki/Topics/AI/Matrix-Operations-and-AI.md]]
|
||||
- [[Linear-Algebra-Foundations]], GPU-Architecture-for-AI, [[JIT-Compilation-in-AI-Engines]], Deep-Learning-Foundations
|
||||
- **Raw Source:** 10_Wiki/Topics/AI/Matrix-Operations-and-AI.md
|
||||
|
||||
Reference in New Issue
Block a user