SlideShare una empresa de Scribd logo
1 de 21
COMP210: Artificial Intelligence
                       Lecture 1. Introduction
                             Boris Konev
              http://www.csc.liv.ac.uk/∼konev/COPM210/




Boris Konev                                COMP210: Artificial Intelligence. Lecture 1. Introduction – p.1/21
Course Outline
        The course consists of:
              30 lectures slots (may use some for tutorials);
              tutorial exercises;
              lab exercises;
                 Not assessed
                 Class test based on the practicals!!
              enough self study to understand the material;
              two class tests;
              a two hour exam.
        Course materials, syllabus, the course guide, lecture slides,
        tutorial and lab exercises etc can be obtained from
        http://www.csc.liv.ac.uk/∼konev/COMP210
Boris Konev                                         COMP210: Artificial Intelligence. Lecture 1. Introduction – p.2/21
References
        (outlined in the course guide)
        Good AI books include:-
              S. Russell and P. Norvig. AI A Modern Approach.
              Second Edition Prentice Hall, 2003
              M. Ginsberg. Essentials of Artificial Intelligence.
              Morgan Kaufmann, 1993.
              E. Rich and K. Knight. Artificial Intelligence,
              McGraw-Hill, 1991 (2nd edition)
        The following is a (cheap) recent text (not as good as the
        above) covers standard material.
              A. Cawsey. The Essence of Artificial Intelligence.
              Prentice-Hall, 1998.

Boris Konev                                          COMP210: Artificial Intelligence. Lecture 1. Introduction – p.3/21
References (contd.)
        The following is a Prolog book.

              I. Bratko. Prolog Programming for Artificial Intelligence.
              Addison Wesley 1990.




Boris Konev                                         COMP210: Artificial Intelligence. Lecture 1. Introduction – p.4/21
Course Contents
              Introduction to Artificial Intelligence
              Prolog - an AI programming language
              Search
              Knowledge Representation
              Propositional Logic
              First-Order Logic
              Resolution Based Proof for Propositional and
              First-Order Logics
              Expert Systems
              AI Applications


Boris Konev                                            COMP210: Artificial Intelligence. Lecture 1. Introduction – p.5/21
Learning Outcomes
              An awareness of the principles of knowledge
              representation.
              An understanding of search techniques and logic,
              particularly as related to knowledge representation.
              An understanding of the major knowledge representation
              paradigms: production rules, prepositional and first order
              predicate calculus and structured objects.
              An understanding of how these representations can be
              manipulated to solve problems in a knowledge based
              systems context.


Boris Konev                                          COMP210: Artificial Intelligence. Lecture 1. Introduction – p.6/21
Learning Outcomes (contd.)
              Some appreciation of the major knowledge based
              systems.
              Awareness of other applications of AI.
              Familiarity with the essentials of Prolog so as to enable
              exploration of the above in practice.




Boris Konev                                            COMP210: Artificial Intelligence. Lecture 1. Introduction – p.7/21
What I expect from you.
              To attend lectures.
              To be punctual.
              To turn mobile phones off and not to chat in lectures.
              To do whatever reading and self study is required to
              understand the material.
              To attempt the tutorial and laboratory exercises.
              To carry out assessed work individually and hand it in
              on time.
              Handing in assessed work is very important.




Boris Konev                                         COMP210: Artificial Intelligence. Lecture 1. Introduction – p.8/21
Credits
        This set of slides is based on the materials provided by
        people who used to teach this course in the University of
        Liverpool

              Clare Dixon
              Simon Parsons
              Michael Wooldridge




Boris Konev                                      COMP210: Artificial Intelligence. Lecture 1. Introduction – p.9/21
What is intelligence?
        For thousands of years people tried to understand
        how we think
              Philosophy
              Mathematics
                What is correct mathematical reasoning?
              Neuroscience
              Psychology
              Economics




Boris Konev                                     COMP210: Artificial Intelligence. Lecture 1. Introduction – p.10/21
What is AI?
              AI attempts to build intelligent entities
              AI is both science and engineering:
                 the science of understanding intelligent entities — of
                 developing theories which attempt to explain and
                 predict the nature of such entities;
                 the engineering of intelligent entities.




Boris Konev                                           COMP210: Artificial Intelligence. Lecture 1. Introduction – p.11/21
Four Views of AI
              Systems that think like humans   Systems that think rationally
              Systems that act like humans     Systems that act rationally



              AI as acting humanly        — as typified by the Turing
                                            test
              AI as thinking humanly      — cognitive science.
              AI as thinking rationally   — as typified by logical ap-
                                            proaches.
              AI as acting rationally     — the intelligent agent ap-
                                            proach.



Boris Konev                                               COMP210: Artificial Intelligence. Lecture 1. Introduction – p.12/21
Acting Humanly
              Emphasis on how to tell that a machine is intelligent,
              not on how to make it intelligent
              when can we count a machine as being intelligent?
  “Can machines think?” −→ “Can machines behave intelligently?”

              Most famous response due to Alan Turing, British
              mathematician and computing pioneer:


                                                                               HUMAN

                      HUMAN
                  INTERROGATOR               ?
                                                   AI SYSTEM



Boris Konev                                        COMP210: Artificial Intelligence. Lecture 1. Introduction – p.13/21
Turing test
              No program has yet passed Turing test!
              (Annual Loebner competition & prize.)
              A program that succeeded would need to be capable of:
                natural language understanding & generation;
                knowledge representation;
                learning;
                automated reasoning.
              Note no visual or aural component to basic Turing test
              — augmented test involves video & audio feed to entity.

        Problem: Turing test is not reproducible, constructive, or
        amenable to mathematical analysis

Boris Konev                                       COMP210: Artificial Intelligence. Lecture 1. Introduction – p.14/21
Thinking Humanly
              Try to understand how the mind works — how do we
              think?
              Two possible routes to find answers:
                 by introspection — we figure it out ourselves!
                 by experiment — draw upon techniques of
                 psychology to conduct controlled experiments. (“Rat
                 in a box”!)
              The discipline of cognitive science: particularly
              influential in vision, natural language processing, and
              learning.




Boris Konev                                         COMP210: Artificial Intelligence. Lecture 1. Introduction – p.15/21
Human vs Machine Thinking (I)
        Expert systems — “AI success story in early 80’s”
              Human expert’s knowledge and experience is passed to
              a computer program
              Rule-based representation of knowledge
              Typical domains are:
                 medicine (INTERNIST, MYCIN, . . . )
                 geology (PROSPECTOR)
                 chemical analysis (DENDRAL)
                 configuration of computers (R1)

        Thinking humanly works



Boris Konev                                       COMP210: Artificial Intelligence. Lecture 1. Introduction – p.16/21
Human vs Machine Thinking (II)
        Computer program playing chess
              “Human way”
                 Tried by World champion M.Botvinnik (who also was
                 a programmer)

                Poor performance

              “Computer way”
                 Sophisticated search algorithms
                 Vast databases
                 Immense computing power

                Human world champion beaten

Boris Konev                                        COMP210: Artificial Intelligence. Lecture 1. Introduction – p.17/21
Thinking Rationally
              Trying to understand how we actually think is one route
              to AI — but how about how we should think.
              Use logic to capture the laws of rational thought as
              symbols.
              Reasoning involves shifting symbols according to
              well-defined rules (like algebra).
              Result is idealised reasoning.




Boris Konev                                        COMP210: Artificial Intelligence. Lecture 1. Introduction – p.18/21
Logic and AI
              Logicist approach theoretically attractive.
              Lots of problems:
                 transduction — how to map the environment to
                 symbolic representation;
                 representation — how to represent real world
                 phenomena (time, space, . . . ) symbolically;
                 reasoning — how to do symbolic manipulation
                 tractably — so it can be done by real computers!




Boris Konev                                         COMP210: Artificial Intelligence. Lecture 1. Introduction – p.19/21
Acting Rationally (I)
              Acting rationally = acting to achieve one’s goals, given
              one’s beliefs.
              An agent is a system that perceives and acts; intelligent
              agent is one that acts rationally w.r.t. the goals we
              delegate to it.
              Emphasis shifts from designing theoretically best
              decision making procedure to best decision making
              procedure possible in circumstances.
              Logic may be used in the service of finding the best
              action — not an end in itself.




Boris Konev                                         COMP210: Artificial Intelligence. Lecture 1. Introduction – p.20/21
Acting Rationally (II)
              Achieving perfect rationality — making the best
              decision theoretically possible — is not usually possible,
              due to limited resources:
                 limited time;
                 limited computational power;
                 limited memory;
                 limited or uncertain information about environment.
              The trick is to do the best with what you’ve got!




Boris Konev                                         COMP210: Artificial Intelligence. Lecture 1. Introduction – p.21/21

Más contenido relacionado

Destacado

13 genetic algorithms
13 genetic algorithms13 genetic algorithms
13 genetic algorithmsNidul Sinha
 
AI ch6
AI ch6AI ch6
AI ch6Mhd Sb
 
Artificial intelligence
Artificial intelligence Artificial intelligence
Artificial intelligence Jagadeesh Kumar
 
검색어 대중도, 연결망 분석 - 21021899 김수빈
검색어 대중도, 연결망 분석 - 21021899 김수빈검색어 대중도, 연결망 분석 - 21021899 김수빈
검색어 대중도, 연결망 분석 - 21021899 김수빈Webometrics Class
 
Machine Learning in the age of Big Data
Machine Learning in the age of Big DataMachine Learning in the age of Big Data
Machine Learning in the age of Big DataDaniel Sârbe
 
3 problem-solving-
3 problem-solving-3 problem-solving-
3 problem-solving-Mhd Sb
 
[Webinar] How Big Data and Machine Learning Are Transforming ITSM
[Webinar] How Big Data and Machine Learning Are Transforming ITSM[Webinar] How Big Data and Machine Learning Are Transforming ITSM
[Webinar] How Big Data and Machine Learning Are Transforming ITSMSunView Software, Inc.
 
Big data, new epistemologies and paradigm shifts
Big data, new epistemologies and paradigm shiftsBig data, new epistemologies and paradigm shifts
Big data, new epistemologies and paradigm shiftsrobkitchin
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial IntelligenceMhd Sb
 
Big Data and Machine Learning
Big Data and Machine LearningBig Data and Machine Learning
Big Data and Machine LearningMichel Bruley
 
2-Agents- Artificial Intelligence
2-Agents- Artificial Intelligence2-Agents- Artificial Intelligence
2-Agents- Artificial IntelligenceMhd Sb
 
6 games
6 games6 games
6 gamesMhd Sb
 
20120924134035 빅데이터시대,ai의새로운의미와가치
20120924134035 빅데이터시대,ai의새로운의미와가치20120924134035 빅데이터시대,ai의새로운의미와가치
20120924134035 빅데이터시대,ai의새로운의미와가치Webometrics Class
 
4 informed-search
4 informed-search4 informed-search
4 informed-searchMhd Sb
 
Big Data & Artificial Intelligence
Big Data & Artificial IntelligenceBig Data & Artificial Intelligence
Big Data & Artificial IntelligenceZavain Dar
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligenceu053675
 
Introduction to Big Data/Machine Learning
Introduction to Big Data/Machine LearningIntroduction to Big Data/Machine Learning
Introduction to Big Data/Machine LearningLars Marius Garshol
 

Destacado (20)

13 genetic algorithms
13 genetic algorithms13 genetic algorithms
13 genetic algorithms
 
AI ch6
AI ch6AI ch6
AI ch6
 
Introduction to Artificial Intelligence and few examples
Introduction to Artificial Intelligence and few examplesIntroduction to Artificial Intelligence and few examples
Introduction to Artificial Intelligence and few examples
 
Artificial intelligence
Artificial intelligence Artificial intelligence
Artificial intelligence
 
검색어 대중도, 연결망 분석 - 21021899 김수빈
검색어 대중도, 연결망 분석 - 21021899 김수빈검색어 대중도, 연결망 분석 - 21021899 김수빈
검색어 대중도, 연결망 분석 - 21021899 김수빈
 
Machine Learning in the age of Big Data
Machine Learning in the age of Big DataMachine Learning in the age of Big Data
Machine Learning in the age of Big Data
 
3 problem-solving-
3 problem-solving-3 problem-solving-
3 problem-solving-
 
[Webinar] How Big Data and Machine Learning Are Transforming ITSM
[Webinar] How Big Data and Machine Learning Are Transforming ITSM[Webinar] How Big Data and Machine Learning Are Transforming ITSM
[Webinar] How Big Data and Machine Learning Are Transforming ITSM
 
Big data, new epistemologies and paradigm shifts
Big data, new epistemologies and paradigm shiftsBig data, new epistemologies and paradigm shifts
Big data, new epistemologies and paradigm shifts
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
Big Data and Machine Learning
Big Data and Machine LearningBig Data and Machine Learning
Big Data and Machine Learning
 
2-Agents- Artificial Intelligence
2-Agents- Artificial Intelligence2-Agents- Artificial Intelligence
2-Agents- Artificial Intelligence
 
6 games
6 games6 games
6 games
 
5 csp
5 csp5 csp
5 csp
 
20120924134035 빅데이터시대,ai의새로운의미와가치
20120924134035 빅데이터시대,ai의새로운의미와가치20120924134035 빅데이터시대,ai의새로운의미와가치
20120924134035 빅데이터시대,ai의새로운의미와가치
 
4 informed-search
4 informed-search4 informed-search
4 informed-search
 
Big Data & Artificial Intelligence
Big Data & Artificial IntelligenceBig Data & Artificial Intelligence
Big Data & Artificial Intelligence
 
Introduction to AI
Introduction to AIIntroduction to AI
Introduction to AI
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
Introduction to Big Data/Machine Learning
Introduction to Big Data/Machine LearningIntroduction to Big Data/Machine Learning
Introduction to Big Data/Machine Learning
 

Similar a 01 intro1

Cognitive Vision - After the hype
Cognitive Vision - After the hypeCognitive Vision - After the hype
Cognitive Vision - After the hypepotaters
 
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
 
L1-Introduction to Artificial Intelligence.pdf
L1-Introduction to Artificial Intelligence.pdfL1-Introduction to Artificial Intelligence.pdf
L1-Introduction to Artificial Intelligence.pdfSyedAbdullah854076
 
Designing Kansei Experience For Interaction
Designing Kansei Experience For InteractionDesigning Kansei Experience For Interaction
Designing Kansei Experience For InteractionTungjentsai 蔡敦仁
 
Artificialintelligence 131226011156-phpapp02
Artificialintelligence 131226011156-phpapp02Artificialintelligence 131226011156-phpapp02
Artificialintelligence 131226011156-phpapp02imtiaz hussain
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligencelautaro def
 
Artificial intelligence introduction
Artificial intelligence introductionArtificial intelligence introduction
Artificial intelligence introductionPrafulla Tekriwal
 
Kant's Architecture of Mind
Kant's Architecture of MindKant's Architecture of Mind
Kant's Architecture of MindMarco Bettoni
 
Ai introduction and production system and search patterns
Ai introduction and production system and search patternsAi introduction and production system and search patterns
Ai introduction and production system and search patternsaadip5069118
 
Artificial intelligency full_ppt_persentation_way2project_in
Artificial intelligency full_ppt_persentation_way2project_inArtificial intelligency full_ppt_persentation_way2project_in
Artificial intelligency full_ppt_persentation_way2project_inSumit Sharma
 

Similar a 01 intro1 (18)

Cognitive Vision - After the hype
Cognitive Vision - After the hypeCognitive Vision - After the hype
Cognitive Vision - After the hype
 
Lecture1 AI1 Introduction to artificial intelligence
Lecture1 AI1 Introduction to artificial intelligenceLecture1 AI1 Introduction to artificial intelligence
Lecture1 AI1 Introduction to artificial intelligence
 
L1-Introduction to Artificial Intelligence.pdf
L1-Introduction to Artificial Intelligence.pdfL1-Introduction to Artificial Intelligence.pdf
L1-Introduction to Artificial Intelligence.pdf
 
Designing Kansei Experience For Interaction
Designing Kansei Experience For InteractionDesigning Kansei Experience For Interaction
Designing Kansei Experience For Interaction
 
Artificialintelligence 131226011156-phpapp02
Artificialintelligence 131226011156-phpapp02Artificialintelligence 131226011156-phpapp02
Artificialintelligence 131226011156-phpapp02
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Artificial intelligence introduction
Artificial intelligence introductionArtificial intelligence introduction
Artificial intelligence introduction
 
Kant's Architecture of Mind
Kant's Architecture of MindKant's Architecture of Mind
Kant's Architecture of Mind
 
Artificial_Intelligence.ppt
Artificial_Intelligence.pptArtificial_Intelligence.ppt
Artificial_Intelligence.ppt
 
Ai introduction and production system and search patterns
Ai introduction and production system and search patternsAi introduction and production system and search patterns
Ai introduction and production system and search patterns
 
Artificial_Intelligence
Artificial_IntelligenceArtificial_Intelligence
Artificial_Intelligence
 
Ai notes
Ai notesAi notes
Ai notes
 
201004 - Natural User Interfaces
201004 - Natural User Interfaces201004 - Natural User Interfaces
201004 - Natural User Interfaces
 
Artificial intelligency full_ppt_persentation_way2project_in
Artificial intelligency full_ppt_persentation_way2project_inArtificial intelligency full_ppt_persentation_way2project_in
Artificial intelligency full_ppt_persentation_way2project_in
 
Ai introduction
Ai introductionAi introduction
Ai introduction
 
AI_1 Introduction of AI
AI_1 Introduction of AIAI_1 Introduction of AI
AI_1 Introduction of AI
 

Último

psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docxPoojaSen20
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Gardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterGardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterMateoGardella
 
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...KokoStevan
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxVishalSingh1417
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
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
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docxPoojaSen20
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
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
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfChris Hunter
 
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
 
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
 
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
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Shubhangi Sonawane
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfAyushMahapatra5
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 

Último (20)

psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Gardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterGardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch Letter
 
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
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
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
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
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
 
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
 
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
 
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
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 

01 intro1

  • 1. COMP210: Artificial Intelligence Lecture 1. Introduction Boris Konev http://www.csc.liv.ac.uk/∼konev/COPM210/ Boris Konev COMP210: Artificial Intelligence. Lecture 1. Introduction – p.1/21
  • 2. Course Outline The course consists of: 30 lectures slots (may use some for tutorials); tutorial exercises; lab exercises; Not assessed Class test based on the practicals!! enough self study to understand the material; two class tests; a two hour exam. Course materials, syllabus, the course guide, lecture slides, tutorial and lab exercises etc can be obtained from http://www.csc.liv.ac.uk/∼konev/COMP210 Boris Konev COMP210: Artificial Intelligence. Lecture 1. Introduction – p.2/21
  • 3. References (outlined in the course guide) Good AI books include:- S. Russell and P. Norvig. AI A Modern Approach. Second Edition Prentice Hall, 2003 M. Ginsberg. Essentials of Artificial Intelligence. Morgan Kaufmann, 1993. E. Rich and K. Knight. Artificial Intelligence, McGraw-Hill, 1991 (2nd edition) The following is a (cheap) recent text (not as good as the above) covers standard material. A. Cawsey. The Essence of Artificial Intelligence. Prentice-Hall, 1998. Boris Konev COMP210: Artificial Intelligence. Lecture 1. Introduction – p.3/21
  • 4. References (contd.) The following is a Prolog book. I. Bratko. Prolog Programming for Artificial Intelligence. Addison Wesley 1990. Boris Konev COMP210: Artificial Intelligence. Lecture 1. Introduction – p.4/21
  • 5. Course Contents Introduction to Artificial Intelligence Prolog - an AI programming language Search Knowledge Representation Propositional Logic First-Order Logic Resolution Based Proof for Propositional and First-Order Logics Expert Systems AI Applications Boris Konev COMP210: Artificial Intelligence. Lecture 1. Introduction – p.5/21
  • 6. Learning Outcomes An awareness of the principles of knowledge representation. An understanding of search techniques and logic, particularly as related to knowledge representation. An understanding of the major knowledge representation paradigms: production rules, prepositional and first order predicate calculus and structured objects. An understanding of how these representations can be manipulated to solve problems in a knowledge based systems context. Boris Konev COMP210: Artificial Intelligence. Lecture 1. Introduction – p.6/21
  • 7. Learning Outcomes (contd.) Some appreciation of the major knowledge based systems. Awareness of other applications of AI. Familiarity with the essentials of Prolog so as to enable exploration of the above in practice. Boris Konev COMP210: Artificial Intelligence. Lecture 1. Introduction – p.7/21
  • 8. What I expect from you. To attend lectures. To be punctual. To turn mobile phones off and not to chat in lectures. To do whatever reading and self study is required to understand the material. To attempt the tutorial and laboratory exercises. To carry out assessed work individually and hand it in on time. Handing in assessed work is very important. Boris Konev COMP210: Artificial Intelligence. Lecture 1. Introduction – p.8/21
  • 9. Credits This set of slides is based on the materials provided by people who used to teach this course in the University of Liverpool Clare Dixon Simon Parsons Michael Wooldridge Boris Konev COMP210: Artificial Intelligence. Lecture 1. Introduction – p.9/21
  • 10. What is intelligence? For thousands of years people tried to understand how we think Philosophy Mathematics What is correct mathematical reasoning? Neuroscience Psychology Economics Boris Konev COMP210: Artificial Intelligence. Lecture 1. Introduction – p.10/21
  • 11. What is AI? AI attempts to build intelligent entities AI is both science and engineering: the science of understanding intelligent entities — of developing theories which attempt to explain and predict the nature of such entities; the engineering of intelligent entities. Boris Konev COMP210: Artificial Intelligence. Lecture 1. Introduction – p.11/21
  • 12. Four Views of AI Systems that think like humans Systems that think rationally Systems that act like humans Systems that act rationally AI as acting humanly — as typified by the Turing test AI as thinking humanly — cognitive science. AI as thinking rationally — as typified by logical ap- proaches. AI as acting rationally — the intelligent agent ap- proach. Boris Konev COMP210: Artificial Intelligence. Lecture 1. Introduction – p.12/21
  • 13. Acting Humanly Emphasis on how to tell that a machine is intelligent, not on how to make it intelligent when can we count a machine as being intelligent? “Can machines think?” −→ “Can machines behave intelligently?” Most famous response due to Alan Turing, British mathematician and computing pioneer: HUMAN HUMAN INTERROGATOR ? AI SYSTEM Boris Konev COMP210: Artificial Intelligence. Lecture 1. Introduction – p.13/21
  • 14. Turing test No program has yet passed Turing test! (Annual Loebner competition & prize.) A program that succeeded would need to be capable of: natural language understanding & generation; knowledge representation; learning; automated reasoning. Note no visual or aural component to basic Turing test — augmented test involves video & audio feed to entity. Problem: Turing test is not reproducible, constructive, or amenable to mathematical analysis Boris Konev COMP210: Artificial Intelligence. Lecture 1. Introduction – p.14/21
  • 15. Thinking Humanly Try to understand how the mind works — how do we think? Two possible routes to find answers: by introspection — we figure it out ourselves! by experiment — draw upon techniques of psychology to conduct controlled experiments. (“Rat in a box”!) The discipline of cognitive science: particularly influential in vision, natural language processing, and learning. Boris Konev COMP210: Artificial Intelligence. Lecture 1. Introduction – p.15/21
  • 16. Human vs Machine Thinking (I) Expert systems — “AI success story in early 80’s” Human expert’s knowledge and experience is passed to a computer program Rule-based representation of knowledge Typical domains are: medicine (INTERNIST, MYCIN, . . . ) geology (PROSPECTOR) chemical analysis (DENDRAL) configuration of computers (R1) Thinking humanly works Boris Konev COMP210: Artificial Intelligence. Lecture 1. Introduction – p.16/21
  • 17. Human vs Machine Thinking (II) Computer program playing chess “Human way” Tried by World champion M.Botvinnik (who also was a programmer) Poor performance “Computer way” Sophisticated search algorithms Vast databases Immense computing power Human world champion beaten Boris Konev COMP210: Artificial Intelligence. Lecture 1. Introduction – p.17/21
  • 18. Thinking Rationally Trying to understand how we actually think is one route to AI — but how about how we should think. Use logic to capture the laws of rational thought as symbols. Reasoning involves shifting symbols according to well-defined rules (like algebra). Result is idealised reasoning. Boris Konev COMP210: Artificial Intelligence. Lecture 1. Introduction – p.18/21
  • 19. Logic and AI Logicist approach theoretically attractive. Lots of problems: transduction — how to map the environment to symbolic representation; representation — how to represent real world phenomena (time, space, . . . ) symbolically; reasoning — how to do symbolic manipulation tractably — so it can be done by real computers! Boris Konev COMP210: Artificial Intelligence. Lecture 1. Introduction – p.19/21
  • 20. Acting Rationally (I) Acting rationally = acting to achieve one’s goals, given one’s beliefs. An agent is a system that perceives and acts; intelligent agent is one that acts rationally w.r.t. the goals we delegate to it. Emphasis shifts from designing theoretically best decision making procedure to best decision making procedure possible in circumstances. Logic may be used in the service of finding the best action — not an end in itself. Boris Konev COMP210: Artificial Intelligence. Lecture 1. Introduction – p.20/21
  • 21. Acting Rationally (II) Achieving perfect rationality — making the best decision theoretically possible — is not usually possible, due to limited resources: limited time; limited computational power; limited memory; limited or uncertain information about environment. The trick is to do the best with what you’ve got! Boris Konev COMP210: Artificial Intelligence. Lecture 1. Introduction – p.21/21