Units – 1
AI Reflection, Project Cycle and Ethics
Understanding Artificial Intelligence: Domains and
Applications-I
Module Overview:
Welcome to the world of Artificial Intelligence (AI)! In this module,
you will learn:
1. What is AI?
2. How is AI different from human intelligence?
3. How AI is used in everyday life
4. The three main domains of AI:
o Data
o Natural Language Processing (NLP)
o Computer Vision (CV)
Let’s dive in!
1. What is Artificial Intelligence (AI)?
Definition:
Artificial Intelligence (AI) is the ability of a machine or computer
program to think, learn, and make decisions like humans.
“If a machine can perform a task smartly, like a human would,
it's showing Artificial Intelligence!”
AI vs Human Intelligence
Feature Human Intelligence Artificial
Intelligence (AI)
Created by Nature Humans
Learning Learns from life Learns from data
ability experiences
Emotions Has emotions and No emotions
feelings
Decision Uses logic, feelings, Uses logic and data
making experiences
Examples Doctors, teachers, artists Chatbots, robots, Siri
Quick Activity:
Can you think of a task that you do every day that a robot cannot
do?
(Hint: Think emotional or creative!)
2. Applications of AI in Everyday Life
AI is all around us, often without us realizing it!
Real-Life Examples:
AI Application Area What it Does Example
Smart Assistants Responds to voice Siri, Alexa,
commands Google
Assistant
Recommendation Suggests items based YouTube,
Systems on your preferences Netflix, Amazon
Chatbots Answers questions Bank chat
automatically support, Swiggy
bot
Facial Recognition Identifies people using Face unlock in
their face phones
Maps and Navigation Finds best routes using Google Maps,
live traffic data Ola, Uber
Mini Quiz:
Which AI app do you use daily? What does it do?
3. The Three Domains of AI and Their Applications
AI works in 3 main domains, each with different abilities:
A. Data Domain (Narrow AI / Learning from Data)
• AI learns patterns from large sets of data.
• Learns from past examples to make predictions or
suggestions.
Example:
Netflix shows you a movie you might like based on what you’ve
already watched. That’s AI using Data!
Common Uses:
• Product recommendations (Amazon)
• Stock predictions
• Health diagnosis systems
B. Natural Language Processing (NLP)
• AI understands and responds in human language (like English
or Hindi).
• It reads, hears, speaks, or writes using natural language.
Example:
Google Translate translates your sentences. That's NLP at work!
Common Uses:
• Voice Assistants (Alexa, Siri)
• Chatbots in apps
• Auto-correct and grammar check in typing
C. Computer Vision (CV)
• AI can see and understand images or videos, just like our
eyes!
• It analyzes visual information to identify objects, people, or
activities.
Example:
Your phone unlocks when it sees your face — that’s Computer
Vision!
Common Uses:
• Face unlock in smartphones
• Self-driving cars (detecting traffic signs and people)
• Object detection in security cameras
Summary Table:
Domain What it Does Example Use
Data Learns from data Movie recommendations
patterns (Netflix)
NLP Understands human Chatbots, language
language translation
Computer Sees and Face recognition, Self-
Vision understands visuals driving cars
Keywords to Remember:
• Artificial Intelligence (AI)
• Narrow AI
• Natural Language Processing (NLP)
• Computer Vision (CV)
• Smart Assistants
• Recommendation Systems
Small Activity: “Find AI Around You!”
For the next 24 hours, observe your surroundings.
List 3 things that use AI in your phone, home, or online.
Write them down:
1.
2.
3.
The AI Project Cycle – II
Module Objectives:
By the end of this module, you will:
• Understand why the AI Project Cycle is important.
• Learn how to create an AI problem statement.
• Explore the five main stages of the AI Project Cycle.
1. Why Do We Need an AI Project Cycle?
Imagine you’re building a robot to help the elderly. Would you jump
in and start building right away?
Of course not! You’d plan, gather information, and test.
That's what the AI Project Cycle helps with.
Importance of the AI Project Cycle:
Reason Explanation
Solves real-world AI can help in medicine, education,
problems farming, etc.
Brings structure Helps break complex tasks into simple
steps
Ensures clarity Keeps everyone on the same page
Improves results Testing and evaluation help improve AI
performance
Analogy: Think of the AI Project Cycle like cooking!
You first decide the dish, gather ingredients, follow steps, and then
taste it. Similarly, AI needs planning, data, and testing!
2. Structure of the AI Problem Statement
Before you solve a problem with AI, you need to define it properly.
Steps to Create an AI Problem Statement:
1. Identify the Problem
What problem are you trying to solve?
Example: “Too many students forget to submit homework.”
2. Understand the Need for AI
Can AI help? Does it require intelligence or prediction?
Example: “Can we use AI to remind and track homework
submission?”
3. Gather Data
What data will your AI need to learn from?
Example: Previous homework submissions, deadlines, student
IDs.
4. Train the AI Model
Feed the data to an AI algorithm to learn patterns.
5. Test and Deploy the Solution
Try it on new data and check if it works well.
Then make it available for use.
The 5 Phases of the AI Project Cycle
Here’s a visual to help you remember
[1] Problem Scoping → [2] Data Acquisition → [3] Data Exploration →
[4] Modelling → [5] Evaluation
Problem Scoping
• Define the goal clearly.
• Understand who is affected and why the problem matters.
• Example: Helping farmers predict rainfall.
Data Acquisition
• Collect relevant and clean data.
• Sources: sensors, surveys, websites, mobile apps, etc.
Data Exploration
• Analyze data to find patterns, errors, or missing values.
• Use graphs, charts, and tools like Excel or Python.
Modelling
• Use a machine learning algorithm to train the AI.
• AI learns from the data to make predictions or decisions.
Evaluation
• Test the model to see how accurate it is.
• Improve it if the results are not good.
Activity:
Pick a real-world problem you face in school or at home.
Use the 5-step cycle to describe how you’d solve it using AI.
AI Ethics – II
Module Objectives:
By the end of this module, you will:
• Understand ethics vs morality
• Discuss ethical dilemmas in AI
• Learn about AI bias and how to spot it
1. Ethics vs Morality
Definitions:
Term Meaning Example
Ethics Rules or principles from "Doctors must protect
society or organizations patient privacy."
Morality Personal beliefs about right "I believe it’s wrong to
and wrong lie."
Example:
An AI system may follow ethical rules, but if it lies to protect
someone, is that moral?
2. Ethical Issues in AI
Here are some tough questions people face while designing AI
systems:
Should AI replace jobs?
• If robots take over factory work, what happens to workers?
• AI can increase productivity, but may also cause job loss.
Should AI make life-changing decisions?
• Can AI decide who gets a loan or a job?
• AI might be biased or unfair if trained on poor data.
Think & Discuss:
Would you be okay with AI deciding your exam marks based on your
past performance?
3. AI Bias and How to Identify It
What is AI Bias?
AI bias happens when an AI system shows unfair behavior because
it was trained on biased or incomplete data.
Examples of AI Bias:
Situation Possible Bias
Facial Recognition Doesn’t recognize darker skin tones
Job Application Screening Prefers male over female names
Loan Approval AI Ignores people from certain areas
How to Reduce AI Bias:
• Use diverse and fair data
• Test AI systems regularly
• Involve people from different backgrounds during development
Activity:
You're a developer building an AI to screen job applications.
What steps will you take to make it fair and ethical?
Summary Table
Topic Key Point
AI Project Cycle 5 Steps: Scoping, Data, Exploration,
Modelling, Evaluation
Problem Identify problem, data need, model training
Statement
Ethics vs Ethics = Society's rules; Morality = Personal
Morality beliefs
AI Bias Unfair outcomes from biased data
Keywords to Remember:
• AI Project Cycle
• Problem Scoping
• Data Acquisition
• AI Model
• Evaluation
• Ethics
• Morality
• Bias
• Fairness
A. Multiple Choice Questions (MCQs) (Answers given in bold
letters with green tick)
1. What is the first phase of the AI Project Cycle?
a) Data Acquisition
b) Modelling
c) Problem Scoping
d) Evaluation
2. Which phase involves collecting raw data from various
sources?
a) Problem Scoping
b) Data Acquisition
c) Evaluation
d) Modelling
3. In which phase do we check the performance of the AI
model?
a) Data Exploration
b) Problem Scoping
c) Modelling
d) Evaluation
4. Which of the following best describes ethics?
a) Personal emotions
b) Rules set by society or institutions
c) Natural behaviour
d) Beliefs of an individual
5. What is AI bias?
a) AI’s ability to learn emotions
b) When AI shows unfair or incorrect results due to biased
data
c) A new AI feature
d) A data collection method
6. Which of the following is an example of ethical concern in
AI?
a) Making AI games
b) Replacing humans with robots in hospitals
c) AI solving riddles
d) Using AI in weather forecasting
B. Fill in the Blanks (Answers given in bold letters with green
tick)
1. The phase in which we define the problem clearly is called
Problem Scoping.
2. The phase where we collect data from various sources is
known as Data Acquisition.
3. Before training the model, we explore and understand the data
in the Data Exploration phase.
4. In the Modelling phase, we train the AI model using data.
5. Evaluation helps in checking the success of the AI model.
6. Ethics are rules provided by society or an organization.
7. Morality is based on a person’s own belief of right and wrong.
8. AI bias happens when the AI model is trained on incomplete or
unfair data.
9. One example of AI bias is facial recognition systems failing
to identify certain skin tones.
10. AI must be trained on diverse and balanced data to
reduce bias.
C. Short Answer Questions
1. What is the AI Project Cycle?
Answer: It is a structured process with 5 steps (Problem
Scoping, Data Acquisition, Data Exploration, Modelling,
Evaluation) used to build and solve AI-based problems.
2. What happens in the Data Exploration phase?
Answer: In this phase, we clean, visualize, and understand the
data to identify patterns, outliers, or missing values.
3. Why is Evaluation important in AI?
Answer: Evaluation checks whether the AI model is accurate,
reliable, and solving the problem as expected.
4. Differentiate between Ethics and Morality.
Answer: Ethics are external rules set by organizations or
society; morality is an individual’s internal sense of right and
wrong.
5. What is AI bias?
Answer: AI bias is when an AI system gives unfair, incorrect, or
discriminatory results due to the way it was trained on data.
6. How can we reduce AI bias?
Answer: By training AI on diverse, inclusive, and balanced
datasets, and regularly testing it for fairness.
D. Case-Based Question (Answers given in bold letters with
green tick)
1) Case Study:
A school wants to build an AI system to detect students who might
need extra help in studies by analyzing test scores, attendance, and
assignment submissions.
Answer the following:
a) Which phase helps in collecting test scores and attendance
data?
→ Data Acquisition
b) In which phase will the school define the goal of the project?
→ Problem Scoping
c) What will the school do in the Evaluation phase?
→ They will check if the AI system is correctly identifying students
needing help.
2) Case Study:
An AI system is used by a company to select candidates for job
interviews. Over time, it was observed that more male candidates
were being shortlisted than female candidates.
Answer the following:
a) What kind of issue does this represent?
→ AI Bias
b) Why might the AI be showing biased results?
→ Because it may have been trained on past data that included
more male candidates.
c) How can the company fix this issue?
→ By using balanced data with equal representation of male and
female candidates.
BONUS ACTIVITY QUESTIONS
1. Think of one AI system you use daily (e.g., YouTube, Siri,
Alexa). Identify its domain (Data/NLP/CV) and explain how it
helps you.
2. Imagine you are part of a team building an AI to detect fake
news. Write one ethical rule your team will follow while
collecting and using data.
Unit 2 : Data Literacy
Unit: Data Literacy – Basics of Data Literacy
Learning Objectives:
After this lesson, students will be able to:
• Understand what Data Literacy means
• Explain why data security and privacy matter
• Learn how to become data literate
• Apply best practices for staying safe online
Section 1: What is Data Literacy?
Definition:
Data Literacy is the ability to read, understand, create, and
communicate data as information.
Real-Life Analogy:
Just like reading a book helps us understand a story, reading data
helps us understand what's happening in the real world.
Why is Data Literacy Important?
Area How Data Helps
School Track your marks or attendance
Health Monitor your heart rate using a smartwatch
Weather Understand forecasts based on past weather data
Business Companies analyze data to improve customer service
Section 2: How to Become Data Literate?
Becoming data literate is like learning a new language – the
language of numbers.
Key Steps:
1. Ask Questions:
“What is this data showing me?”
2. Read Graphs and Charts
3. Understand Basic Statistics: Mean, Median, Mode
4. Spot Patterns in data
5. Use Data to Make Decisions
Mini-Activity:
Look at the chart below and answer:
Day No. of Steps Taken
Mon 3,000
Tue 7,500
Wed 10,000
Question: On which day was the student most active?
Answer: Wednesday
Section 3: Data Security and Privacy
What is Data Security?
Data Security means protecting data from being hacked, leaked,
or stolen.
What is Data Privacy?
Data Privacy means keeping your personal information private
and using it only for the right reasons.
Examples of Personal Data:
• Your full name
• Aadhaar number
• Phone number
• Location
• Photos
Why it Matters:
• Someone could steal your identity
• Hackers might use your data to access your accounts
• Misuse of personal data can lead to fraud or cyberbullying
Section 4: Best Practices for Cyber Security
Here are some easy and powerful ways to stay safe online:
Tip Why It Matters
Use strong passwords Prevents easy access by hackers
Update your Fixes security flaws
apps/software
Use antivirus software Protects against viruses and
malware
Don’t click unknown Prevents phishing attacks
links
Enable 2-step Adds an extra layer of account
verification protection
Don’t overshare online Keeps personal info safe from
strangers
Quick Tip:
Your password should be at least 8 characters, with a mix of
letters, numbers, and symbols.
E.g., St@rKid#2025
Keywords Recap:
Term Meaning
Data Literacy Understanding and using data to make decisions
Data Security Protection of data from unauthorized access
Data Privacy Ensuring personal data is only used for its
intended purpose
Cybersecurity Practices and technologies to protect devices
and data from attackers
Practice Time: Quick Worksheet
Fill in the Blanks
1. ______ Literacy means being able to understand and use data.
→ Data
2. Sharing your phone number online is a risk to your data ______.
→ Privacy
3. Using the same password everywhere can harm your data
______.
→ Security
True or False?
1. Data literacy is only for scientists.
→ False
2. Two-step verification makes your account more secure.
→ True
3. You should post your location on social media daily.
→ False
Case Study:
Ritu is a Class 9 student who downloaded a free app without
checking permissions. Later, she noticed strange messages being
sent from her account.
Q: What mistake did Ritu make?
A: She ignored app permissions and didn't check data privacy.
Q: How could she have avoided this?
A: By reading reviews, checking app permissions, and avoiding
unknown apps.
Exit Ticket (Ask students to answer before leaving):
1. What is one thing you’ll do differently online from now on?
2. Why is it important to understand data?
Acquiring, Processing, and Interpreting Data
Learning Objectives:
By the end of this unit, students will:
• Know different types and sources of data
• Learn how to collect and clean data properly
• Understand why data interpretation is important
• Explore tools used to interpret data
1. Types of Data
What is Data?
Data is information collected from the world around us.
Example: Your name, age, marks, temperature, number of students
in class.
Types of Data:
Type Explanation Example
Numerical Data that includes Marks, height,
numbers temperature
Categorical Data grouped into Gender, colors, class
categories section
Text Written words Names, comments,
feedback
Image/Visual Pictures and videos Photos, scanned
signatures
Audio/Video Sounds or recordings Voice notes, videos
2. Sources of Data
Where does data come from?
Source Type Examples
Manual Entry Forms filled by students
Sensors Weather stations, fitness bands
Web Data Online surveys, websites
Databases School records, hospital reports
Social Media Posts, comments, likes
Think! Can you name a device you use that collects data from
you?
3. Best Practices for Acquiring Data
To make sure the data is correct and useful, follow these steps:
Tips for Good Data Collection:
• Collect data from reliable sources
• Ask clear and specific questions
• Keep data private and secure
• Avoid collecting too much unnecessary data
• Always get permission if needed
4. Features of Data and Data Preprocessing
Features of Data:
• Completeness: No missing values
• Consistency: Same format used throughout
• Accuracy: Free from mistakes
• Timeliness: Updated and recent
• Relevance: Useful for the problem
What is Data Preprocessing?
Data Preprocessing is the process of cleaning and preparing data
before using it for analysis or machine learning.
Steps in Data Preprocessing:
1. Removing errors
2. Filling missing values
3. Converting text to numbers (if needed)
4. Organizing data into a clean format
Analogy: Preprocessing is like cleaning vegetables before
cooking .
5. Importance of Data Interpretation
What is Data Interpretation?
It is the process of making sense of data — turning numbers and
facts into useful insights.
Why is it important?
• Helps in decision making
• Identifies trends and patterns
• Solves real-world problems
• Explains the story behind the data
Real-Life Example:
Data: A student scores 80, 85, 90, 95 in four tests.
Interpretation: The student is improving consistently.
6. Tools Used for Data Interpretation
Popular Tools (Simple):
Tool Use
Microsoft Excel Charts, tables, and formulas
Google Sheets Online spreadsheets
Orange Drag-and-drop AI tool for data analysis
Tableau Data visualization
AI/ML Models Predicting outcomes from data
In Class 10, you’ll use Orange Data Mining to build AI projects
using real data!
Keywords Recap:
Term Meaning
Data Raw information collected
Data Preprocessing Cleaning and preparing data
Data Interpretation Understanding and finding meaning in
data
Sources of Data Where data comes from (forms,
sensors, web, etc.)
Numerical/Categorical Types of data (numbers vs. categories)
Practice Time!
Fill in the Blanks
1. Data collected from weather sensors is an example of _______
data source.
→ Sensor
2. Data preprocessing helps to ______ and ______ the data before
use.
→ clean, organize
3. Understanding trends from data is called data _______.
→ interpretation
True or False?
1. All data from the internet is always correct. → False
2. Excel and Google Sheets can be used for data analysis. →
True
3. You should collect data even if you don’t need it. → False
Exit Questions (Ask Students):
1. Why is it important to clean data before using it?
2. Can you name a device at your home that collects or uses
data?
A. Multiple Choice Questions (MCQs)
(Answers marked in bold with )
1. What is Data Literacy?
a) Ability to write code
b) Ability to use social media
c) Ability to read, understand, and analyze data
d) Ability to play video games
2. Which of the following is a source of data?
a) Movies
b) Surveys
c) Sports
d) News headlines
3. What type of data is “Yes” or “No” responses in a form?
a) Numerical
b) Categorical
c) Text
d) Sensor
4. Which tool helps in data analysis using visual programming
(blocks, no code)?
a) Python
b) Java
c) Orange Data Mining
d) WordPress
5. What is one good practice while collecting data?
a) Only collect personal data
b) Take permission before using data
c) Ignore spelling errors
d) Use outdated information
6. Which of these protects your personal information online?
a) Ignoring passwords
b) Cyber security
c) Downloading from unknown sites
d) Sharing passwords
B. Fill in the Blanks
(Answers given in bold with )
1. The ability to read, understand, and analyze data is called Data
Literacy.
2. A sensor is a device that automatically collects data from the
environment.
3. Categorical data represents values like gender, grade, or
color.
4. Data Privacy ensures that personal data is protected and used
ethically.
5. Strong passwords and antivirus software help in maintaining
cyber security.
6. A chart, graph, or table used to understand data is called a
data visualization.
7. Data Interpretation helps in making decisions by
understanding data trends.
8. Orange is an example of a no-code tool for data analysis.
9. Data from books, websites, and surveys are called secondary
data.
10. Data Preprocessing involves cleaning and organizing
data before analysis.
C. Short Answer Questions
1. What is Data Literacy and why is it important?
➤ Data Literacy means understanding, interpreting, and using
data correctly. It is important because we live in a data-driven
world and it helps us make better decisions.
2. What are the two main types of data?
➤ The two main types are Quantitative (Numerical) and
Qualitative (Categorical) data.
3. What are some sources of data?
➤ Surveys, sensors, social media, websites, books, and
interviews.
4. What is data preprocessing?
➤ It is the process of cleaning, organizing, and formatting raw
data before analysis.
5. Name two best practices for cyber safety.
➤ Use strong passwords and don’t share personal data on
unsafe websites.
6. What is data interpretation?
➤ It means drawing conclusions and insights from analyzed
data, often using charts, graphs, and summaries.
D. Case-Based Questions
1) Case Study:
A school is collecting data about students’ sports participation to
improve physical education.
a) What type of data is being collected?
→ Categorical and numerical
b) What is the best tool for visualizing this data?
→ Bar Graph or Pie Chart
c) What can the school do with this interpreted data?
→ Decide on better sports facilities or training programs
2) Case Study:
Ravi downloads an app that collects his contacts, messages, and
location without informing him.
a) What security issue does this raise?
→ Data Privacy
b) What should Ravi check before downloading such apps?
→ Permissions and privacy policy
c) How can Ravi protect his data?
→ By not sharing personal information and using antivirus
software
BONUS ACTIVITY QUESTIONS
1. Think of an app or website you use daily (e.g., YouTube,
Google Maps). What kind of data does it collect and how
does it help you?
Example: Google Maps collects location data to help me find
the shortest route or traffic updates.
2. Design a small survey (3–5 questions) to collect data from
your friends about their hobbies. Identify the type of data
and how you can use it.
3. Imagine you're the data privacy manager of your school.
List three rules you would create to protect students' digital
data.
Unit 3-Math for AI (Statistics & Probability)
Topic: Importance of Math in AI
Learning Objectives
By the end of this lesson, students will be able to:
• Understand why Math is important in Artificial Intelligence
• Explore the applications of Mathematics in AI
• Recognize the key mathematical concepts used in AI,
especially statistics and probability
Why is Math Important in AI?
Artificial Intelligence is like teaching machines to “think” — and
Math is the language we use to teach them.
Without math, AI would just be a guessing game. Mathematics
helps machines to:
• Learn patterns from data
• Make predictions (like weather forecasts or movie
suggestions)
• Understand logic and reasoning
• Take smart decisions (like self-driving cars choosing a route)
Real-Life Examples
Application How Math Helps
Google Maps Uses geometry & probability for
navigation
Netflix/YouTube Uses statistics to recommend content
Face Recognition Uses linear algebra to detect facial
points
Voice Assistants Uses probability & NLP to understand
(Alexa) commands
Applications of Mathematics in AI
Here are the main branches of math used in AI:
Statistics
Statistics helps AI understand data.
• Mean, Median, Mode
• Variance and Standard Deviation
• Data Distribution
• Probability
Used in:
• Weather prediction
• Market trends
• Health monitoring
Probability
Probability helps AI make smart guesses.
• Used in spam filtering, face detection, speech recognition
• Helps AI decide: “What is most likely to happen?”
Example:
If you usually search for cricket videos, YouTube will show cricket
highlights at the top – because there’s a high probability you’ll
click it.
Algebra
• Helps with equations and formulas
• Useful in machine learning models
Geometry
• Helps with image recognition, object detection
• Used in robots and computer vision
Linear Algebra
• Used for image processing
• AI breaks images into numbers using matrices
Calculus (Higher Grades)
• Helps optimize machine learning models
• Not required for Class 9 but good to know!
Let’s Connect! (Mini Activity)
Imagine you're training a robot to recognize bananas and
apples .
• You give it 100 fruit images (data).
• It uses math to count how many are yellow, how many are red.
• Then it guesses the type of fruit based on patterns.
• That’s statistics and probability in action!
Quick Revision Table
Math Concept AI Application Example
Statistics Analyze large data sets (e.g. surveys)
Probability Predict outcomes (e.g. Google search)
Algebra Build learning equations for AI
Geometry Used in robotics and CV (vision tasks)
Linear Algebra Handle image and voice data
Calculus Optimize how machines learn
Let’s Practice
Fill in the Blanks
1. AI uses ________ to find patterns and trends in data.
→ Statistics
2. ________ helps AI to make predictions about future outcomes.
→ Probability
3. ________ is useful in image recognition tasks.
→ Geometry
Match the Following:
Column A Column B
1. Probability a. Image classification
2. Geometry b. Face recognition
3. Statistics c. Predicting next word
Answers:
1 → c, 2 → b, 3 → a
Recap
• Mathematics is the brain behind AI.
• AI needs statistics to understand data and probability to
make smart guesses.
• Many AI tools like YouTube, Google, and Alexa rely on math
for decision-making.
Exit Questions for Students:
1. How is probability used in AI?
2. Why is statistics important for an AI model?
3. Name two daily apps that use math-based AI.
Topic: Use of Statistics in Different AI Applications
Learning Objectives
By the end of this lesson, you will be able to:
• Understand what Statistics means in AI
• Explore how Statistics is used in real-life Artificial Intelligence
applications
• Recognize the importance of data patterns and analysis
What is Statistics?
Statistics is the branch of mathematics that deals with collecting,
analyzing, interpreting, and presenting data.
In AI, statistics helps machines learn from data, find patterns, and
make smart decisions.
Example:
Imagine you're building an AI that recommends songs.
• You collect data like song type, how long someone listens,
skips, or likes.
• You use statistics to find what kind of music people enjoy.
• Based on that, the AI suggests similar songs!
Use of Statistics in AI Applications
AI Application Use of Statistics
Recommendation Systems Analyze user behavior to suggest
(YouTube, Netflix) content
Weather Forecasting Analyze temperature and
pressure data over years
Medical Diagnosis AI Detect symptoms and compare
with health datasets
Self-driving Cars Predict the speed of objects,
recognize traffic patterns
Spam Detection Check how often certain words
appear in spam emails
Customer Reviews Analysis Identify positive or negative
reviews using sentiment scores
Statistical Terms Commonly Used in AI
Term Meaning
Mean (Average) Sum of values ÷ Number of values
Median Middle value in a sorted list
Mode Value that appears most frequently
Variance Measure of how much values differ from the
mean
Standard Spread of data values around the average
Deviation
Real-Life Scenario
Case Study: Online Shopping Website
Suppose an AI is designed to analyze customer purchases.
• Mean: Average amount people spend
• Mode: Most purchased product
• Variance: Difference in spending habits
The AI uses this to:
• Recommend deals
• Identify loyal customers
• Detect unusual behavior (maybe fraud!)
Mini Activity: “Stat Bot Challenge”
Your school wants to know students’ favorite sports.
1. Ask 10 friends to choose between Football , Cricket ,
and Basketball
2. Count how many choose each one
3. Find:
o The Mode (most liked)
o The Percentage of each sport
o Make a bar chart!
You’ve just used statistics like an AI!
Quick Recap Table
Task in AI Statistical Tool Used
Predicting user behavior Mean, Mode, Variance
Detecting spam Frequency, Word patterns
Health risk analysis Standard Deviation, Averages
Image recognition Distribution, Probability
Check Yourself
Fill in the Blanks
1. Statistics helps AI to ________ from data.
→ learn
2. The value that occurs most frequently is called ________.
→ Mode
3. The average of all values is called ________.
→ Mean
Match the Following:
Column A Column B
1. Standard Deviation a. Predict future sales
2. Mean b. Average spending
3. Statistics in AI c. Learning from patterns
Answers:
1 → a, 2 → b, 3 → c
Keywords
• Statistics
• Mean, Median, Mode
• Data Pattern
• AI Prediction
• Real-world Data
Summary
• Statistics is the backbone of AI learning.
• It helps AI make decisions based on data.
• From YouTube recommendations to medical AI tools, statistics
is everywhere!
Topic: Use of Probability in Different AI Applications
Learning Objectives
By the end of this lesson, you will:
• Understand the meaning of Probability
• Learn how AI uses probability to make decisions
• Explore real-life AI applications that use probability
• Try a fun activity to calculate basic probabilities
What is Probability?
Probability is the measure of how likely something is to happen.
• It is written as a number between 0 and 1
o 0 means "Impossible"
o 1 means "Certain"
Probability Formula:
Real-Life Example:
If a weather app says there's a 70% chance of rain, that’s
probability in action!
Why is Probability Important in AI?
AI uses probability to:
• Predict outcomes
• Understand uncertainty
• Make smart decisions
For example, when Google Search auto-completes your question,
it’s calculating which phrase has the highest probability of being
asked!
Use of Probability in AI Applications
AI Application How Probability Is Used
Voice Assistants Predict the most likely word based on
your speech
Spam Detection Calculate the chance an email is spam
Chatbots Select the best reply based on probability
Search Engines Rank results based on probability of
relevance
Machine Learning Predict future events (like customer
Models buying behavior)
Disease Prediction Estimate chances of having a disease
AI based on symptoms
Real-Life AI Example
Case Study: Gmail Spam Filter
Every email is checked using probability:
• If it contains common spam words like “free”, “win”, etc.,
the AI calculates the chance (probability) it’s spam.
• If probability is high (like 0.85 or 85%), it moves the email to the
Spam folder.
Mini Activity: “Probability Game!”
Let’s say you're training an AI to guess your favorite fruit. You tell it:
• Apple – 3 times
• Banana – 2 times
• Grapes – 5 times
Step 1: Total = 3 + 2 + 5 = 10
Step 2: Probabilities:
• Apple = 3/10 = 0.3 or 30%
• Banana = 2/10 = 0.2 or 20%
• Grapes = 5/10 = 0.5 or 50%
Now the AI will guess Grapes because it has the highest
probability!
Quick Recap Table
Term Meaning
Probability Likelihood of an event occurring
AI Guessing outcome based on patterns and
Prediction probabilities
Spam Filter Uses word probability to decide if mail is spam
Chatbot Selects most probable reply to user’s input
Practice Questions
Fill in the Blanks
1. Probability ranges from __ to __.
→ 0 to 1
2. If the probability of an event is 1, it is called ________.
→ Certain
3. AI uses probability to make ________.
→ decisions
Match the Following
Column A Column B
1. Spam Detection a. Most likely user reply
2. Chatbot b. Detect spam words
3. Search Engine c. Ranks results using probability
Answers: 1 → b, 2 → a, 3 → c
Small Challenge: Train Your Own AI!
Imagine you're making a robot that guesses student moods.
Ask your friends how they feel:
• Happy :6
• Sad :2
• Excited :4
Can you calculate the probability of each mood?
Summary
• Probability is about how likely something is to happen
• AI uses probability in predictions, detection, ranking, and
decision-making
• From Google Search to chatbots, it’s used everywhere!
Keywords
• Probability
• Prediction
• Spam Detection
• Chatbot
• Uncertainty
Introduction to Generative AI
1. Definition and Overview
What is Generative AI?
Generative AI is a type of artificial intelligence that can create new
content like:
• Text
• Images
• Music
• Videos
• Code
It doesn’t just analyze or sort information—it produces something
new, based on patterns it has learned from data.
Simple Analogy: Imagine teaching a robot thousands of stories.
Now, it can write its own story that sounds like a human wrote it!
Definition:
Generative AI refers to AI models that learn from data and generate
new data similar to what they’ve been trained on.
How Does It Work?
Generative AI uses machine learning models such as:
• Neural networks
• Transformers (like GPT)
These models look for patterns in large datasets and then use
those patterns to create new outputs.
Keywords:
• Training: Teaching AI using data
• Model: The brain of the AI
• Generation: Creating new content
• Pattern Recognition: Finding repeated structures or styles in
data
2. Applications and Use Cases
Where is Generative AI used?
Field Example of Use
Art & Design Creating unique paintings or avatars
Writing Story/essay writing, chatbots (like
ChatGPT)
Music Composing songs and melodies
Science Discovering new molecules or medicines
Gaming Generating new levels, characters, or
scenery
Films & AI-generated special effects, voice cloning
Animation
Education AI tutors, content creation tools
Language Translating text or auto-correcting
sentences
Real-Life Examples:
1. ChatGPT: Answers your questions like a human would.
2. DALL·E / Midjourney: Creates images from text prompts (e.g.,
"A cat flying in space").
3. Lumen5: Makes videos from blog posts.
4. Google Bard / Gemini: Helps with research or writing.
5. AI Music Composer: Generates background music for
YouTube videos.
Activity:
"If I were a Generative AI tool..."
Imagine you are a Generative AI tool. What would you create? Write
or draw your output!
Summary:
• Generative AI = AI that can create new content.
• It uses past data to understand patterns and generate original
results.
• Used in fields like art, music, language, education, healthcare,
and gaming.
A. Multiple Choice Questions (MCQs)
(Answers marked in bold with )
1. What is the role of Mathematics in AI?
a) Only designing computer games
b) Drawing pictures
c) Making AI systems smart and logical
d) Making passwords
2. Which branch of Math is useful for making predictions in AI?
a) Geometry
b) Probability
c) Algebra
d) Trigonometry
3. What is the purpose of Statistics in AI?
a) To build websites
b) To summarize and analyze data
c) To create animations
d) To check spelling
4. What does probability help an AI system to do?
a) Guess with no logic
b) Memorize facts
c) Predict the chances of something happening
d) Draw shapes
5. In AI, why is it important to study patterns in data?
a) To color graphs
b) To confuse users
c) To make accurate decisions
d) To store memory
6. What is the main function of Generative AI?
a) To store data
b) To generate new content
c) To delete files
d) To track user location
7. Which of the following is a Generative AI tool used for writing
and conversation?
a) Excel
b) Paint
c) ChatGPT
d) VLC Media Player
8. Generative AI uses which technology to find patterns in data?
a) HTML
b) Neural networks
c) Bluetooth
d) Keyboard shortcuts
9. Which of the following is not a Generative AI output?
a) A written poem
b) A painting made by AI
c) A pie chart showing sales
d) A music track composed by AI
10. Generative AI is mostly trained using:
a) Maps
b) Random guesses
c) Large amounts of data
d) Voice commands only
11. Which field is not directly impacted by Generative AI?
a) Medicine
b) Cooking ingredients
c) Education
d) Art and music
B. Fill in the Blanks
(Answers given in bold with )
1. Mathematics is the foundation of Artificial Intelligence.
2. Statistics helps in analyzing and understanding large amounts
of data.
3. Probability is used to predict future outcomes or events.
4. Mean, Median, and Mode are types of statistical measures.
5. AI uses probability to make decisions when the outcome is
uncertain.
6. The chance of an event happening is called likelihood or
probability.
7. A bar graph is often used to display data clearly in AI systems.
8. Outliers are unusual values that differ from the rest of the
data.
9. Probability ranges from 0 to 1, where 0 means impossible and
1 means certain.
10. The branch of Math that deals with data collection and
analysis is Statistics.
[Link] AI can create new content like text, images, and
music.
[Link] is an example of a text-based Generative AI.
[Link] AI learns from large amounts of data.
[Link] networks are used in Generative AI to recognize
patterns.
15.A tool like DALL·E can generate pictures from text
descriptions.
[Link] education, Generative AI can help create notes, quizzes,
and explanations.
C. Short Answer Questions
1. Why is Math important for Artificial Intelligence?
➤ Math helps AI understand, learn from, and make sense of
data. It enables AI to make smart predictions and decisions.
2. What is the use of statistics in AI?
➤ Statistics helps AI to summarize, analyze, and interpret data
so that meaningful patterns and conclusions can be drawn.
3. How does AI use probability?
➤ AI uses probability to make predictions, like the chances of
a user liking a movie or the possibility of rain tomorrow.
4. What are Mean, Median, and Mode?
➤ These are measures of central tendency in statistics that
help summarize data sets:
o Mean is the average
o Median is the middle value
o Mode is the most frequent value
5. Give one real-life example of probability used in AI.
➤ Voice assistants like Siri or Alexa use probability to
understand and respond accurately to voice commands.
6. What is Generative AI?
Answer: Generative AI is a type of artificial intelligence that
can create new content such as text, images, music, or videos
by learning patterns from existing data.
7. Give two examples of Generative AI tools.
Answer: ChatGPT for text generation, and DALL·E for creating
images from text.
8. How is Generative AI used in education?
Answer: It helps by generating explanations, solving problems,
creating worksheets, and working as AI tutors.
9. How does Generative AI learn to create new content?
Answer: It learns by analyzing large datasets and recognizing
patterns using models like neural networks.
10. Write one benefit and one risk of using Generative AI.
Answer:
• Benefit: Saves time by generating quick content like essays or
images.
• Risk: May sometimes generate false or misleading information.
D. Case-Based Questions
1) Case Study:
A music app recommends songs to users based on their listening
history.
a) What type of Math is the app using to make predictions?
→ Probability
b) How does statistics help in this case?
→ It helps summarize user behavior, like most played or skipped
songs
c) What can be a benefit of using Math in this AI system?
→ More personalized and accurate song suggestions
2) Case Study:
A weather app uses AI to predict rainfall based on past data.
a) What mathematical tool is most helpful here?
→ Probability
b) What statistical data might the AI use?
→ Rainfall amount, humidity, temperature, wind speed
c) How does Math improve the accuracy of weather prediction?
→ It analyzes large datasets and finds patterns to make future
predictions
Case 3:
An art student uses a tool to generate digital paintings based on
words like "sunset in space" or "dancing dragon in the sky".
a) Which type of AI is being used?
→ Generative AI
b) What kind of input does the AI take in this case?
→ Text description
c) What kind of output is the AI generating?
→ Images/Paintings
Case 4:
A school uses an AI chatbot that helps students revise lessons and
practice quizzes.
a) What is this an example of?
→ Text-based Generative AI
b) Which common tool might the school be using?
→ ChatGPT or Google Bard
c) What is the AI trained on?
→ Educational content and previous data
BONUS ACTIVITY QUESTIONS
1. Look around you and collect the heights (in cm) of 5 friends
or family members. Calculate the Mean, Median, and Mode.
➤ (Hint: Write the values, find the average, middle value, and
most frequent value.)
2. Imagine you're designing an AI system to suggest clothes
based on the weather. How will you use probability and
statistics in your system?
3. Design a simple yes/no survey (e.g., "Do you like Math?")
and collect 10 responses. Show the result using a bar graph
and write what you observe.
4. Think of a tool you use daily (like YouTube or Google
Assistant). Do you think it uses Generative AI? Why or why
not?
5. Imagine you are a Generative AI tool trained on recipes.
What kind of dish would you create? Give it a fun name!