🤖

AI, Machine Learning, and Deep Learning

Dec 30, 2025

Overview

  • Lecture explains differences and relationships between Artificial Intelligence (AI), Machine Learning (ML), and Deep Learning (DL).
  • Presents definitions, capabilities, and how these fields relate within a Venn-diagram view.
  • Emphasizes ML and DL as subsets of AI, not separate opposing concepts.

Definitions

  • AI: Systems that match or exceed human capabilities in tasks like discovery, inference, and reasoning.
  • Machine Learning (ML): Techniques that make predictions or decisions from data, improving with more data rather than explicit programming.
  • Deep Learning (DL): A subfield of ML using layered neural networks that model relationships between nodes; called "deep" due to multiple layers.

Key Concepts

  • AI Capabilities

    • Discovery: Finding new information.
    • Inference: Reading or deducing unstated information from available data.
    • Reasoning: Combining facts and inferences to figure things out.
    • Perception and action: Vision, hearing, text-to-speech, and motion (robotics).
  • Machine Learning Characteristics

    • Prediction and decision-making based on data.
    • Learning from examples instead of hand-coded rules.
    • Performance improves with larger datasets.
    • Types:
      • Supervised learning: Uses labeled training data and human oversight.
      • Unsupervised learning: Discovers patterns without explicit labels.
  • Deep Learning Characteristics

    • Uses neural networks with multiple layers.
    • Can produce powerful insights and high performance.
    • Often less interpretable — internal reasoning may be opaque.

How They Relate

  • ML is a capability within AI; DL is a subfield within ML.
  • AI is the superset encompassing ML, DL, and other fields (NLP, vision, speech, robotics).
  • Correct relationship: ML ⊂ AI and DL ⊂ ML ⊂ AI.
  • Incorrect framings: AI vs ML or AI = ML are misleading.

Examples Of AI Subfields (non-exhaustive)

  • Natural Language Processing: Understanding and generating human language.
  • Computer Vision: Interpreting visual input.
  • Speech: Recognizing and producing spoken language.
  • Text-to-Speech: Converting written text into spoken words.
  • Robotics/Motion: Physical manipulation, movement, and interaction.

Key Terms And Definitions

TermDefinition
Artificial Intelligence (AI)Systems matching or exceeding human capabilities across tasks.
Machine Learning (ML)Data-driven prediction/decision methods that learn from examples.
Deep Learning (DL)Multi-layer neural network methods within ML, often less interpretable.
Supervised LearningML with labeled training data and human oversight.
Unsupervised LearningML finding patterns without explicit labels.
RoboticsField enabling motion and manipulation; subset of AI.

Takeaways / Next Steps

  • When discussing systems, think of ML and DL as part of AI, not separate alternatives.
  • Consider interpretability when using deep learning methods.
  • For applied work, choose ML/DL methods when data-driven prediction is required; include other AI subfields for perception or action tasks.
  • Review examples of supervised vs unsupervised learning to decide appropriate approaches for projects.