AI-CSE-UNIT-I
AI-CSE-UNIT-I
UNIT-1
Artificial Intelligence
V SEM
Department of Computer Science (AIML)
Unit-1 Syllabus
Introduction to Intelligence
Foundation of AI
History of AI
Structure of Agents
Problem Solving
Formulating Problems
Problem types, States and Operators
State Space
Search Strategies – Uninformed & Informed
- BFS, DFS, Best First Search, A* , Heuristic functions,
Iterative deepening A*
Adversarial search / Game Playing – Perfect decision
games and imperfect decision games, evaluation function,
alpha beta pruning
1
19-10-2024
Cognition
2
19-10-2024
Cognition
3
19-10-2024
4
19-10-2024
10
5
19-10-2024
11
Research
Babies are born with the ability to think about objects
before they learn language.
12
6
19-10-2024
13
14
7
19-10-2024
Artificial Intelligence
What Is AI?
Universally accepted definition:
AI is the study of how to make computers do things
which, at the moment, people do better.
15
16
8
19-10-2024
Intelligence
Intelligence is that property of mind which encompasses many
related mental abilities like:
Learning
Reasoning
Inferencing
Problem solving
Perceiving
Store Knowledge
Comprehend ideas and communicate in Natural language
Learn new concepts and ideas from environment
Offer advice based on rules and situations
17
Understanding of AI
18
9
19-10-2024
Artificial Intelligence
Various authors have defined AI differently. These definitions of AI are organized
into four categories:
19
Categories of AI
So the definitions of AI are organized into four categories:
Thinking Humanly Thinking Rationally
Acting Humanly Acting Rationally
20
10
19-10-2024
AI Goals
21
Categories of AI Systems
22
11
19-10-2024
Types of AI
There are mainly two types of main categorization which are
based on capabilities and based on functionally of AI. Following
is flow diagram which explain the types of AI.
23
Types of AI
Type 1- Based on capabilities:
i) Artificial Narrow Intelligence – dedicated to one task
ii) Artificial General Intelligence – performs like humans
iii)Artificial Super intelligence – more intelligent than humans
12
19-10-2024
Types of AI
ii) Limited Memory : use past- and present-moment data to
decide on a course of action most likely to help achieve a
desired outcome.
Examples:
1. Generative AI tools like ChatGPT, Bard and DeepAI.
2. Virtual assistants and chatbots: Siri, Alexa, Google
Assistant, Cortana (Microsoft) and IBM Watson Assistant
3. Self-driving cars: Autonomous vehicles use Limited
Memory AI to understand the world around them in real-
time and make informed decisions on when to apply
speed, brake, make a turn, etc.
25
Types of AI
iii) Theory of Mind: understand the thoughts and emotions
of other entities. Currently in development.
26
13
19-10-2024
28
14
19-10-2024
Human
Human ?
Interrogator
AI system
29
30
15
19-10-2024
ELIZA
31
32
16
19-10-2024
33
34
17
19-10-2024
Components of AI Program
AI techniques must be independent of the problem domain.
Components of AI Program
3) Inference mechanism: requires:
36
18
19-10-2024
Foundations of AI
Foundation of AI is based on
1. Philosophy
2. Mathematics
3. Economics
4. Neuroscience
5. Control Theory
6. Linguistics
7. Computer Engineering
8. Psychology
37
Foundations – 1. Philosophy
38
19
19-10-2024
Foundations – 2. Mathematics
Use of more formal logical methods
Boolean logic
Fuzzy logic
Uncertainty
The basis for most modern approaches to handle
uncertainty in AI applications can be handled by
Probability theory
Modal and Temporal logics
39
Foundations – 3. Economics
40
20
19-10-2024
Foundations – 4. Neuroscience
How do the brain work?
Early studies (1824) relied on injured and abnormal
people to understand what parts of brain work
More recent studies use accurate sensors to correlate
brain activity to human thought
By monitoring individual neurons, monkeys can now
control a computer mouse using thought alone
How close are we to have a mechanical brain?
Parallel computation, remapping, interconnections,….
41
42
21
19-10-2024
Foundations – 6. Linguistics
How does language relate to thought?
Speech demonstrates so much of human intelligence
Analysis of human language reveals thought taking place
in ways not understood in other settings
Children can create sentences they have never heard
before
Language and thought are believed to be tightly
intertwined
43
8. Psychology
How do humans and animals think and act ?
44
22
19-10-2024
Sub-areas of AI
AI is interdisciplinary field having diverse subfields.
Each one these fields in an area of research in AI
itself. Some of them are:
1. Neural networks
2. Computer vision
3. Robotics
4. Data mining
5. Game playing methodologies
6. Fuzzy, model and temporal logic
7. Expert problem solving
8. Web agents
45
Sub-areas of AI – Contd..
1. Neural Networks
Neural Networks are inspired by human brains
and copies the working process of human brains.
It is based on a collection of connected units or
nodes called artificial neurons or perceptrons.
46
23
19-10-2024
Sub-areas of AI – Contd..
Computer Vision
Processing any image/video sources to extract
meaningful information and take action accordingly.
47
Sub-areas of AI – Contd..
Machine Learning
The capability of Artificial Intelligence systems to learn by
extracting patterns from data is known as Machine Learning.
It is a subset of Artificial Intelligence that is based on the idea
that machines can be given access to data along with the
ability to learn from it.
48
24
19-10-2024
Sub-areas of AI – Contd..
Robotics
Robots are the artificial agents which behaves like humans
Build for the purpose of manipulating the objects by
o perceiving,
o picking,
o moving,
o modifying the physical properties of object,
thereby freeing manpower from doing repetitive functions
without getting bored, distracted, or exhausted.
49
Applications
50
25