feat: complete wikification of War Commander batch 1&2 and final grey dot cleanup
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
---
|
||||
id: DL-MLP-001
|
||||
category: "[[10_Wiki/💡 Topics/AI]]"
|
||||
category: "10_Wiki/💡 Topics/AI"
|
||||
confidence_score: 1.0
|
||||
tags: [ai, deep-learning, mlp, neural-networks, backpropagation, foundations]
|
||||
last_reinforced: 2026-04-26
|
||||
---
|
||||
|
||||
# [[Multilayer Perceptron (MLP, 다층 퍼셉트론)]]
|
||||
# Multilayer Perceptron (MLP, 다층 퍼셉트론)
|
||||
|
||||
## 📌 한 줄 통찰 (The Karpathy Summary)
|
||||
> "단순한 선형적 판단을 넘어, 비선형의 층(Hidden Layers)을 쌓아 세상의 복잡한 비논리를 논리적으로 해체하라" — 여러 개의 퍼셉트론 레이어를 쌓고 비선형 활성화 함수를 결합하여 임의의 복잡한 함수를 근사할 수 있는 가장 기본적인 심층 신경망 구조.
|
||||
@@ -25,5 +25,5 @@ last_reinforced: 2026-04-26
|
||||
- **정책 변화:** Antigravity 프로젝트는 에이전트의 상황 판단 모듈이나 가벼운 특징 분류기 설계 시, 구조적 단순함과 범용성을 갖춘 MLP 아키텍처를 우선적으로 활용함.
|
||||
|
||||
## 🔗 지식 연결 (Graph)
|
||||
- [[Deep-Learning-Foundations]], [[Backpropagation-Foundations]], [[Activation-Functions]], [[Softmax-Regression-and-Classification]]
|
||||
- **Raw Source:** [[10_Wiki/Topics/AI/Multilayer-Perceptron-MLP.md]]
|
||||
- Deep-Learning-Foundations, Backpropagation-Foundations, Activation-Functions, Softmax-Regression-and-Classification
|
||||
- **Raw Source:** 10_Wiki/Topics/AI/Multilayer-Perceptron-MLP.md
|
||||
|
||||
Reference in New Issue
Block a user