Unraveling the Magic Behind AI, Machine Learning, Deep Learning, and Generative AI
Technology Public Lecture
Artificial Intelligence (AI) has become deeply embedded in every aspect of our daily lives. But what's really going on behind the curtain of magic?
The Common Mix-Up:
Most people use AI, Machine Learning, and Deep Learning as if they mean the same thing. While they're intimately related, they're actually quite different.
Let's use a simple analogy to make sense of it all!
Think of Russian Matryoshka dolls — those charming wooden dolls that nest inside one another, each smaller than the last.
They're not competing technologies — they're layers of intelligence, each building upon the last.
Artificial Intelligence (AI): This isn't a single technology — it's an umbrella term covering any technique that enables machines to mimic human intelligence.
Build machines that can think, reason, understand language, and solve problems — sometimes even better than humans can.
"The Specialist"
Every AI system we interact with today is narrow AI.
"The All-Rounder"
The holy grail of AI research — still theoretical.
| School 1: Symbolic AI | School 2: Machine Learning |
|---|---|
| "Strict Teacher Method" | "Smart Student Method" |
| Explicitly program human knowledge as rules into the system. | Skip the rules — feed it data and let it figure things out. |
| IF patient has fever THEN give Paracetamol (Expert Systems). | Show thousands of images and teach "this is a cat". |
| Provides clear structure & logic. | Provides flexibility and endless learning capability. |
In 2022, the painting that won first prize at the Colorado art exhibition wasn't created by a human, but by an AI called Midjourney.
Questions it raised:
This isn't just a technology; it's a revolutionary that tore up the 'Old Testament' of computing and wrote a 'New Testament'!
Like following a strict cookbook. The computer executes instructions but can't improvise.
Example: Website tax calculation.
Here's where it gets interesting — we flip the entire equation!
The system learns to create its own rules! Example: Teaching a computer to recognize cats.
The Traditional Approach Fails: Create a rule like "block emails mentioning 'prize'" and scammers simply write "pr!ze" or "p-r-i-z-e" to bypass it.
The Machine Learning Advantage:
It synthesizes these patterns into a decision: "This looks like spam!"
Learning through a teacher (Labelled Data).
Self-discovery method (Unlabeled Data).
Learning from trial and error.
Think of this as learning with answer keys. You provide both the data and the correct answers (labels).
Technical Note:
Garbage In = Garbage Out. If your labels are wrong, the answers will be wrong too!
Here's the dirty secret: The hardest part of supervised learning isn't fancy algorithms — it's the tedious human work of data labeling.
Example: Autonomous Vehicles
Teams of people manually draw bounding boxes around pedestrians, cars, and traffic signs in millions of video frames. It's painstaking work.
Behind every "smart" AI is an army of human labelers, often working through platforms like Amazon Mechanical Turk.
No labels, no answers — just raw data. The system must find patterns on its own.
Unlabeled data like purchased items, purchase frequency, amount spent.
What Happens:
Identity: Frequent visitors, big spenders.
Strategy: No discounts needed; give recognition and exclusive relationship manager (VIP Status).
Identity: Only come when there's a sale.
Strategy: VIP perks are wasted. Send flash sale announcements like "50% off today only".
Identity: First-time buyers.
Strategy: Warm welcome discount and loyalty program to convert them into loyal customers.
The AI learns through experience — like a child discovering that touching a hot stove hurts. Every action has consequences.
Example: Autonomous Taxi
March 2016. Google's AlphaGo played its 37th move against world champion Lee Sedol. Every expert watching called it a blunder — a move that violated centuries of Go strategy.
They were wrong. Move 37 was brilliant — it secured AlphaGo's victory and changed Go forever. This was the moment we realized: AI can discover strategies beyond human imagination.