L02: Overview AI, ML, DL & GenAI

L02: Overview AI, ML, DL & GenAI

6:37


What are AI, ML, DL, and Generative AI?

Artificial Intelligence (AI), Machine Learning (ML), Deep Learning (DL), and Generative AI (GenAI) are closely related technologies that build on each other to create intelligent systems.

In simple terms:

AI is the broad goal of making machines intelligent.
ML is how machines learn from data.
DL is how machines learn complex patterns using neural networks.
GenAI is how machines create new content like text, images, code, and audio.


1. Artificial Intelligence (AI)

Artificial Intelligence is the field of computer science that aims to create systems that can think, reason, learn, and make decisions like humans.

Examples:

  • Chatbots

  • Face recognition

  • Recommendation systems

  • Self-driving cars


2. Machine Learning (ML)

Machine Learning is a subset of AI where systems learn from data instead of being explicitly programmed.

How it works:

  • Input data → Learn patterns → Make predictions

Examples:

  • Email spam detection

  • Netflix movie recommendations

  • Credit card fraud detection


3. Deep Learning (DL)

Deep Learning is a subset of ML that uses neural networks with multiple layers (deep neural networks).

Why it is powerful:

  • Learns complex patterns

  • Works well with images, speech, and text

  • Powers modern AI like vision and speech models

Examples:

  • Face recognition

  • Speech-to-text

  • Autonomous driving


4. Generative AI (GenAI)

Generative AI is a type of AI that can create new content instead of just predicting or classifying.

It can generate:

  • Text (ChatGPT)

  • Images (DALL·E, Midjourney)

  • Code (GitHub Copilot)

  • Audio and video


Relationship Between Them

AI
└── ML
└── DL
└── GenAI (specialized in content generation)


Why These Technologies Matter

  1. Automation of intelligent tasks

  2. Better decision-making using data

  3. Human-like interaction (chat, voice, vision)

  4. Creativity through AI-generated content

  5. Foundation for Agentic AI and Autonomous Systems


Real-World Use Cases

  • Customer Support: AI chatbots using GenAI

  • Healthcare: DL for medical image diagnosis

  • Finance: ML for fraud detection

  • Education: GenAI tutors and content generation

  • Software Development: AI code assistants


Quiz

Q1. Which technology is specifically designed to generate new content like text and images?

A. Artificial Intelligence
B. Machine Learning
C. Deep Learning
D. Generative AI

Correct Answer: D
Explanation: Generative AI focuses on creating new content such as text, images, audio, and code, unlike ML and DL which mainly focus on prediction and pattern recognition.


Q2. Deep Learning is a subset of which of the following?

A. Cloud Computing
B. Machine Learning
C. Robotics
D. Internet of Things

Correct Answer: B
Explanation: Deep Learning is a specialized form of Machine Learning that uses multi-layer neural networks to learn complex patterns from large datasets.