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)
