feat: complete wikification of War Commander batch 1&2 and final grey dot cleanup
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
---
|
||||
id: ML-SVM-001
|
||||
category: "[[10_Wiki/💡 Topics/AI]]"
|
||||
category: "10_Wiki/💡 Topics/AI"
|
||||
confidence_score: 1.0
|
||||
tags: [machine-learning, svm, kernel-methods, optimization, classification, kernel-trick]
|
||||
last_reinforced: 2026-04-26
|
||||
---
|
||||
|
||||
# [[Kernel Methods and SVMs (커널 메서드와 SVM)]]
|
||||
# Kernel Methods and SVMs (커널 메서드와 SVM)
|
||||
|
||||
## 📌 한 줄 통찰 (The Karpathy Summary)
|
||||
> "데이터를 더 높은 차원으로 끌어올려 복잡하게 얽힌 실타래를 한 칼에 베어버리는 최적의 경계선을 찾아라" — 데이터를 고차원 공간으로 매핑하여 비선형적인 관계를 선형적으로 분리 가능하게 만드는 '커널 트릭'과, 두 클래스 사이의 거리(Margin)를 최대화하는 'SVM'의 결합.
|
||||
@@ -25,4 +25,4 @@ last_reinforced: 2026-04-26
|
||||
|
||||
## 🔗 지식 연결 (Graph)
|
||||
- [[Supervised-Learning-Foundations]], [[Inner-Product-Spaces]], [[Dimensionality-Reduction]], [[Global-vs-Local-Optima]]
|
||||
- **Raw Source:** [[10_Wiki/Topics/AI/Kernel-Methods-and-SVMs.md]]
|
||||
- **Raw Source:** 10_Wiki/Topics/AI/Kernel-Methods-and-SVMs.md
|
||||
|
||||
Reference in New Issue
Block a user