[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: TURING-001
category: "10_Wiki/💡 Topics/AI"
confidence_score: 1.0
tags: [computer-science, computation-theory, turing-machine, logic]
tags: [computer-science, computation-theory, turing-machine, [[Logic]]]
last_reinforced: 2026-04-26
---
@@ -16,7 +16,7 @@ last_reinforced: 2026-04-26
- **핵심 구성 요소:**
- **Tape:** 정보를 저장하는 무한한 길이의 테이프.
- **Head:** 테이프의 기호를 읽고 쓰거나 이동하는 장치.
- **State Register:** 머신의 현재 상태를 저장.
- **[[State]] Register:** 머신의 현재 상태를 저장.
- **Action Table:** 현재 상태와 읽은 기호에 따라 다음 상태, 쓸 기호, 이동 방향을 결정하는 명령 세트.
- **Church-Turing Thesis:** "효과적으로 계산 가능한 모든 알고리즘은 튜링 머신으로 구현 가능하다"는 가설.