[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
+2 -2
View File
@@ -2,7 +2,7 @@
id: AI-PERCEPT-001
category: "10_Wiki/💡 Topics/AI"
confidence_score: 1.0
tags: [ai, deep-learning, perceptron, roseblatt, history, neural-networks, linear-classifier]
tags: [ai, [[Deep-Learning]], perceptron, roseblatt, history, neural-networks, linear-classifier]
last_reinforced: 2026-04-26
---
@@ -16,7 +16,7 @@ last_reinforced: 2026-04-26
- **역사적 의의와 한계:**
- **First Wave:** 1950년대 인공지능 낙관론의 중심.
- **XOR Problem:** 단층 퍼셉트론은 선형적으로 분리되지 않는 데이터(XOR 등)를 학습할 수 없다는 마빈 민스키의 비판으로 인해 AI의 첫 번째 암흑기 유발.
- **Legacy:** 이 한계를 극복하기 위해 다층 퍼셉트론(MLP)과 오차 역전파(Backpropagation)가 등장하며 현대 딥러닝의 토대가 됨.
- **Legacy:** 이 한계를 극복하기 위해 다층 퍼셉트론(MLP)과 오차 역전파([[Backpropagation]])가 등장하며 현대 딥러닝의 토대가 됨.
- **의의:** 신경망의 가장 원초적인 단위로서, 현대의 복잡한 딥러닝 아키텍처 역시 이 단순한 퍼셉트론들이 수없이 연결되어 만들어진 거대한 지능임을 상기시킴.
## ⚠️ 모순 및 업데이트 (Contradictions & RL Update)