2026 Securities Licensing Study Guides (SIE, Series 7 & Series 66) are now live
Domain 1 • Chapter 1Section 1.1

1.1 AI, ML, and Deep Learning Architectural Hierarchy

Explains the foundational concentric hierarchy connecting Artificial Intelligence, Machine Learning, and Deep Learning.

🎯 Key AWS AI Exam Takeaways

  • AI is the broadest discipline: machines simulating human cognitive behavior.
  • Machine Learning is a subset of AI that learns patterns from data without explicit rules.
  • Deep Learning is a subset of ML based on multi-layered artificial neural networks.

Artificial Intelligence (AI) represents the broadest umbrella discipline encompassing any technology that mimics human cognitive functions, from classical symbolic rule engines to modern natural language processors.

Machine Learning (ML) is a specialized subset of AI where mathematical algorithms learn statistical associations and patterns directly from training data, eliminating the need to hand-code deterministic if-else rules for every possible edge case.

Deep Learning (DL) represents a further specialized subset of Machine Learning driven by deep artificial neural networks containing multiple hidden layers. Inspired by biological neurobiology, deep learning automatically extracts hierarchical feature representations from high-dimensional raw inputs like images, speech, and unstructured text.

⚠️ Common Pearson VUE Exam Traps

  • Do not treat Machine Learning and Deep Learning as separate, non-overlapping fields.
  • Remember that Deep Learning does not replace ML; it is a specialized neural technique within ML.

Knowledge Checkpoint

Knowledge Checkpoint • Section 1.1

A solutions architect is explaining artificial intelligence concepts to executive stakeholders. The stakeholders want to understand the foundational relationship between Artificial Intelligence (AI), Machine Learning (ML), and Deep Learning (DL). Which statement correctly describes their architectural hierarchy?