AI, machine learning (ML) และ deep learning มีความเกี่ยวข้องกันแต่ก็แตกต่างกัน โดยทั้งสามเป็นแนวคิดที่ซ้อนกันอยู่ โดย deep learning เป็นส่วนย่อยของ ML และ ML เป็นส่วนย่อยของ AI การเข้าใจความสัมพันธ์ของทั้งสามช่วยให้มองเห็นภาพรวมของวงการนี้ได้ชัดเจนขึ้น
ความสัมพันธ์แบบซ้อนกัน
AI (Artificial Intelligence) → the broadest: machines performing tasks that require
human-like intelligence (reasoning, learning, perception, decision-making)
└─ MACHINE LEARNING (ML) → a subset: systems that LEARN from DATA (improve at a task
from examples) rather than being explicitly programmed with rules
└─ DEEP LEARNING → a subset of ML: uses multi-layered NEURAL NETWORKS to learn
complex patterns (powers modern AI: vision, language, etc.)
→ AI ⊃ ML ⊃ Deep Learning (each is a more specific subset)
