Module 1 · AI Foundations
AI vs ML vs Deep Learning vs Generative AI
Understand the differences between artificial intelligence, machine learning, deep learning, and generative AI with practical examples.
Core idea
Four related terms—not four synonyms
Artificial intelligence is the broad field. Machine learning is one way to build AI systems by learning from data. Deep learning is a family of machine-learning methods based on neural networks with multiple layers. Generative AI describes systems designed to create new content; many modern generative systems use deep learning, but the categories are not perfectly interchangeable.
Visual hierarchy
How the concepts relate
The broad goal: systems that perform tasks associated with intelligence.
A major AI approach: algorithms learn patterns from data and generalize to new cases.
A machine-learning approach that uses multilayer neural networks to learn representations.
Models that generate new text, images, audio, video, code, or other content.
This is a learning model, not a claim that every generative technique belongs exclusively inside deep learning. Modern foundation-model applications commonly do.
Compare them through real problems
| Concept | Primary idea | Example | Typical output |
|---|---|---|---|
| AI | Make a system perform an intelligent task. | A rule-based scheduling assistant. | Decision or action |
| ML | Learn predictive patterns from data. | Fraud classification from transaction history. | Score, class, or forecast |
| Deep learning | Learn complex representations through neural networks. | Recognize objects in images. | Prediction or representation |
| Generative AI | Create new content from learned patterns and context. | Draft a support response grounded in policy documents. | Text, image, audio, video, or code |
Choose from the task, not the buzzword
Decision diagram
Which approach fits the problem?
Input → system → output
See the difference in one business workflow
AWS Certified AI Practitioner
Exam signals
- Do not label every automated system as machine learning; rules can also produce AI-like behavior.
- Classification and forecasting usually point toward predictive ML, not content generation.
- Images, language, and speech often signal deep-learning use cases.
- Summarization, assistants, and content creation signal generative AI or foundation models.
- If a deterministic answer is mandatory, question whether probabilistic AI is appropriate.
Key takeaways
- AI is the broad field of intelligent systems
- Machine learning learns patterns from data
- Deep learning uses multilayer neural networks
- Generative AI creates new content
Check your understanding
- Can you explain this concept in two sentences without using jargon?
- Can you identify the input, process, output, and validation step in the example?
- Can you name one suitable use case and one case where another approach is better?
- Which risk or limitation should a responsible implementation address?
Research references
Public sources and further reading
This lesson is original educational writing informed by the public references below. Use the sources to explore definitions, technical details, and current AWS exam objectives.
