SlideShare ist ein Scribd-Unternehmen logo
1 von 37
Downloaden Sie, um offline zu lesen
Artificial Intelligence
Chapter 1
Dr. Ali Arshad
Course learning Outcome
1. Understand basic concepts of artificial
intelligence
2. Apply basic concepts to solve AI problems
3. Design and implement algorithms to solve
real world problems.
Course Assessment
• Assignment 10%
• Quiz 10%
• OHT (1 and 2) / Midterm 30%
• Final 50%
Text Book
• Artificial Intelligence: A Modern Approach, by
Stuart Jonathan Russell, Peter Norvig, John F.
Canny, 3nd Edition, Prentice Hall.
Contents
1 Introduction to AI, Intelligent Agents
2 Problem-solving
3 Solving Problems by Searching, Informed Search and Exploration
4 Constraint Satisfaction Problems, Adversarial Search.
5 Knowledge and reasoning
6 Logical Agents, First-Order Logic, Inference in First-Order Logic
7 Knowledge Representation. Planning and Acting in the Real World.
8 Uncertain knowledge and reasoning
9 Uncertainty, Probabilistic Reasoning, Probabilistic Reasoning over Time
10 Making Simple Decisions, Making Complex Decisions
11 Learning from Observations
12 Knowledge in Learning; Learning Method
13 Reinforcement Learning
14 Decision Tree
15 Artificial Neural Network
16 Communicating, perceiving, and acting
17 Communication, Probabilistic Language Processing, Perception and Robotics
INTRODUCTION
Unit 1
Purpose of This Class
• To teach you the basics of Artificial
Intelligence
• To excite you!
The Science of AI
• AI is one of the newest sciences.
• It build intelligent entities rather than just to
understand
• Work started in earnest soon after World War-II,
named in 1956 (ALAN TUNING).
• At that time AI “Field I would most Like to be in”
• AI currently encompasses a huge variety of
subfields, ranging from general-purpose areas,
such as learning and perception to such specific
tasks as playing chess, proving mathematical
theorems, writing poetry, and diagnosing
diseases.
The Science of AI Contd…
• We want to make the machine who work, think like human
and make intelligent system.
• Example:
• Smart phones: we have Siri or Google Assistant. We don't
have to write just speaking and converting into by using
NLP and not only converting but also finding the answer
this is all based on backend AI Algorithms.
• Smart Cars: Tesla Company has made the cars, we just sit in
the car and put the destination, and car will analyze how to
go when to push break and in which to drive, this is all done
by Artificial Intelligence
• We want the machine to Learn, Precept and on these basis
make decision. We just want the machine to make decision
rather than it is good or bad.
• Artificial Intelligence is used to fill the barrier between
human and robot
The Science of AI Contd…
• Many algorithms are working behind like
Searching , Sorting, reasoning algorithm.
• Example Youtube or Netflex
• Expert System:
• Human Behavior
1. Reasoning
2. Learning
3. Problem solving
4. Perception
What is AI?
15
Intelligence
• Are the things shown below, Intelligent?
16
Ex-1: Searching a path …
Different mice might follow different paths based to their intelligence
In other words: The problem can be solved in many ways
Ability to solve problems demonstrates Intelligence
17
Ex-2: Next number in the
sequence …
• Consider the following sequence …
1,3,7,13,21,__
–What is the next number ?
• Key: Adding the next EVEN number …
1+2 = 3; 3+4 = 7; 7+6 = 13; 13+8 =21; 21+10 = 31
1,3,7,13,21,31
Ability to solve problems demonstrates
Intelligence
18
Intelligent Machines
• Ability to solve problems
• Ability to plan and schedule
• Ability to memorize and process information
• Ability to answer fuzzy questions
• Ability to learn
• Ability to recognize
• Ability to understand
• Ability to perceive
• And many more …
What is AI?
AI Defined
Act Like Humans
• The Turing Test approach- 1950
• The computer passes the test if a human interrogator,
after posing some written questions, cannot tell whether
the written responses come from a person or not.
• The computer would need to possess the
following capabilities:
1. Natural Language Processing
2. knowledge representation
3. automated reasoning
4. machine learning
Think Like Humans
• The cognitive modeling approach get inside the actual
workings of human minds.
• Cognitive science (The interdisciplinary scientific
investigation of the mind and intelligence. It
encompasses the ideas and methods of psychology,
linguistics, philosophy, computer science, artificial
intelligence, neuroscience)
• If the program's input/output and timing behaviors
match corresponding human behaviors, that is
evidence that some of the program's mechanisms
could also be operating in humans.
Think Rational
• The "laws of thought" approach Greek philosopher
Aristotle - "right thinking”
• His syllogisms provided patterns for argument structures
that always yielded correct conclusions when given correct
premises-
• for example, “Imran is a man; all men are mortal; therefore,
Imran is mortal."
• These laws of thought were supposed to govern the
operation of the mind; their study initiated the field called
logic.
• logics tradition within artificial intelligence hopes to build
on such programs to create intelligent systems.
Act Rational
• The rational agent approach
• An agent is just something that acts
• Computer agents : operating under autonomous
control, perceiving their environment, persisting over
a prolonged time period, adapting to change, and
being capable of taking on another's goals.
• A RATIONAL AGENT is one that acts so as to achieve
the best outcome or, when there is uncertainty, the
best expected outcome.
The Foundations of AI
PHILOSOPHY
MATHEMATICS
ECONOMICS
NEUROSCIENCE
PHSYCHOLOGY
COMPUTER ENGINERING
CONTROL THEORY AND CIBERNETICS
LINGUISTICS
Foundation of Artificial Intelligence
State of the Art
State of the art – What AI can do?
• Which of the following can be done at present?
♦ Play a decent game of table tennis
♦ Drive safely along a curving mountain road
♦ Drive safely along Expressway
♦ Buy a week’s worth of groceries on the web
♦ Buy a week’s worth of groceries at “HyperStar”
♦ Win against any human at chess
♦ Discover and prove a new mathematical theorem
♦ Grab a particular cup and put it on a shelf
♦ Write an intentionally funny story
♦ Translate spoken English into spoken Swedish in real time
♦ Converse successfully with another person for an hour
♦ Perform a complex surgical operation
♦ Unload any dishwasher and put everything away
• AI has successfully been used in
– Finance
– Robotics
– Games
– Medicine
– Web
Lecture 1.pdf
Lecture 1.pdf
Lecture 1.pdf
Lecture 1.pdf
Lecture 1.pdf
Lecture 1.pdf

Weitere ähnliche Inhalte

Was ist angesagt?

Artificial Intelligence introduction
Artificial Intelligence introductionArtificial Intelligence introduction
Artificial Intelligence introductionKuppusamy P
 
Artificial intelligence(02)
Artificial intelligence(02)Artificial intelligence(02)
Artificial intelligence(02)Nazir Ahmed
 
Intro artificial intelligence
Intro artificial intelligenceIntro artificial intelligence
Intro artificial intelligenceFraz Ali
 
AI: Introduction to artificial intelligence
AI: Introduction to artificial intelligenceAI: Introduction to artificial intelligence
AI: Introduction to artificial intelligenceDataminingTools Inc
 
Artificial intelligence Ch1
Artificial intelligence Ch1Artificial intelligence Ch1
Artificial intelligence Ch1kassatilahun
 
Human and Artificial Intelligence
Human and Artificial IntelligenceHuman and Artificial Intelligence
Human and Artificial Intelligenceorengomoises
 
Cognitive Science and AI
Cognitive Science and AICognitive Science and AI
Cognitive Science and AISaboor Ahmed
 
Turing Test : From A.I. to Beyond !
Turing Test : From A.I. to Beyond !Turing Test : From A.I. to Beyond !
Turing Test : From A.I. to Beyond !Abhishek Singh
 
Artificial intelligence intro cp 1
Artificial intelligence  intro  cp  1Artificial intelligence  intro  cp  1
Artificial intelligence intro cp 1M S Prasad
 
artificial intelligence
artificial intelligenceartificial intelligence
artificial intelligenceSouravKar23
 

Was ist angesagt? (20)

AIML_Unit1.pptx
AIML_Unit1.pptxAIML_Unit1.pptx
AIML_Unit1.pptx
 
C1 into to ai
C1 into to aiC1 into to ai
C1 into to ai
 
Artificial Intelligence introduction
Artificial Intelligence introductionArtificial Intelligence introduction
Artificial Intelligence introduction
 
Lecture 1
Lecture 1Lecture 1
Lecture 1
 
Artificial intelligence(02)
Artificial intelligence(02)Artificial intelligence(02)
Artificial intelligence(02)
 
Intro artificial intelligence
Intro artificial intelligenceIntro artificial intelligence
Intro artificial intelligence
 
Ai lecture 1
Ai  lecture 1Ai  lecture 1
Ai lecture 1
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
Final slide (bsc csit) chapter 1
Final slide (bsc csit) chapter 1Final slide (bsc csit) chapter 1
Final slide (bsc csit) chapter 1
 
AI: Introduction to artificial intelligence
AI: Introduction to artificial intelligenceAI: Introduction to artificial intelligence
AI: Introduction to artificial intelligence
 
Artificial intelligence Ch1
Artificial intelligence Ch1Artificial intelligence Ch1
Artificial intelligence Ch1
 
Human and Artificial Intelligence
Human and Artificial IntelligenceHuman and Artificial Intelligence
Human and Artificial Intelligence
 
Cognitive Science and AI
Cognitive Science and AICognitive Science and AI
Cognitive Science and AI
 
901470 chap1
901470 chap1901470 chap1
901470 chap1
 
Lecture 01
Lecture 01Lecture 01
Lecture 01
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Turing Test : From A.I. to Beyond !
Turing Test : From A.I. to Beyond !Turing Test : From A.I. to Beyond !
Turing Test : From A.I. to Beyond !
 
Artificial intelligence intro cp 1
Artificial intelligence  intro  cp  1Artificial intelligence  intro  cp  1
Artificial intelligence intro cp 1
 
artificial intelligence
artificial intelligenceartificial intelligence
artificial intelligence
 

Ähnlich wie Lecture 1.pdf

Lecture 1. Introduction to AI and it's applications.ppt
Lecture 1. Introduction to AI and it's applications.pptLecture 1. Introduction to AI and it's applications.ppt
Lecture 1. Introduction to AI and it's applications.pptDebabrataPain1
 
EELU AI lecture 1- fall 2022-2023 - Chapter 01- Introduction.ppt
EELU AI  lecture 1- fall 2022-2023 - Chapter 01- Introduction.pptEELU AI  lecture 1- fall 2022-2023 - Chapter 01- Introduction.ppt
EELU AI lecture 1- fall 2022-2023 - Chapter 01- Introduction.pptDaliaMagdy12
 
Artificial Intelligence.pptx
Artificial Intelligence.pptxArtificial Intelligence.pptx
Artificial Intelligence.pptxMirzaJahanzeb5
 
Artificial_intelligence.pptx
Artificial_intelligence.pptxArtificial_intelligence.pptx
Artificial_intelligence.pptxcharusharma165
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligencefunpathshala
 
Artificial Intteligence-unit 1.pptx
Artificial Intteligence-unit 1.pptxArtificial Intteligence-unit 1.pptx
Artificial Intteligence-unit 1.pptxhoneydv1979
 
Artificial intelligence introduction
Artificial intelligence introductionArtificial intelligence introduction
Artificial intelligence introductionRujalShrestha2
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligenceravijain90
 
Introduction to Artificial Intelligence.pdf
Introduction to Artificial Intelligence.pdfIntroduction to Artificial Intelligence.pdf
Introduction to Artificial Intelligence.pdfgqgy2nsf5x
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligencemailmerk
 
Artificial Intelligence PPT.ppt
Artificial Intelligence PPT.pptArtificial Intelligence PPT.ppt
Artificial Intelligence PPT.pptDarshRawat2
 
AI Slides till 27-Mar.pptx
AI Slides till 27-Mar.pptxAI Slides till 27-Mar.pptx
AI Slides till 27-Mar.pptxMuhammadRiaz237
 
Introduction to AI (Artificial Intelligence).
Introduction to AI (Artificial Intelligence).Introduction to AI (Artificial Intelligence).
Introduction to AI (Artificial Intelligence).amolakkumar45
 
chapter 1 AI.pptx
chapter 1 AI.pptxchapter 1 AI.pptx
chapter 1 AI.pptxqwtadhsaber
 

Ähnlich wie Lecture 1.pdf (20)

Lecture 1. Introduction to AI and it's applications.ppt
Lecture 1. Introduction to AI and it's applications.pptLecture 1. Introduction to AI and it's applications.ppt
Lecture 1. Introduction to AI and it's applications.ppt
 
AI.ppt
AI.pptAI.ppt
AI.ppt
 
EELU AI lecture 1- fall 2022-2023 - Chapter 01- Introduction.ppt
EELU AI  lecture 1- fall 2022-2023 - Chapter 01- Introduction.pptEELU AI  lecture 1- fall 2022-2023 - Chapter 01- Introduction.ppt
EELU AI lecture 1- fall 2022-2023 - Chapter 01- Introduction.ppt
 
#1 Lecture .pptx
#1 Lecture .pptx#1 Lecture .pptx
#1 Lecture .pptx
 
Artificial Intelligence.pptx
Artificial Intelligence.pptxArtificial Intelligence.pptx
Artificial Intelligence.pptx
 
Unit 1 AI.pptx
Unit 1 AI.pptxUnit 1 AI.pptx
Unit 1 AI.pptx
 
Artificial_intelligence.pptx
Artificial_intelligence.pptxArtificial_intelligence.pptx
Artificial_intelligence.pptx
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Artificial Intteligence-unit 1.pptx
Artificial Intteligence-unit 1.pptxArtificial Intteligence-unit 1.pptx
Artificial Intteligence-unit 1.pptx
 
1.Introduction.ppt
1.Introduction.ppt1.Introduction.ppt
1.Introduction.ppt
 
Artificial intelligence introduction
Artificial intelligence introductionArtificial intelligence introduction
Artificial intelligence introduction
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Lect 01, 02
Lect 01, 02Lect 01, 02
Lect 01, 02
 
Introduction to Artificial Intelligence.pdf
Introduction to Artificial Intelligence.pdfIntroduction to Artificial Intelligence.pdf
Introduction to Artificial Intelligence.pdf
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Artificial Intelligence PPT.ppt
Artificial Intelligence PPT.pptArtificial Intelligence PPT.ppt
Artificial Intelligence PPT.ppt
 
Artificial Intelligence.pptx
Artificial Intelligence.pptxArtificial Intelligence.pptx
Artificial Intelligence.pptx
 
AI Slides till 27-Mar.pptx
AI Slides till 27-Mar.pptxAI Slides till 27-Mar.pptx
AI Slides till 27-Mar.pptx
 
Introduction to AI (Artificial Intelligence).
Introduction to AI (Artificial Intelligence).Introduction to AI (Artificial Intelligence).
Introduction to AI (Artificial Intelligence).
 
chapter 1 AI.pptx
chapter 1 AI.pptxchapter 1 AI.pptx
chapter 1 AI.pptx
 

Kürzlich hochgeladen

scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...HenryBriggs2
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwaitjaanualu31
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Arindam Chakraborty, Ph.D., P.E. (CA, TX)
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdfKamal Acharya
 
Rums floating Omkareshwar FSPV IM_16112021.pdf
Rums floating Omkareshwar FSPV IM_16112021.pdfRums floating Omkareshwar FSPV IM_16112021.pdf
Rums floating Omkareshwar FSPV IM_16112021.pdfsmsksolar
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesMayuraD1
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaOmar Fathy
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityMorshed Ahmed Rahath
 
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...soginsider
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network DevicesChandrakantDivate1
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayEpec Engineered Technologies
 
2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projectssmsksolar
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxSCMS School of Architecture
 
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...Health
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsvanyagupta248
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptMsecMca
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.Kamal Acharya
 

Kürzlich hochgeladen (20)

scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdf
 
Rums floating Omkareshwar FSPV IM_16112021.pdf
Rums floating Omkareshwar FSPV IM_16112021.pdfRums floating Omkareshwar FSPV IM_16112021.pdf
Rums floating Omkareshwar FSPV IM_16112021.pdf
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakes
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna Municipality
 
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network Devices
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
 
2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
 
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech students
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.
 

Lecture 1.pdf

  • 2.
  • 3. Course learning Outcome 1. Understand basic concepts of artificial intelligence 2. Apply basic concepts to solve AI problems 3. Design and implement algorithms to solve real world problems.
  • 4. Course Assessment • Assignment 10% • Quiz 10% • OHT (1 and 2) / Midterm 30% • Final 50%
  • 5. Text Book • Artificial Intelligence: A Modern Approach, by Stuart Jonathan Russell, Peter Norvig, John F. Canny, 3nd Edition, Prentice Hall.
  • 6. Contents 1 Introduction to AI, Intelligent Agents 2 Problem-solving 3 Solving Problems by Searching, Informed Search and Exploration 4 Constraint Satisfaction Problems, Adversarial Search. 5 Knowledge and reasoning 6 Logical Agents, First-Order Logic, Inference in First-Order Logic 7 Knowledge Representation. Planning and Acting in the Real World. 8 Uncertain knowledge and reasoning 9 Uncertainty, Probabilistic Reasoning, Probabilistic Reasoning over Time 10 Making Simple Decisions, Making Complex Decisions 11 Learning from Observations 12 Knowledge in Learning; Learning Method 13 Reinforcement Learning 14 Decision Tree 15 Artificial Neural Network 16 Communicating, perceiving, and acting 17 Communication, Probabilistic Language Processing, Perception and Robotics
  • 8. Purpose of This Class • To teach you the basics of Artificial Intelligence • To excite you!
  • 9. The Science of AI • AI is one of the newest sciences. • It build intelligent entities rather than just to understand • Work started in earnest soon after World War-II, named in 1956 (ALAN TUNING). • At that time AI “Field I would most Like to be in” • AI currently encompasses a huge variety of subfields, ranging from general-purpose areas, such as learning and perception to such specific tasks as playing chess, proving mathematical theorems, writing poetry, and diagnosing diseases.
  • 10. The Science of AI Contd… • We want to make the machine who work, think like human and make intelligent system. • Example: • Smart phones: we have Siri or Google Assistant. We don't have to write just speaking and converting into by using NLP and not only converting but also finding the answer this is all based on backend AI Algorithms. • Smart Cars: Tesla Company has made the cars, we just sit in the car and put the destination, and car will analyze how to go when to push break and in which to drive, this is all done by Artificial Intelligence • We want the machine to Learn, Precept and on these basis make decision. We just want the machine to make decision rather than it is good or bad. • Artificial Intelligence is used to fill the barrier between human and robot
  • 11. The Science of AI Contd… • Many algorithms are working behind like Searching , Sorting, reasoning algorithm. • Example Youtube or Netflex • Expert System: • Human Behavior 1. Reasoning 2. Learning 3. Problem solving 4. Perception
  • 13.
  • 14.
  • 15. 15 Intelligence • Are the things shown below, Intelligent?
  • 16. 16 Ex-1: Searching a path … Different mice might follow different paths based to their intelligence In other words: The problem can be solved in many ways Ability to solve problems demonstrates Intelligence
  • 17. 17 Ex-2: Next number in the sequence … • Consider the following sequence … 1,3,7,13,21,__ –What is the next number ? • Key: Adding the next EVEN number … 1+2 = 3; 3+4 = 7; 7+6 = 13; 13+8 =21; 21+10 = 31 1,3,7,13,21,31 Ability to solve problems demonstrates Intelligence
  • 18. 18 Intelligent Machines • Ability to solve problems • Ability to plan and schedule • Ability to memorize and process information • Ability to answer fuzzy questions • Ability to learn • Ability to recognize • Ability to understand • Ability to perceive • And many more …
  • 21. Act Like Humans • The Turing Test approach- 1950 • The computer passes the test if a human interrogator, after posing some written questions, cannot tell whether the written responses come from a person or not. • The computer would need to possess the following capabilities: 1. Natural Language Processing 2. knowledge representation 3. automated reasoning 4. machine learning
  • 22. Think Like Humans • The cognitive modeling approach get inside the actual workings of human minds. • Cognitive science (The interdisciplinary scientific investigation of the mind and intelligence. It encompasses the ideas and methods of psychology, linguistics, philosophy, computer science, artificial intelligence, neuroscience) • If the program's input/output and timing behaviors match corresponding human behaviors, that is evidence that some of the program's mechanisms could also be operating in humans.
  • 23. Think Rational • The "laws of thought" approach Greek philosopher Aristotle - "right thinking” • His syllogisms provided patterns for argument structures that always yielded correct conclusions when given correct premises- • for example, “Imran is a man; all men are mortal; therefore, Imran is mortal." • These laws of thought were supposed to govern the operation of the mind; their study initiated the field called logic. • logics tradition within artificial intelligence hopes to build on such programs to create intelligent systems.
  • 24. Act Rational • The rational agent approach • An agent is just something that acts • Computer agents : operating under autonomous control, perceiving their environment, persisting over a prolonged time period, adapting to change, and being capable of taking on another's goals. • A RATIONAL AGENT is one that acts so as to achieve the best outcome or, when there is uncertainty, the best expected outcome.
  • 25. The Foundations of AI PHILOSOPHY MATHEMATICS ECONOMICS NEUROSCIENCE PHSYCHOLOGY COMPUTER ENGINERING CONTROL THEORY AND CIBERNETICS LINGUISTICS
  • 26. Foundation of Artificial Intelligence
  • 27.
  • 28.
  • 30. State of the art – What AI can do? • Which of the following can be done at present? ♦ Play a decent game of table tennis ♦ Drive safely along a curving mountain road ♦ Drive safely along Expressway ♦ Buy a week’s worth of groceries on the web ♦ Buy a week’s worth of groceries at “HyperStar” ♦ Win against any human at chess ♦ Discover and prove a new mathematical theorem ♦ Grab a particular cup and put it on a shelf ♦ Write an intentionally funny story ♦ Translate spoken English into spoken Swedish in real time ♦ Converse successfully with another person for an hour ♦ Perform a complex surgical operation ♦ Unload any dishwasher and put everything away
  • 31. • AI has successfully been used in – Finance – Robotics – Games – Medicine – Web