CLASS X AI PPT_Chap1 and Chap2
CLASS X AI PPT_Chap1 and Chap2
to AI
Excite Module
What do you think Artificial Intelligence is?
What do you want to learn about AI?
How do you think we should go about it?
What will you learn?
Artificial Intelligence
It is concerned with the design of
intelligence in an artificial device
It is the ability of a machine or a
computer program to carry out tasks that
normally requires human intelligence
Game reflection
Semantris Quick Draw
Word association game Draw 6 objects correctly in a Rock Paper Scissors
powered by Machine row. Be the first to win 20 games
Learning. against the AI to obtain the
final clue.
Domain:
Domain: Domain:
Natural Language Processing
Computer Vision Data for AI
Quiz Time
1. Which one of the 2. This language is easy to
following is an application learn and is one of the
of AI? most popular language
a. Remote controlled Drone for AI today:
b. Self-Driving Car a. C++
c. Self-Service Kiosk b. Python
d. Self-Watering Plant c. Ruby
System
d. Java
3. Which of the following is 5. What does NLP stand for
not a stage in the AI in AI?
Project Cycle: a. Neutral Learning
a. Problem Scoping Projection
b. Neuro-Linguistic
b. Data Acquisition Programming
c. Data Exploration c. Natural Language
d. Prototyping Processing
d. Neural Logic Presentation
Smart Home
https://www.youtube.com/watch?v=1Caja
UoI3vU
Activity
Build your dream home
Activity
Write an interactive story
Using inklewriter
https://www.inklestudios.com/inklewriter/
Purpose module
how you can use AI for good-SDG
Possibilities module
Topics to be covered
Understand the definition of AI
Types of tasks done by AI
Different components involved with intelligent
behaviour
Examine the different ways of approaching AI
Look at some example systems that use AI
Trace briefly the history of AI
What is AI
It is concerned with the design of intelligence
in an artificial device
It is the ability of a machine or a computer
program to carry out tasks that normally
requires human intelligence
What is AI
The Turing test was developed by Alan Turing
(Computer scientist) in 1950.
Father of Artificial Intelligence: John McCarthy
This term was coined by John McCarthy in 1956
Turing Test
Types of Tasks done by AI
Intelligententities needs to be able to do both
ordinary and expert tasks .
Ordinary tasks:
Planning activity,
Recognizing people, objects
Communicating
Navigating round obstacles on the street
Expert task:
Medical diagnosis
Mathematical problem solving
Expert task are comparatively easy for
machine to do than mundane task, as per
previous experiences in the field of AI
Intelligent behaviour comprise of
Perception
Reasoning
Learning
Understanding language
Solving problems
Introduction to AI Domains
• Artificial Intelligence becomes intelligent according
to the training which it gets. For training, the machine
is fed with datasets.
• According to the applications for which the AI
algorithm is being developed, the data which is fed
into it changes.
• With respect to the type of data fed in the AI model,
AI models can be broadly categorised into three
domains:
Data Sciences
Data sciences is a domain of AI related to
data systems and processes, in which the
system collects numerous data, maintains
data sets and derives meaning/sense out
of them.
The information extracted through data
science can be used to make a decision
about it.
Computer Vision
Computer Vision(CV) is a domain of AI that
depicts the capability of a machine to get and
analyse visual information and afterwards predict
some decisions about it.
The entire process involves image acquiring,
screening, analysing, identifying and extracting
information.
In computer vision, input to machines can be
photographs, videos and pictures from thermal or
infrared sensors, indicators and different sources.
The main objective of this domain of AI is to teach
machines to collect information from pixels.
Natural Language Processing
Natural Language Processing(NLP), is a branch of
artificial intelligence that deals with the interaction
between computers and humans using the natural
language.
Data Acquisition
Data Exploration
Modeling
Evaluation
Problem Scoping
List of
Theme Topic
Problems
4 Ws Problem Canvas
Who What
Where Why
Problem Statement Template
Our [Stakeholder(s)] Who
data.gov.in Data
india.gov.in which we
Incometaxindia.gov.in collect should
Indianrail.gov.in be
open-sourced
and not
someone’s
property
System Map
System Maps are used to show the
components and boundaries of a system
at a specific point of time.
Here, System is the goal of our project
and factor are the data features.
https://ncase.me/loopy/
System Map to show Depression and
Anxiety Connection
Example of System Map to show Water Cycle
Activity:
let’s think the type of data required for
the given AI model:
Photosynthesis
System map
QA
1. What is a problem statement template
and what is its significance?
https://datavizcatalogue.com/
Types
Line Graphs are used to display quantitative values
over a continuous interval or time period.
Example:
The following line graph shows annual sales of a
particular business company for the period of six
consecutive years:
Types
Bar Charts represent categorical data with
rectangular bars. They are commonly used to
compare several categories of data.
Example:
The bar chart below represents the total sum of
sales for Product A and Product B over three years.
Types
Pie Charts It shows part-whole relationships. It
displays data and statistics in an easy-to-understand
‘pie-slice’ format and illustrates numerical
proportion.
Example:
The pie chart below
represents the proportion
of types of transportation
used by 1000 students to
go to their school.
QA
Name the third stage of AI project life
cycle.
Why data analysis is required?
Enlist any 6 types of graphs?
Why graphs considered better to analyze
data rather than text data?
QAs
1. The basis of decision making depends upon the
availability of ____________and how we experience and
understand it.
2. A machine can also become intelligent if they are
trained with __________ which helps them achieve their
tasks
3. What do you understand by linguistic Intelligence?
4. Mention two types of machines which have evolved with
time.
5. Mention four examples of artificially intelligent
applications in our smartphones.
6. How does a machine become Artificially Intelligent?
7. Mention four examples of machines that are not AI but
confused with AI.
8. Pick the odd one out and justify your answer:
a. Snap Chat Filter b. Face Lock in Phone
c. Chatbot d. Image search Option
11. Differentiate between what is AI and what is not AI with the help of
an example?
Supervised Learning
Reinforcement Learning
Unsupervised Learning
Supervised Learning
Supervised Learning
Insupervised learning, an algorithm is
employed to learn the mapping function from
the input variable (x) to the output variable (y);
that is y = f(X).
Two types: Classification and Regression
Supervised Learning
Similarity:
Regression and classification are categorized
under the same umbrella of supervised machine
learning.
Both share the same concept of utilizing known
datasets (referred to as training datasets) to make
predictions.
Difference
The main difference between them is that the
output variable in regression is numerical (or
continuous) while that for classification is
categorical (or discrete).
Supervised Learning
Example:
when provided with a dataset about houses,
and you are asked to predict their prices, that
is a regression task because price will be a
continuous output.
when provided with a dataset about houses,
a classification algorithm can try to predict
whether the prices for the houses “sell more
or less than the recommended retail price.”
Supervised Learning
Google: train your model
To do activity
https://teachablemachine.withgoogle.co
m/train
Identify the following as classification
and regression learning
https://experiments.withgoogle.com/dru
m-machine
Neural Network Activity
a) Data
b) NLP
c) Computer Vision
d) Both (a) and (b)
10. Rock paper and scissors game is based on the
following domain:
a. Data for AI
b. Natural Language Processing
c. Computer Vision
d. Image processing
11. Select a game which is based on Data
Science domain of AI:
a. Rock Paper and Scissors
b. Mystery Animal
c. Emoji Scavenger Hunt
d. Pokémon
13. Identify the domain of AI in the following image:
a. Data for AI
b. Natural Language Processing
c. Computer Vision
d. Rule based
14. Where do we collect data from?
15. Why do we need to collect data?
16. What do you understand by Data Privacy?
17. Is data which is collected by various applications
ethical in nature? Justify your answer.
18. What do you understand by AI, ML & DL? How
are they different from each other?
19. Why do apps collect data in our phone?