The AI to ML to DL to GenAI to LLM hierarchy
This is the single most useful diagram in the entire course. If you internalize it, every news headline and job description suddenly slots into the right bucket.
Think of Russian dolls. The biggest doll is AI. Open it: inside is Machine Learning. Open that: inside is Deep Learning. Open that: Generative AI. Open that: Large Language Models. Each is a special case of the one outside it.
- AI: anything that makes a machine act intelligently.
- Machine Learning (ML): AI that learns from data instead of being programmed with rules.
- Deep Learning (DL): ML that uses neural networks with many layers.
- Generative AI (GenAI): DL models that create new content (text, images, audio, video).
- Large Language Models (LLMs): GenAI for text, trained on huge text corpora.
ChatGPT is an LLM. An LLM is a GenAI model. A GenAI model is a deep learning model. Deep learning is machine learning. Machine learning is AI.
Each layer adds a constraint and a power:
| Layer | Adds | Trades off |
|---|---|---|
| ML over AI | Learns from data | Needs lots of clean data |
| DL over ML | Handles unstructured data (text, images, audio) | Needs lots of compute |
| GenAI over DL | Produces new content, not just predictions | Hard to evaluate "good" |
| LLM over GenAI | Specifically for language | Hallucinates, costly |
Quick recall
3 prompts · think before you flip
Prompt 1 of 3
Is every machine learning model a deep learning model? Why or why not?
Quiz time
2 questions · tap an answer to check it
1. ChatGPT is best described as
2. Decision trees are a form of
Finished lesson 1.2?
Mark complete to update your module progress and unlock the streak.