docs: finalized wiki integrity maintenance (v3.0 standard) - pruned 1400+ stubs and fixed 11k+ ghost links

This commit is contained in:
Antigravity Agent
2026-05-02 09:18:34 +09:00
parent c84dcb8371
commit 6445fcc05b
13150 changed files with 55394 additions and 100862 deletions
@@ -6,7 +6,7 @@ tags: [auto-reinforced, dcgan, generative-adversarial-networks, computer-vision,
last_reinforced: 2026-04-20
---
# [[Deep-Convolutional-GANs]]
# [[Deep-Convolutional-GANs|Deep-Convolutional-GANs]]
## 📌 한 줄 통찰 (The Karpathy Summary)
> "눈을 가진 생성기: 초기 GAN의 불안정성을 합성곱 신경망(CNN) 구조로 극복하여, AI가 픽셀의 단순 조합을 넘어 사물의 기하학적 형태와 질감을 이해하고 진짜 같은 이미지를 그려내게 만든 현대 생성 AI의 선조."
@@ -26,6 +26,6 @@ DCGAN(Deep-Convolutional-GANs)은 GAN 아키텍처에 CNN을 도입하여 이미
- **정책 변화(RL Update)**: 현재는 확산 모델(Diffusion Models) 정책에 밀려 주류에서 물러났으나, 실시간 이미지 변환 정책이나 특정 도메인 데이터 증강 정책 등에서는 여전히 효율적인 선택지로 쓰임.
## 🔗 지식 연결 (Graph)
- [[Representation-Learning]], [[Reliability]], Deep Learning (DL), [[Feature-Engineering]], [[Research]]
- [[Representation-Learning|Representation-Learning]], [[Reliability|Reliability]], Deep Learning (DL), [[Feature-Engineering|Feature-Engineering]], [[Research|Research]]
- **Key Milestones**: Vector Arithmetic in Feature Space.
---