[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
@@ -2,7 +2,7 @@
id: MATH-MATRIX-OPS-001
category: "10_Wiki/💡 Topics/AI"
confidence_score: 1.0
tags: [math, ai, deep-learning, matrix-operations, gpu-computing, linear-algebra]
tags: [math, ai, [[Deep-Learning]], matrix-[[Opera]]tions, gpu-computing, [[Linear-Algebra]]]
last_reinforced: 2026-04-26
---
@@ -12,7 +12,7 @@ last_reinforced: 2026-04-26
> "복잡한 사고의 과정을 거대한 숫자의 행렬 연산으로 치환하여, 병렬 연산의 압도적 속도로 지능을 구현하라" — 신경망의 순전파(Forward)와 역전파(Backward) 과정에서 발생하는 수조 번의 데이터 변환을 행렬의 곱셈과 덧셈으로 통합하여 처리하는 AI의 물리적 실체.
## 📖 구조화된 지식 (Synthesized Content)
- **추출된 패턴:** "Parallel Data Transformation" — 개별 데이터를 하나씩 처리하는 대신, 수천 개의 데이터를 하나의 행렬로 묶어(Batching) 동시에 연산함으로써 CPU의 순차 처리를 넘어 GPU의 병렬 처리 잠재력을 극대화하는 패턴.
- **추출된 패턴:** "Parallel Data Transformation" — 개별 데이터를 하나씩 처리하는 대신, 수천 개의 데이터를 하나의 행렬로 묶어([[Batching]]) 동시에 연산함으로써 CPU의 순차 처리를 넘어 GPU의 병렬 처리 잠재력을 극대화하는 패턴.
- **핵심 연산:**
- **Matrix Multiplication (Dot Product):** 입력 데이터와 가중치 사이의 상호작용을 계산하여 특징을 추출하는 가장 빈번한 연산.
- **Element-wise Operations:** 활성화 함수 적용 시 각 요소별로 독립적인 연산 수행.
@@ -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
- [[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