[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
@@ -1,5 +1,5 @@
---
id: P-REINFORCE-AUTO-SEED-001
id: [[P-Reinforce]]-AUTO-SEED-001
category: "10_Wiki/💡 Topics/AI"
confidence_score: 0.91
tags: [auto-reinforced, seed, reproducibility, randomness, initialization, deterministic-ai]
@@ -15,8 +15,8 @@ last_reinforced: 2026-04-20
시드(Seed)는 난수 생성기(Random Number Generator)를 초기화하는 데 사용되는 시작 숫자입니다.
1. **AI에서의 역할**:
* **Reproducibility**: 똑같은 시드를 쓰면, 복잡한 신경망 초기화나 데이터 셔플링 결과가 항상 똑같아짐. (Scientific-Method와 연결)
* **Comparison**: 실험 A와 B를 비교할 때 '운'의 요소를 제거하고 순수하게 기법의 차이만 측정 가능. (Reliability와 연결)
* **Reproducibility**: 똑같은 시드를 쓰면, 복잡한 신경망 초기화나 데이터 셔플링 결과가 항상 똑같아짐. ([[Scientific-Method]]와 연결)
* **Comparison**: 실험 A와 B를 비교할 때 '운'의 요소를 제거하고 순수하게 기법의 차이만 측정 가능. ([[Reliability]]와 연결)
2. **왜 중요한가?**:
* 재현할 수 없는 결과는 과학적 지식이 아닌 '우연'일 뿐이며, 시드는 이 우연을 '필연'으로 바꾸는 최소한의 안전장치이기 때문임.