0% found this document useful (0 votes)
11 views13 pages

Maths For AI

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views13 pages

Maths For AI

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 13

Math For AI

Answer the following:


1.​ How does mathematics play a vital role in shaping the field of AI?
Mathematics supports AI by providing tools for modeling data, building algorithms, and
optimizing processes.
2.​ What are the key mathematical concepts that form the foundation of AI algorithms?
Key mathematical concepts in AI include linear algebra, calculus, probability theory, and
statistics.
3.​ How does probability theory contribute to the decision-making process in AI systems?
Probability theory aids in making decisions by quantifying uncertainties and determining the
likelihood of events.
4.​ What role does linear algebra play in representing and manipulating data in AI models?
Linear algebra is used to represent datasets as matrices and vectors and to perform
transformations critical to machine learning.
5.​ How does calculus help optimize AI models to improve performance and minimize errors?
Calculus helps optimize models by adjusting parameters to minimize errors and improve
predictions.
6.​ What are the four main branches of mathematics that underpin AI?
The four main branches are linear algebra, calculus, statistics/probability and discrete
mathematics.
7.​ What is the role of probability theory in AI?
Probability theory helps model uncertainty and design systems like Bayesian networks in AI.
8.​ How does calculus help in optimizing machine learning models?
Calculus is used for back propagation in training machine learning models.
9.​ What are some of the applications of AI-powered numerical data analysis in business and
industry?
Applications include fraud detection, trend analysis, and forecasting in business sectors.
10.​ How do convolutional neural networks(CNNs) work in image analysis?
CNNs analyze images by processing pixel data through convolutional layers to identify patterns
and features.
11.​ What is the definition of statistics?
Statistics is the science of collecting, analysing, interpreting, presenting, and organizing data to
make informed decisions.
12.​ What does the term ‘data’ refer to in statistics?
In statistics, data refers to a set of facts, observations, or measurements collected from various
sources for analysis.
13.​ What is the difference between descriptive and inferential statistics?
Descriptive statistics summarise and describe the characteristics of a dataset, while inferential
statistics use sample data to make generalizations or predictions about a large population.
14.​ How is probability used in statistical analysis?
Probability quantifies uncertainty by measuring likelihood of events occurring, which is
fundamental in making predictions and inferences from data.
15.​ Why is statistics important in making data-driven decisions?
Statistics provide objective insights and evidence, helping decision-makers to analyze trends,
understand patterns, and make informed, rational choices.
16.​ How does machine learning use statistics in AI?
Machine learning uses statistical methods to model data, identify patterns, and make
predictions or decisions based on that data.
17.​ What is the role of statistics in risk assessment for disaster management?
Statistics help estimate the likelihood and impact of potential disasters, guiding
preparedness and response strategies.
18.​ How is player performance evaluated using statistics in sports?
Player performance is evaluated by analyzing various statistical metrics such as points
scored, assists, defensive actions, and other relevant performance indicators.
19.​ What is epidemiological monitoring, and how does it use statistics?
Epidemiological monitoring tracks the spread of diseases in populations, using statistical
tools to analyze trends, predict outbreaks, and assess public health interventions.
20.​ What is ensemble forecasting, and how does it help in weather prediction?
Collaborative forecasting combines multiple weather models to create a range of possible
predictions, helping to account for uncertainty and improve the accuracy of weather
forecasts.
21.​ Define probability and explain its range.
Probability is a measure of the likelihood that a specific event will occur. The range of
probability is from 0 to 1, where 0 indicates that an event will not occur, and 1 indicates
that the event will certainly occur. Any probability value between 0 and 1 represents a
degree of uncertainty about the occurrence of the event.
22.​ What is experimental probability? Provide an example.
Experimental Probability
Experimental probability is the likelihood of an event occurring based on actual
experiments or observations. It is calculated using the formula: Number of times the event
occurs Experimental Probability = Total number of trials Unlike theoretical probability,
which is based on expected outcomes, experimental probability depends on real data and
may vary with different trials.
Example:
Suppose you toss a coin 100 times and get heads 55 times. The experimental probability of
getting heads is: Experimental Probability = 55 100 = 0.55 or 55%
Thus, the experimental probability of getting heads is 0.55 (or 55%).
23.​ Explain subjective probability with an example.
Subjective probability is based on personal judgment or intuition, rather than on data or
experiments. For example, a person might estimate the probability of winning a lottery
ticket based on their personal beliefs or experiences, even though there is no statistical
basis for this estimation.
24.​ What is conditional probability? How does it differ from other types of probability?
Conditional probability is the probability of an event occurring given that another event
has already occurred. It differs from other types of probability because it takes into
account prior information. For example, the probability of raining tomorrow given that it
rained today is a conditional probability.
25.​ Describe the difference between simple and compound events.
A simple event involves only one possible outcome (e.g., rolling a 3 on a dice), while a
compound event involves two or more simple events happening together (e.g., rolling an
odd number on a dice, which could be 1, 3, or 5).
26.​ How is probability used in recommender systems in AI?
In recommender systems, probability is used to predict a user's preferences based on their
past behavior or the behavior of similar users. For instance, if a user frequently watches
action movies, the system may assign a higher probability to recommending action movies
to that user.
27.​ What is the formula for calculating the probability of an event?
The formula for calculating the probability of an event is:
P(E) = Number of favorable outcomes Total number of possible outcomes
Where:
P(E) is the probability of event E.
Favorable outcomes are the outcomes that match the desired event.
Total possible outcomes are all possible results of the experiment.
28.​ Give an example of how probability is used in weather forecasting.
In weather forecasting, probability is used to predict the likelihood of various weather
conditions. For example, the Probability of Precipitation (PoP) predicts the likelihood of
rainfall, based on past weather data and patterns.
29.​ What role does probability play in traffic congestion analysis?
Probability plays a role in predicting traffic patterns, estimating congestion levels, and
optimizing traffic flow. By analyzing historical traffic data, probability models can predict
peak traffic times, accident risks, and help manage traffic signals efficiently.
30.​ Explain how Bayesian probability updates based on new evidence.
Bayesian probability updates the probability of an event based on new evidence or
information. This is done using Bayes' Theorem, which combines prior probability with
new evidence to calculate a revised probability. For example, if new medical test results
are received, Bayesian probability helps update the likelihood of a disease being present.
Long Answers:
1.​ Explore the connection between mathematics and AI elements such as algorithms,
data analysis, and optimization, focusing on finite vs. infinite patterns in AI
applications.
Connection Between Mathematics and AI Elements:
Mathematics forms the backbone of AI through algorithms, data analysis, and
optimization. Finite patterns, like structured datasets, aid in algorithmic efficiency, while
infinite patterns, such as neural networks, accommodate continuous learning. This
distinction enables AI to solve diverse problems, from rule-based tasks to adaptive
systems.
2.​ Assess the role of logical reasoning and problem-solving in AI development,
highlighting how mathematics underpins these skills.
Logical Reasoning and Problem-Solving in AI Development:
Logical reasoning helps create robust algorithms, while problem-solving enables adaptive
solutions. Mathematics supports these skills through formal logic, probability, and
computational methods, ensuring precise outcomes in AI models.
3.​ Choose two AI applications, like fraud detection and recommendation systems, and
explain the critical role of pattern recognition in their success.
Pattern Recognition in AI Applications:
Fraud Detection: AI identifies variances in transaction data, leveraging clustering and
outlier detection to flag irregularities.
Recommendation Systems: Machine learning identifies user behavior patterns to suggest
personalized content, using collaborative filtering and matrix factorization techniques.
4.​ Discuss how knowledge graphs utilize mathematical relationships to organize
information and generate responses.
Mathematical Relationships in Knowledge Graphs:
Knowledge graphs represent entities and their relationships mathematically, using graph
theory. Nodes and edges store information and organize data, enabling Al systems to
derive meaningful connections and responses.
5.​ Analyse the impact of statistics on AI, providing examples of descriptive and
inferential statistics in practice.
Impact of Statistics on AI:
Descriptive Statistics: Summarize data using measures like mean and variance to
understand trends.
Inferential Statistics: Enables AI to make predictions, such as hypothesis testing in
medical diagnoses.
6.​ Emphasize the significance of linear algebra as a fundamental tool in AI.
Significance of Linear Algebra in AI:
Linear algebra provides the framework for data representation, including vectors and
matrices. It is fundamental in building AI models, such as neural networks, by enabling
computations of weights and biases.
7.​ Describe data representation in linear algebra and the importance of linear
transformations and eigenvalues/eigenvectors in AI.
Data Representation and Linear Transformations in Linear Algebra:
Linear algebra represents data in matrix form for efficient manipulation. Linear
transformations simplify data processing, while eigenvalues and eigenvectors help reduce
dimensionality and improve model performance.
8.​ Highlight the role of probability theory in AI, explaining its use in managing
uncertainty, modeling complex systems, and making predictions, with examples of
probabilistic models in machine learning.
Probability Theory in AI:
Probability theory handles uncertainty and aids in predictions. Probabilistic models, like
Bayesian networks and Markov models, are essential in applications such as speech
recognition and weather forecasting.
9.​ Evaluate the importance of calculus in AI, detailing its application in optimization
algorithms, differential equations, and machine learning methods, including its role
in training neural networks.
Importance of Calculus in AI:
Calculus is crucial for optimization in AI, aiding in loss function minimization. Differential
equations model dynamic systems, while gradient descent, a calculus-based method, is
key to training neural networks.
10.​ Investigate AI methods for detecting patterns in numerical datasets, discussing
techniques like clustering, regression analysis, and association rule mining, with
examples.
AI Methods for Detecting Patterns in Numerical Datasets:
Clustering: Groups similar data points, such as customer segmentation in marketing.
Regression Analysis: Predicts continuous outcomes, like house prices.
Association Rule Mining: Discovers relationships, such as product recommendations in
e-commerce.
11.​ Describe the role of statistics in artificial intelligence, focusing on machine
learning, probabilistic models, and anomaly detection.
Role of statistics in artificial intelligence: Statistics is important in artificial
intelligence (AI), especially in machine learning. It helps in creating models that learn from
data through techniques like regression, classification, and clustering. Probabilistic
models, like Bayesian networks, help make predictions even when data is incomplete.
Statistics also helps in finding unusual patterns in data, which is useful for detecting
fraud, improving security, and diagnosing diseases.
12.​ How does statistics contribute to disaster management in terms of risk
assessment, early warning systems, and damage assessment?
Contribution of statistics to disaster management: Statistics helps in disaster
management by assessing risks, predicting disasters, and evaluating damage. It helps
predict the likelihood of disasters like floods and earthquakes, so people can be better
prepared. Early warning systems use statistics to predict disasters and give alerts. After a
disaster, statistics helps measure the damage, decide where resources are needed, and
track recovery progress.
13.​ Analyze the use of statistics in sports, including player performance evaluation,
game strategy, and fan engagement?
Use of statistics in sports: Statistics is important in sports to evaluate players, create
game strategies, and engage fans. It helps coaches assess player performance, like goals
scored and defense. It also helps coaches plan strategies by analyzing the strengths and
weaknesses of other teams. Fans enjoy statistics too, as they provide information on player
performance, team rankings, and past achievements.
14.​ Explain the role of statistics in disease prediction, highlighting epidemiological
monitoring, predictive analysis, and health data analysis.
Role of statistics in disease prediction: Statistics helps in predicting diseases by
tracking health trends, analyzing data, and making predictions. It helps monitor disease
spread and predict outbreaks. By studying past data, statistics can forecast future
disease occurrences, guiding public health efforts. It also helps in identifying risk factors,
predicting disease progression, and checking the effectiveness of treatments.
15.​ Discuss the significance of statistical analysis in weather forecasting, focusing on
numerical weather prediction, climate prediction, and extreme weather forecasting.
Significance of statistical analysis in weather forecasting: Statistical analysis
is key in predicting weather. It uses models to forecast short-term weather (numerical
weather prediction), analyze long-term climate trends, and predict extreme weather events
like hurricanes. This helps people prepare for weather changes and reduce damage from
severe weather.
16.​ Describe how reinforcement learning in AI uses statistics to improve
decision-making.
Reinforcement learning in artificial intelligence: Reinforcement learning (RL) in
AI uses statistics to help machines learn from trial and error. Machines or "agents" get
feedback in the form of rewards or penalties and use past experiences to make better
decisions. This method is used in robotics, gaming, and self-driving cars to improve
performance.
17.​ Explain how probabilistic models in AI help manage uncertainty, using examples
such Bayesian networks.
Probabilistic models in artificial intelligence: Probabilistic models, like Bayesian
networks are used in AI to make decisions when there is uncertainty. These models help in
predicting outcomes, such as diagnosing diseases based on symptoms. They are helpful in
situations where information is missing, making them useful for decision-making in AI.
18.​ Discuss the importance of statistics in monitoring recovery and assessing
vulnerability and resilience in disaster management.
Importance of statistics in disaster management: Statistics helps in disaster recovery by
measuring damage and assessing how well recovery efforts are working. It helps identify
areas that are most vulnerable and need more help. By analyzing long-term data, statistics
tracks how well communities recover, ensuring that the response meets the needs of the
people who are most affected.
19.​ Explain the different categories of probability with examples for each.
Categories of Probability
Probability is categorized into three main types: Theoretical Probability, Experimental
Probability, and Subjective Probability. Each type has its own approach to determining
likelihood.
1. Theoretical Probability
Theoretical probability is based on mathematical reasoning and assumes that all outcomes
are equally likely. It is calculated using the formula: Example: Number of favorable
outcomes P(E) = Total number of possible outcomes
If you roll a fair six-sided die, the probability of getting a 4 is: 1 P(4) = 6 There is one
favorable result (rolling a 4) among six potential outcomes (1, 2, 3, 4, 5, 6).
2. Experimental Probability
Experimental probability is based on actual experiments and real-world observations. It is
calculated using the formula: Number of times the event occurs P(E) = Total number of
trials
Example:
Suppose you flip a coin 100 times and get heads 55 times. The experimental probability of
getting heads is: 55 P(heads) = = 0.55 or 55% 100 Since this probability is based on real
data, it may not exactly match the theoretical probability of 50%.
3. Subjective Probability
Subjective probability is based on personal judgment, experience, or intuition rather than
mathematical calculations. It is often used in decision-making when exact data is
unavailable.
Example:
A weather forecaster predicts that there is a 70% chance of rain tomorrow based on
weather patterns, past experiences, and intuition. This probability is not calculated
mathematically but is estimated using expertise.
20.​ Discuss the formula for calculating probability and its components with an
example.
Conditional Probability
Formula for Calculating Probability and Its Components
Probability measures the likelihood of an event occurring. It is expressed as a number
between 0 (impossible) and 1 (certain).
Formula for Probability: P(E) = Number of Favorable Outcomes
Where:
Total Number of Possible Outcomes
P(E) = Probability of event E occurring.
Favorable Outcomes = Outcomes that satisfy the event condition.
Total Possible Outcomes = All possible outcomes in the sample space.
Components of Probability:
1. Sample Space (S):
The set of all possible outcomes.
Example: Rolling a die → S = {1, 2, 3, 4, 5, 6)
2. Event (E):
A specific outcome or set of outcomes within the sample space.
Example: Getting an even number on a die E= (2, 4, 6)
3. Favorable Outcomes:
The outcomes that match the event condition.
Example: Getting a 2, 4, or 6 when rolling a die (3 favorable outcomes).
4. Total Possible Outcomes:
The total number of elements in the sample space.
Example: Rolling a die→ 6 outcomes (1, 2, 3, 4, 5, 6)
Example:
Find the probability of drawing a red card from a standard deck of 52 playing cards.
Total possible outcomes = 52 (total cards).
Favorable outcomes = 26 (13 red hearts + 13 red diamonds).
Using the probability formula: 26 1 P(Red Card) = = = 0.5 52 2 Thus, the probability of
drawing a red card is 0.5 or 50%.
Key Probability Values:
0→ Impossible event (e.g., rolling a 7 on a six-sided die).
1→ Certain event (e.g., rolling a number between 1 and 6 on a six-sided die).
Between 0 and 1 → Likely or unlikely events (e.g., drawing a red card from a deck: 0.5).
21.​ What are the types of events in probability? Provide detailed explanations and
examples.
Types of events in probability
Simple Events: An event that consists of a single outcome. Example: Rolling a 3 on a
six-sided die is a simple event.
Compound Events: An event that consists of two or more simple events occurring together.
Example: Rolling an even number on a die (which could be 2, 4, or 6) is a compound event.
Independent Events: Two events are independent if the occurrence of one does
not affect the occurrence of the other. Example: Flipping a coin and rolling a die are
independent events.
Dependent Events: Two events are dependent if the occurrence of one event affects the
probability of the other. Example: Drawing two cards without replacement from a deck is a
dependent event.
Mutually Exclusive Events: Two events are mutually exclusive if they cannot occur at the
same time. Example: Getting a 4 or a 5 on a single roll of a six-sided die are mutually
exclusive events.
Complementary Events: Two events are complementary if one event happening
means the other cannot happen. Example: The event of rolling a number greater than 3
(complementary to rolling a 1, 2, or 3) on a six-sided die.
22.​ Discuss the applications of probability in AI and its significance in machine
learning.
Probability plays a crucial role in AI, particularly in machine learning:
Uncertainty Handling: Al systems use probability to handle uncertainty. For
example, in robot navigation, Al systems rely on probability to estimate the likelihood of
various actions leading to success, factoring in environmental uncertainties.
Naive Bayes Classification: In machine learning, Naive Bayes is a probabilistic
model used for classification tasks. It calculates the probability of different outcomes
based on prior knowledge.
Reinforcement Learning: In reinforcement learning, Al agents use probability to decide
which actions to take based on expected rewards, updating their beliefs as they receive
feedback.
Prediction: Probability is used in AI to predict future events based on observed patterns.
For example, in financial market prediction, algorithms use probability to forecast stock
price movements.
23.​ How is probability used in sports analysis, including player performance, injury
risk assessment, and game strategy?
Probability used in sports analysis, including player performance, injury risk assessment,
and game strategy:
Player Performance: Probability models are used to analyze a player's past
performance and predict their future performance. For instance, in cricket, the probability
of a batsman scoring above a certain number of runs can be estimated based on their
historical performance.
Injury Risk Assessment: Probability is used to estimate the likelihood of a player
getting injured based on factors such as physical condition, playing time, and injury
history.
Game Strategy: Teams use probability to optimize their strategies. For example, in
basketball, the probability of making a successful 3-point shot versus a 2-point shot is
used to develop shooting strategies.
24.​ Describe how probability is used in weather forecasting, including probability of
precipitation, temperature forecasting, and severe weather prediction.
Probability is used in weather forecasting, including probability of precipitation,
temperature forecasting, and severe weather prediction:
Probability of Precipitation (PoP): PoP is the probability that precipitation will occur at a
specific location during a specific time period. For example, if the forecast is 40%, it means
there is a 40% chance of rain.
Temperature Forecasting: Probability is used to predict temperature ranges.
Meteorologists might predict that the temperature will be between 70°F and 75°F with 80%
probability.
Severe Weather Prediction: Probability models help predict the likelihood of severe weather
events like hurricanes, tornadoes, or thunderstorms, aiding in disaster preparedness.
25.​ Explain the role of probability in traffic estimation, including travel time
estimation, accident prevention, and traffic signal optimization.
Role of probability in traffic estimation, including travel time estimation, accident
prevention, and traffic signal optimization.
Travel Time Estimation: Probability is used to predict the likelihood of different travel
times based on historical data, weather conditions, and traffic patterns.
Accident Prevention: Probability models help estimate the likelihood of accidents occurring
at specific locations based on factors like traffic volume, weather, and driver behavior.
Traffic Signal Optimization: Probability helps in optimizing traffic signals by predicting
traffic flow and adjusting signal timing to minimize congestion.
26.​ Discuss how Bayesian probability differs from classical probability and its
applications in modern technology.
Bayesian probability differs from classical probability and its applications in modern
technology:
Classical Probability: In classical probability, probabilities are fixed and do not change
with new information. For example, when tossing a fair coin, the probability of heads is
always 0.5.
Bayesian Probability: Bayesian probability updates probabilities as new evidence or
information becomes available. For example, in medical diagnosis, Bayesian probability
allows updating the likelihood of a disease based on test results.
Applications: Bayesian probability is widely used in machine learning, natural language
processing, and decision-making systems, where the information is uncertain and
continually updated.
27.​ How is probability used in game playing for AI agents? Provide detailed examples.
In AI game playing, probability is used to optimize decision-making:
Minimax Algorithm: Probability is used in the Minimax algorithm for decision-making in
zero-sum games like chess. It calculates the expected utility of different moves based on
probabilistic outcomes.
Monte Carlo Tree Search (MCTS): MCTS uses random simulations to predict the potential
outcomes of different moves in a game, making decisions based on probabilistic
evaluations.
28.​ Explain the significance of probability in natural language processing and its
application in tasks like machine translation.
In natural language processing (NLP), probability is used to model the uncertainty in
language and improve understanding:
Machine Translation: Probability models help translate text by estimating the likelihood of
different translations. For example, Google Translate uses statistical models to choose the
best translation based on probability.
Speech Recognition: In speech-to-text systems, probability models help determine the
most likely word sequences based on acoustic data.
Application based extra Questions:
1.​ How will the student use the estimated probabilities to prepare for the exam?
The student can prioritize studying the topics with the highest probabilities of appearing
on the exam. For instance, Topic A with a probability of 0.8 and Topic D with a probability
of 0.7 are more likely to be on the exam, so the student should focus more on these topics.
This targeted preparation can increase the chances of performing well in the exam by
ensuring the student is well-prepared for the most likely topics.
2.​ Role of statistics in launching a new smartphone:
Statistics help the company analyze market research data to understand consumer
preferences, potential demand, and market trends. By using statistical techniques such as
surveys, regression analysis, and forecasting models, the company can make data-driven
decisions about product features, pricing, and marketing strategies. This reduces the risk
of product failure and helps in aligning the product with market needs.
3.​ Applications of probability in predicting earthquakes:
● Seismic Risk Assessment: Probability models estimate the likelihood of earthquakes
occurring in different regions based on historical data and fault lines. This helps in
identifying areas at higher risk and planning for mitigation.
● Aftershock Forecasting: After a significant earthquake, probability models predict the
likelihood and intensity of aftershocks, helping in emergency response and preparedness.
4.​ Examples of probability theory in artificial intelligence:
● Spam Filtering: AI uses probability to classify emails as spam or not based on the
likelihood of certain words or patterns appearing in spam emails. This helps in effectively
filtering out unwanted messages.
● Recommendation Systems: Probability models predict which products or content a user
is likely to be interested in based on their past behavior and preferences, enhancing the
accuracy of recommendations.
5.​ How is mathematics and AI related? Explain in short.
Mathematics and AI are interconnected fields, with Mathematics supplying the theoretical
foundations for many AI algorithms. Patterns are repeating designs or sequences that can
be observed in numbers, shapes, images, languages, or objects in our surroundings. They
follow a specific order or arrangement, making them easily recognisable. Mathematics aids
in the study of these patterns. These patterns allow you to solve puzzles. They help identify
an order or arrangement in lists of images or numbers. They are present everywhere
around Us.
6.​ What are patterns? Explain with examples.
Patterns are regular and repeated ways in which data or events occur. For example, the
sequence of even numbers (2, 4, 6, 8) or the seasonal patterns in weather data.
7.​ What is meant by equal probability events?
Equal probability events are events that have the same chance of occurring. For example,
when flipping a fair coin, the probability of getting heads or tails is equal.
8.​ What is the role of “collecting data” in statistics?
Collecting data is the first step in statistics and involves gathering relevant information
from various sources to analyze and draw conclusions.
9.​ Give any two applications of statistics in real life.
Two applications of statistics in real life are:
● Analyzing consumer behavior in marketing to improve product sales.
● Assessing the effectiveness of medical treatments in healthcare.
10.​ If you have 10 red dresses and 3 white dresses. What is the probability of wearing
white dress?
The probability of wearing a white dress is 313\frac{3}{13}133.
11.​ Give one use of statistics in disaster management.
One use of statistics in disaster management is to analyze past disaster data to predict
and prepare for future events.
12.​ Give one use of probability in finance.
One use of probability in finance is to assess the risk of investment portfolios and predict
future market trends.
13.​ How is math used in AI?
AI uses Math for:
▪ Statistics (Exploring data): Example – What is the middle value of the data? Which is the
most common value in the data?
▪ Calculus (training and improving AI model): Example – which line is more slanted? Which
figure covers more area?
▪ Linear Algebra (finding out unknown or missing values): Example – How many plants are
there in total? How many cars are there in a city?
▪ Probability (predicting different events): Example – what will be the possible results of a
coin toss? Will it rain tomorrow?
14.​ How can statistics be used in sports?
▪ The Tokyo 2020 Olympics were postponed due to the developing global situation in light
of the Covid-19 pandemic.
▪ Statistics revealed that COVID cases sharply increased in Japan during the planned
period of Olympics.
15.​ How are statistics necessary for designing an AI project?
For AI project,
▪ Data is collected from various sources.
▪ Data is explored and cleaned to be used.
▪ Analysis of data is done to understand it better.
▪ Conclusions and decisions can be made from the data.
” Statistics is used for collecting, exploring, and analyzing the data. It also helps in
drawing conclusions from data.”
Multiple Choice Questions:
1.​ What is the main benefit of recognizing patterns in math and AI?
a.​ Improves memorization skills
b.​ Helps solve problems and make predictions
c.​ Makes learning more fun
d.​ Develops artistic abilities
2.​ Which mathematical concept helps describe patterns using rules or formulas?
a.​ Geometry
b.​ Statistics
c.​ Probability
d.​ Algebra
3.​ AI can learn patterns in what types of data?
a.​ Numbers only
b.​ Images only
c.​ Text only
d.​ All of the above
4.​ AI excels at finding patterns in large amounts of data. What branch of mathematics is
most helpful in describing these patterns?
a.​ Algebra
b.​ Calculus
c.​ Geometry
d.​ Statistics
5.​ In the series 2, 4, 6, 8, ……, what is the rule used to find the next number?
a.​ Add 1
b.​ Add 2
c.​ Multiply by 2
d.​ Divide by 2
6.​ Which of the following is NOT a common application of statistics in AI?
a.​ Identifying trends in customer behavior
b.​ Recognizing objects in images
c.​ Predicting the weather
d.​ Solving systems of linear equations
7.​ The process of collecting, organizing, and analyzing data to draw conclusions is called ?
a.​ Probability
b.​ Statistics
c.​ Calculus
d.​ Algebra
8.​ Which mathematical concept helps calculate the likelihood of an event happening?
a.​ Geometry
b.​ Statistics
c.​ Probability
d.​ Algebra
9.​ AI algorithms are like recipes that tell a computer what to do. What mathematical concept
is similar to a recipe with steps?
a.​ Geometry
b.​ Statistics
c.​ Probability
d.​ Algebra
10.​In the image processing field of AI, what mathematical concept helps analyze the
arrangement of pixels in an image?
a.​ Geometry
b.​ Statistics
c.​ Probability
d.​ Algebra
11.​With one throw of a 6-sided die, what’s the probability of getting an odd number?
a.​ ⅕
b.​ ⅖
c.​ ⅚
d.​ ½
12.​Which of the following is an equation?
a.​ 2x + 5
b.​ x+2=4x
c.​ x^2+2x
d.​ 5+5x+5x^2
13.​What is the value of x? 10x-8=6x
a.​ 8
b.​ 4
c.​ 2
d.​ 6
14.​What is the probability of getting head when you toss a coin once?
a.​ 0.75
b.​ 1
c.​ 0
d.​ 0.5
15.​The median of the data: 155, 160, 145, 149, 150, 147, 152, 144, 148 is
a.​ 149
b.​ 150
c.​ 147
d.​ 144
Fill in the blanks:
1.​ The ability to recognize arrangements of numbers, shapes, or color is called pattern .
2.​ AI uses math to solve complex problems by finding patterns in data.
3.​ Data used to train AI systems needs to be cleaned and organized before it can be used
effectively.
4.​ A set of instructions that tell a computer what to do is called an algorithm.
5.​ When training an AI system, large amounts of data are needed to help it learn patterns.
Match the following:
1.​ Probability​ ​ -​ exploring data (3)
2.​ Calculus​ ​ -​ finding out unknown or missing values (4)
3.​ Statistics ​ ​ -​ predicting different events (1)
4.​ Linear algebra​ -​ training and improving AI model (2)

You might also like