[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,8 +1,8 @@
---
id: P-REINFORCE-AUTO-BARE-001
id: [[P-Reinforce]]-AUTO-BARE-001
category: "10_Wiki/💡 Topics/AI"
confidence_score: 0.94
tags: [auto-reinforced, backward-reasoning, goal-driven, logic, problem-solving, cognitive-ai]
tags: [auto-reinforced, backward-[[Reasoning]], [[goal]]-driven, [[Logic]], [[Problem-Solving]], cognitive-ai]
last_reinforced: 2026-04-20
---
@@ -19,7 +19,7 @@ last_reinforced: 2026-04-20
* 전제 확인: "A를 이루려면 B가 참이어야 한다."
* 재귀적 반복: "B를 이루려면 C가 참이어야 한다." -> 이미 알고 있는 사실(Facts)에 도달할 때까지 반복.
2. **전방 추론(Forward Reasoning)과의 차이**:
* 전방 추론은 데이터에서 시작해 결론을 탐색(Data-driven)하는 반면, 후행 추론은 목표가 명확할 때 탐색 범위를 확 줄여주는 효율성이 있음. (Working-Backwards와 연결)
* 전방 추론은 데이터에서 시작해 결론을 탐색(Data-driven)하는 반면, 후행 추론은 목표가 명확할 때 탐색 범위를 확 줄여주는 효율성이 있음. ([[Working-Backwards]]와 연결)
3. **적용 분야**:
* 수학적 증명, 범죄 수사(결과에서 단서 추적), 진단 전문가 시스템.