SlideShare ist ein Scribd-Unternehmen logo
1 von 17
Downloaden Sie, um offline zu lesen
1
Welcome to
Artificial Intelligence
Khaled Hussain
BSc. Hons. (BCU, UK) MSc. (BCU, UK)
CEO, Cybernetics Robo Academy
www.cyberneticsrobo.com
(Ex. Head, Dept. of Computer Science & Engineering, SIU)
Introduction
2
Intelligence -
Intelligence is a term used to describe a property of the mind
that encompasses many related abilities, such as the
capacities to
 reason
 plan
 solve problems
 think
 comprehend ideas
 use language
 learn
Intelligence -
 creativity
 personality
 character
 knowledge
 wisdom
 skills
Intelligence may be judged by -
3
• not considered to be alive
• do not reproduce on their own, but make bacteria produce
copies of themselves
• no learning in individual viruses; only “evolutionary learning”
• are considered to be alive
• reproduce by splitting up into two organisms
• capable of some simple learning that allows them to move
towards favorable environments
4
• capable of learning and memorizing
• primitive social interactions (trail of pheromones)
• simple visual and olfactory perception (compound eyes)
• coordinated movements of legs to master different types of
terrains
• good capability of vision (eyeballs, eye movements)
• able to learn certain behaviors
• hunting abilities
• still very primitive social interactions
5
• very powerful senses
• produce sounds but no language
• complex social interactions
• probably consciousness and basic feelings that are related to
our own
• very human-like genetic makeup and behaviors
• produce different sounds with different meanings
• capable of learning symbolic “language”
• probably consciousness, self-awareness and basic feelings
at the level of a human kid
6
• complex social behaviors
• able to learn high-level syntactic languages
• extremely long phase of learning (upbringing)
• consciousness, self-awareness, abstract thinking
• awareness of past and future, planning capability
• built by humans
• coordinated body movements
• little learning capabilities
• no real social interaction or language
• no consciousness or self-awareness
7
John McCarthy, who coined the term in 1956, defines it as "the
science and engineering of making intelligent machines.“
AI is a field of computer science concerned with understanding the
nature of intelligence and the development of software and hardware
which simulates human intelligence. In general, AI is concerned with
making intelligent machines that work and behave like humans.
Artificial Intelligence (AI)
There is no universally accepted definition of AI !
Artificial Intelligence (AI)
"The exciting new effort to make computers think ... machines with minds, in the
full and literal sense." (Haugeland, 1985)
"The automation of activities that we associate with human thinking, activities
such as decision-making, problem solving, learning ..." (Bellman, 1978)
"The art of creating machines that perform functions that require intelligence
when performed by people." (Kurzweil, 1990)
"The study of how to make computers do things at which, at the moment, people are better."
(Rich and Knight, 1991)
"The study of mental faculties through the use of computational models."
(Charniak and McDermott, 1985)
"The study of the computations that make it possible to perceive, reason, and act."
(Winston, 1992)
"Computational Intelligence is the study of the design of intelligent agents." (Poole
Et al, 1998)
"AI ... is concerned with intelligent behavior in artifacts." (Nilsson, 1998)
Machines
that
think
like
humans
Machines
that
act
like
humans
Machines
that
think
rationally
Machines
that
act
rationally
8
Think like humans Think rationally
Act like humans Act rationally
Artificial Intelligence (AI) ?
Machines that -
Machines that think like humans (Cognitive Approach)
Cognitive thought makes humans adaptable to a quickly
changing environment.
How do humans think?
This view involves trying to understand human
thought and an effort to build machines that
emulate the human thought process.
9
Machines that act like humans (Behavioural Approach)
 Only activities observed from the outside are taken into
account. Not interested in how results are obtained but just
the similarity to what human results are.
“ If it looks, walks, and quacks like a duck,
then it is a duck ”
Performing the job, doing something without any specific
reason, common dialogue between people etc.
 Not always rational
Machines that think rationally (Logical Approach)
 No replication of human thought, decision making is purely
based on facts/logic (inference)
Sometimes theoretically possible but practically impossible (ex.
Walking)
When 234 is not a number ?
Man is mortal. X is a man. Therefore, X is mortal.
 Not always correct.
10
Machines that act rationally (Rational Agent Approach)
 Systems that do the “right thing”
 Idealized concept of intelligence
 Act so that desired goals are achieved. The focus
is on how the system acts and performs, and not
so much on the reasoning process.
This above graph reflects the fact that computers are good at performing
well-defined, repetitive computations but poor at complex tasks like
reasoning.
On the other hand, humans struggle to accurately add a long column of
numbers without error while they have little problem conversing and
reasoning with friends using natural language.
Complexity
Human
Computer
Performance
11
General Goal of AI Research
“ To develop more powerful, versatile programs that can
handle problems currently handled efficiently only by the
human mind ” [Balci 1996].
In thinking about this goal, it is helpful to consider what types
of problems the human mind can handle efficiently and what
types of problems computers can handle efficiently.
Computers are Good at :
• Numerical Computations
• Information storage
• Repetitive Operations
• Searching
• ?
Humans are Good at :
• Applying Common Sense
• Socialization
• ?
12
 Strong / Hard AI refers to a machine that approaches
or supersedes human intelligence. Main aims to create
AI to build machines whose over all intellectual ability is
indistinguishable from that of human being.
 Soft AI / Weak AI refers to the use of software to study
or accomplish specific problem solving or reasoning
tasks that do not encompass the full range of human
cognitive abilities. Example : a chess program such as
Deep Blue.
Strong (Hard) vs. Weak (soft) AI
Major Division in the field of AI
 Symbolic AI - A mathematically oriented way of abstractly
describing processes leading to intelligent behaviour.
Represents information through symbols and their
relationships. Specific Algorithms are used to process these
symbols to solve problems or deduce new knowledge.
13
Applications of AI
 Game playing
 Financial decision making
 Natural language understanding
 Pattern recognition
 Medical diagnosis
 Quality control
 Scheduling etc.
Major Division in the field of AI
 Connectionist AI - Aims at massively parallel models that
consist of a large number of simple and uniform processing
elements interconnected with extensive links, that is artificial
neural networks. Biological processes underlying learning,
task performance, and problem solving are imitated.
14
Search
Knowledge
rep.
Planning
Reasoning
Learning
Agent
Robotics
Perception
Natural
language
... Expert
Systems
Constraint
satisfaction
 Knowledge representation (including
formal logic)
 Search, especially heuristic search
(puzzles, games)
 Planning, scheduling
 Reasoning under uncertainty,
including probabilistic reasoning
 Machine Learning
 Robotics
 Natural language processing
 Expert Systems
 Pattern recognition etc.
Some areas of AI
The Turing Test
Proposed by Alan Turing in 1950
A test based on indistinguishability from
undeniably intelligent entities - human beings
An interrogator engages in a natural
language conversation with one human
and one machine, each of which tries to appear as human.
All participants are placed in isolated locations.
If the interrogator fail to reliably distinguish the human from the
computer, then the computer is deemed intelligent
15
The Turing Test
 CAPTCHA: Completely Automatic Public Turing tests
to tell Computers and Humans Apart
An Application of Turing Test
16
The Chinese Room Argument
By American philosopher John Searle in 1980
Intentionality…
Knowing what you are talking about !
…And after all these advancements in technology...
...Somewhere, Something Went Wrong !?!?!
17
References
Russel S, Norvig P, Artificial Intelligence – A Modern Approach (2nd ed.)
Welling M, Lecture Notes, CompSci 171, University of California, USA
Poplun M, Lecture Notes, CS 470/670
Sun R, Artificial Intelligence : Connectionist and Symbolic Approaches, University of Missouri-
Columbia, USA

Weitere ähnliche Inhalte

Was ist angesagt?

Simplified Introduction to AI
Simplified Introduction to AISimplified Introduction to AI
Simplified Introduction to AIDeepu S Nath
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligenceanshulawasthi
 
Lecture1 AI1 Introduction to artificial intelligence
Lecture1 AI1 Introduction to artificial intelligenceLecture1 AI1 Introduction to artificial intelligence
Lecture1 AI1 Introduction to artificial intelligenceAlbert Orriols-Puig
 
Artificial intellegence ppt
Artificial intellegence pptArtificial intellegence ppt
Artificial intellegence pptDarshana Chauhan
 
Artifical inrelligence
Artifical inrelligenceArtifical inrelligence
Artifical inrelligenceRaghav Garg
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligenceSourabh Sharma
 
Latest technologies in computer system AI(Artificial Intelligence) Knowledg...
Latest technologies in computer system  AI(Artificial Intelligence)  Knowledg...Latest technologies in computer system  AI(Artificial Intelligence)  Knowledg...
Latest technologies in computer system AI(Artificial Intelligence) Knowledg...muhammad-Sulaiman
 
Artificial intellegence by Bhanuprakash
Artificial  intellegence by BhanuprakashArtificial  intellegence by Bhanuprakash
Artificial intellegence by BhanuprakashEAGALA BHANU PRAKASH
 
Artificial inteligence
Artificial inteligenceArtificial inteligence
Artificial inteligenceankit dubey
 
Artificial Intelligence and Machine Learning
Artificial Intelligence and Machine LearningArtificial Intelligence and Machine Learning
Artificial Intelligence and Machine LearningMykola Dobrochynskyy
 
Artificial intelligence in software engineering ppt.
Artificial intelligence in software engineering ppt.Artificial intelligence in software engineering ppt.
Artificial intelligence in software engineering ppt.Pradeep Vishwakarma
 
Artificial Intelligence (short introduction)
Artificial Intelligence (short introduction)Artificial Intelligence (short introduction)
Artificial Intelligence (short introduction)ADT_GB
 
Artificial Intelligence by Jayant
Artificial Intelligence by JayantArtificial Intelligence by Jayant
Artificial Intelligence by JayantJayant Jain
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligencefalepiz
 

Was ist angesagt? (20)

Simplified Introduction to AI
Simplified Introduction to AISimplified Introduction to AI
Simplified Introduction to AI
 
Intoduction of Artificial Intelligence
Intoduction of Artificial IntelligenceIntoduction of Artificial Intelligence
Intoduction of Artificial Intelligence
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
Lecture1 AI1 Introduction to artificial intelligence
Lecture1 AI1 Introduction to artificial intelligenceLecture1 AI1 Introduction to artificial intelligence
Lecture1 AI1 Introduction to artificial intelligence
 
Artificial intellegence ppt
Artificial intellegence pptArtificial intellegence ppt
Artificial intellegence ppt
 
Artifical inrelligence
Artifical inrelligenceArtifical inrelligence
Artifical inrelligence
 
AI Presentation 1
AI Presentation 1AI Presentation 1
AI Presentation 1
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Latest technologies in computer system AI(Artificial Intelligence) Knowledg...
Latest technologies in computer system  AI(Artificial Intelligence)  Knowledg...Latest technologies in computer system  AI(Artificial Intelligence)  Knowledg...
Latest technologies in computer system AI(Artificial Intelligence) Knowledg...
 
Artificial intellegence by Bhanuprakash
Artificial  intellegence by BhanuprakashArtificial  intellegence by Bhanuprakash
Artificial intellegence by Bhanuprakash
 
Introduction to AI
Introduction to AIIntroduction to AI
Introduction to AI
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
AI Introduction
AI Introduction AI Introduction
AI Introduction
 
Artificial inteligence
Artificial inteligenceArtificial inteligence
Artificial inteligence
 
Artificial Intelligence and Machine Learning
Artificial Intelligence and Machine LearningArtificial Intelligence and Machine Learning
Artificial Intelligence and Machine Learning
 
Artificial intelligence in software engineering ppt.
Artificial intelligence in software engineering ppt.Artificial intelligence in software engineering ppt.
Artificial intelligence in software engineering ppt.
 
Artificial Intelligence (short introduction)
Artificial Intelligence (short introduction)Artificial Intelligence (short introduction)
Artificial Intelligence (short introduction)
 
Artificial Intelligence by Jayant
Artificial Intelligence by JayantArtificial Intelligence by Jayant
Artificial Intelligence by Jayant
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 

Ähnlich wie Introduction to Artificial Intelligence - Cybernetics Robo Academy

Ähnlich wie Introduction to Artificial Intelligence - Cybernetics Robo Academy (20)

Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
1.INTRODUCTION AI.pdf
1.INTRODUCTION AI.pdf1.INTRODUCTION AI.pdf
1.INTRODUCTION AI.pdf
 
AI.ppt
AI.pptAI.ppt
AI.ppt
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
(Ch#1) artificial intelligence
(Ch#1) artificial intelligence(Ch#1) artificial intelligence
(Ch#1) artificial intelligence
 
ARTIFICIAL INTELLIGENCETterm Paper
ARTIFICIAL INTELLIGENCETterm PaperARTIFICIAL INTELLIGENCETterm Paper
ARTIFICIAL INTELLIGENCETterm Paper
 
Introduction to artificial intelligence
Introduction to artificial intelligenceIntroduction to artificial intelligence
Introduction to artificial intelligence
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
AI Slides till 27-Mar.pptx
AI Slides till 27-Mar.pptxAI Slides till 27-Mar.pptx
AI Slides till 27-Mar.pptx
 
Introduction-Chapter-1.ppt
Introduction-Chapter-1.pptIntroduction-Chapter-1.ppt
Introduction-Chapter-1.ppt
 
chapter 1 AI.pptx
chapter 1 AI.pptxchapter 1 AI.pptx
chapter 1 AI.pptx
 
Cosc 208 lecture note-1
Cosc 208 lecture note-1Cosc 208 lecture note-1
Cosc 208 lecture note-1
 
901470_Chap1.ppt
901470_Chap1.ppt901470_Chap1.ppt
901470_Chap1.ppt
 
901470_Chap1.ppt
901470_Chap1.ppt901470_Chap1.ppt
901470_Chap1.ppt
 
901470_Chap1.ppt
901470_Chap1.ppt901470_Chap1.ppt
901470_Chap1.ppt
 
AI_Intro1.ppt
AI_Intro1.pptAI_Intro1.ppt
AI_Intro1.ppt
 
Chap1.ppt
Chap1.pptChap1.ppt
Chap1.ppt
 
901470_Chap1.ppt about to Artificial Intellgence
901470_Chap1.ppt about to Artificial Intellgence901470_Chap1.ppt about to Artificial Intellgence
901470_Chap1.ppt about to Artificial Intellgence
 
artificial intelligence basis-introduction
artificial intelligence basis-introductionartificial intelligence basis-introduction
artificial intelligence basis-introduction
 
901470 chap1
901470 chap1901470 chap1
901470 chap1
 

Kürzlich hochgeladen

Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...Nguyen Thanh Tu Collection
 
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-IIFood Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-IIShubhangi Sonawane
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfPoh-Sun Goh
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701bronxfugly43
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxnegromaestrong
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibitjbellavia9
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docxPoojaSen20
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhikauryashika82
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.pptRamjanShidvankar
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxVishalSingh1417
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 

Kürzlich hochgeladen (20)

Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-IIFood Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 

Introduction to Artificial Intelligence - Cybernetics Robo Academy

  • 1. 1 Welcome to Artificial Intelligence Khaled Hussain BSc. Hons. (BCU, UK) MSc. (BCU, UK) CEO, Cybernetics Robo Academy www.cyberneticsrobo.com (Ex. Head, Dept. of Computer Science & Engineering, SIU) Introduction
  • 2. 2 Intelligence - Intelligence is a term used to describe a property of the mind that encompasses many related abilities, such as the capacities to  reason  plan  solve problems  think  comprehend ideas  use language  learn Intelligence -  creativity  personality  character  knowledge  wisdom  skills Intelligence may be judged by -
  • 3. 3 • not considered to be alive • do not reproduce on their own, but make bacteria produce copies of themselves • no learning in individual viruses; only “evolutionary learning” • are considered to be alive • reproduce by splitting up into two organisms • capable of some simple learning that allows them to move towards favorable environments
  • 4. 4 • capable of learning and memorizing • primitive social interactions (trail of pheromones) • simple visual and olfactory perception (compound eyes) • coordinated movements of legs to master different types of terrains • good capability of vision (eyeballs, eye movements) • able to learn certain behaviors • hunting abilities • still very primitive social interactions
  • 5. 5 • very powerful senses • produce sounds but no language • complex social interactions • probably consciousness and basic feelings that are related to our own • very human-like genetic makeup and behaviors • produce different sounds with different meanings • capable of learning symbolic “language” • probably consciousness, self-awareness and basic feelings at the level of a human kid
  • 6. 6 • complex social behaviors • able to learn high-level syntactic languages • extremely long phase of learning (upbringing) • consciousness, self-awareness, abstract thinking • awareness of past and future, planning capability • built by humans • coordinated body movements • little learning capabilities • no real social interaction or language • no consciousness or self-awareness
  • 7. 7 John McCarthy, who coined the term in 1956, defines it as "the science and engineering of making intelligent machines.“ AI is a field of computer science concerned with understanding the nature of intelligence and the development of software and hardware which simulates human intelligence. In general, AI is concerned with making intelligent machines that work and behave like humans. Artificial Intelligence (AI) There is no universally accepted definition of AI ! Artificial Intelligence (AI) "The exciting new effort to make computers think ... machines with minds, in the full and literal sense." (Haugeland, 1985) "The automation of activities that we associate with human thinking, activities such as decision-making, problem solving, learning ..." (Bellman, 1978) "The art of creating machines that perform functions that require intelligence when performed by people." (Kurzweil, 1990) "The study of how to make computers do things at which, at the moment, people are better." (Rich and Knight, 1991) "The study of mental faculties through the use of computational models." (Charniak and McDermott, 1985) "The study of the computations that make it possible to perceive, reason, and act." (Winston, 1992) "Computational Intelligence is the study of the design of intelligent agents." (Poole Et al, 1998) "AI ... is concerned with intelligent behavior in artifacts." (Nilsson, 1998) Machines that think like humans Machines that act like humans Machines that think rationally Machines that act rationally
  • 8. 8 Think like humans Think rationally Act like humans Act rationally Artificial Intelligence (AI) ? Machines that - Machines that think like humans (Cognitive Approach) Cognitive thought makes humans adaptable to a quickly changing environment. How do humans think? This view involves trying to understand human thought and an effort to build machines that emulate the human thought process.
  • 9. 9 Machines that act like humans (Behavioural Approach)  Only activities observed from the outside are taken into account. Not interested in how results are obtained but just the similarity to what human results are. “ If it looks, walks, and quacks like a duck, then it is a duck ” Performing the job, doing something without any specific reason, common dialogue between people etc.  Not always rational Machines that think rationally (Logical Approach)  No replication of human thought, decision making is purely based on facts/logic (inference) Sometimes theoretically possible but practically impossible (ex. Walking) When 234 is not a number ? Man is mortal. X is a man. Therefore, X is mortal.  Not always correct.
  • 10. 10 Machines that act rationally (Rational Agent Approach)  Systems that do the “right thing”  Idealized concept of intelligence  Act so that desired goals are achieved. The focus is on how the system acts and performs, and not so much on the reasoning process. This above graph reflects the fact that computers are good at performing well-defined, repetitive computations but poor at complex tasks like reasoning. On the other hand, humans struggle to accurately add a long column of numbers without error while they have little problem conversing and reasoning with friends using natural language. Complexity Human Computer Performance
  • 11. 11 General Goal of AI Research “ To develop more powerful, versatile programs that can handle problems currently handled efficiently only by the human mind ” [Balci 1996]. In thinking about this goal, it is helpful to consider what types of problems the human mind can handle efficiently and what types of problems computers can handle efficiently. Computers are Good at : • Numerical Computations • Information storage • Repetitive Operations • Searching • ? Humans are Good at : • Applying Common Sense • Socialization • ?
  • 12. 12  Strong / Hard AI refers to a machine that approaches or supersedes human intelligence. Main aims to create AI to build machines whose over all intellectual ability is indistinguishable from that of human being.  Soft AI / Weak AI refers to the use of software to study or accomplish specific problem solving or reasoning tasks that do not encompass the full range of human cognitive abilities. Example : a chess program such as Deep Blue. Strong (Hard) vs. Weak (soft) AI Major Division in the field of AI  Symbolic AI - A mathematically oriented way of abstractly describing processes leading to intelligent behaviour. Represents information through symbols and their relationships. Specific Algorithms are used to process these symbols to solve problems or deduce new knowledge.
  • 13. 13 Applications of AI  Game playing  Financial decision making  Natural language understanding  Pattern recognition  Medical diagnosis  Quality control  Scheduling etc. Major Division in the field of AI  Connectionist AI - Aims at massively parallel models that consist of a large number of simple and uniform processing elements interconnected with extensive links, that is artificial neural networks. Biological processes underlying learning, task performance, and problem solving are imitated.
  • 14. 14 Search Knowledge rep. Planning Reasoning Learning Agent Robotics Perception Natural language ... Expert Systems Constraint satisfaction  Knowledge representation (including formal logic)  Search, especially heuristic search (puzzles, games)  Planning, scheduling  Reasoning under uncertainty, including probabilistic reasoning  Machine Learning  Robotics  Natural language processing  Expert Systems  Pattern recognition etc. Some areas of AI The Turing Test Proposed by Alan Turing in 1950 A test based on indistinguishability from undeniably intelligent entities - human beings An interrogator engages in a natural language conversation with one human and one machine, each of which tries to appear as human. All participants are placed in isolated locations. If the interrogator fail to reliably distinguish the human from the computer, then the computer is deemed intelligent
  • 15. 15 The Turing Test  CAPTCHA: Completely Automatic Public Turing tests to tell Computers and Humans Apart An Application of Turing Test
  • 16. 16 The Chinese Room Argument By American philosopher John Searle in 1980 Intentionality… Knowing what you are talking about ! …And after all these advancements in technology... ...Somewhere, Something Went Wrong !?!?!
  • 17. 17 References Russel S, Norvig P, Artificial Intelligence – A Modern Approach (2nd ed.) Welling M, Lecture Notes, CompSci 171, University of California, USA Poplun M, Lecture Notes, CS 470/670 Sun R, Artificial Intelligence : Connectionist and Symbolic Approaches, University of Missouri- Columbia, USA