Artificial Intelligence: Presented By: Er. Shree Ram Khaitu
Artificial Intelligence: Presented By: Er. Shree Ram Khaitu
Artificial Intelligence: Presented By: Er. Shree Ram Khaitu
Intelligence
10/05/2020 2
Syllabus
Goal in Problem solving
Intelligence
Knowledge Representation
Inference and Reasoning
Machine Learning
Application of AI
10/05/2020 3
Lecture Syllabus
Introduction
Agent
Searching and problem solving
Adveserial search/Game playing
Knowledge Representation
Learning
Reasoning
Expert system
Neural Nets
NLP
10/05/2020 4
Introduction
What is AI? What are its application?
- Act like human
- Think like human
- Act rationally
- Think rationally
10/05/2020 5
Goals of AI
- Intelligence in machine
- Automation
- To solve problems
Challenge of AI
- Uncertainty
- Efficiency
- Beliefs
10/05/2020 6
Assignment 1
Define AI with its applications.(1+4)
What is Interrogation Test? Explain.(3)
10/05/2020 7
Agent
Artificial Agent
perceiving its environment ->sensors and
10/05/2020 8
block diagram
i.e. 𝐹: 𝑃∗→𝐴
10/05/2020 9
Environment
Fully observable (vs. partially observable)
◦ access to the complete state at each point in
time.
Deterministic (vs. stochastic): The next state
,completely determined by the current state
Episodic (vs. sequential): "episodes"
Static (vs. dynamic): unchanged
Discrete (vs. continuous): distinct, clearly defined
percepts and actions.
Single agent (vs. multiagent)
10/05/2020 10
Chess with Chess without Taxi driving
a clock a clock
Fully observable Yes Yes No
Deterministic Strategic Strategic No
Episodic No No No
Static Semi Yes No
Discrete Yes Yes No
Single agent No No No
10/05/2020 11
Types of Agent
Table Driven agent
Simple Reflex agent
Model-based reflex agent
Goal-based agent
Learning agent
10/05/2020 12
Table driven agent
10/05/2020 13
Simple Reflex Agents
Model-Based Reflex Agents
Goal-based agents
Learning agents
Task Environment
four parameters. PEAS.
Automatic Taxi Driver as an artificial agent.
Then,
• Performance measure
- Speed, punctuality, handling, safety
• Environment
- Road, traffic light, pedestrian, vehicle.
• Actuators
10/05/2020 18
Problem Solving and Searching
10/05/2020 19