artificial intelligence
play

Artificial Intelligence AI Slides (6e) c Lin Zuoquan@PKU 1998-2020 - PowerPoint PPT Presentation

Artificial Intelligence AI Slides (6e) c Lin Zuoquan@PKU 1998-2020 1 Information AI Slides 6e, 2020 ( < U , 1 6 ) (Lin Zuoquan) Information Science Department Peking University linzuoquan@pku.edu.cn


  1. Artificial Intelligence AI Slides (6e) c � Lin Zuoquan@PKU 1998-2020 1

  2. Information AI Slides 6e, 2020 ( < � � U � � , 1 6 � ) � � � (Lin Zuoquan) Information Science Department Peking University linzuoquan@pku.edu.cn Course homepage http://www.math.pku.edu.cn/teachers/linzq/ai The chapter-by-chapter list is syllabus which is subject to lecture-per- week-per as scheduled AI Slides (6e) c � Lin Zuoquan@PKU 1998-2020 2

  3. Homeworks Homeworks (in the separate file) are required to submit to TA • online • written in English (or Chinese), and by L A T EX • next to the lecture day per week/chapter on time (no record in late delivery) • up to 20-30% proportion of total evaluation, with only final examination (without midterm test) Q&A platform at piazza.com TA tutor will be announced by TA Office time: see the course homepage Send email with the domain name pku to ask for personal assistant AI Slides (6e) c � Lin Zuoquan@PKU 1998-2020 3

  4. References Stuart Russell and Peter Norvig Artificial Intelligence: A Modern Approach (AIMA) Prentice Hall, 2011 (3e) Tsinghua University Press, 2011 (3e reprint), 2013 (3e Chinese ed.) The book web site: http://aima.cs.berkeley.edu/ including implementations for algorithms Courtesy some sources (slides and figures) from the web sites (without cited in the slides) More references are included in the slides which would be required to reading as the course progresses, and it is encouraged to look for the supplemental materials from else books and papers to expand knowledge AI Slides (6e) c � Lin Zuoquan@PKU 1998-2020 4

  5. Overview 1. Introduction 2. Intelligent Agents 3. Search Algorithms ‡ 4. Constraint Satisfaction Problems 5. Logical Agents ‡ 6. Automated Reasoning 7. Automated Planning 8. Knowledge Representation ∗ AI Slides (6e) c � Lin Zuoquan@PKU 1998-2020 5

  6. Overview 10. Uncertain Knowledge and Reasoning 11. Making Decisions 12. Machine Learning ‡ 13. Natural Language Understanding 14. Robotics ∗ † 15. AI Philosophy ∗ † ‡ may be divided into two lectures † may be combined in one lecture ∗ may be learnt as extended knowledge (in detail each lecture) AI Slides (6e) c � Lin Zuoquan@PKU 1998-2020 6

  7. 1 Introduction 1.1 AI 1.2 Foundations 1.3 History 1.4 The state of the art 1.5 Debates AI Slides (6e) c � Lin Zuoquan@PKU 1998-2020 7

  8. AI What is AI?? What is Intelligence? Can a machine think? (Can a machine behave like a thinking person?) thinking is some process that people engage in every day intelligence is an intuitive concept e.g., people engage in every day There is not a precise definition of intelligence or thinking Artificial Intelligence (AI) attempts to understand intelligence enti- ties, strives to building intelligent agents that perceive and act in an environment, and makes computer smarter in human-level intelligence • understanding the principle of intelligence • making intelligent machines to replace human works AI Slides (6e) c � Lin Zuoquan@PKU 1998-2020 8

  9. Intelligence and computation Computation (or computable by algorithm) is an intuitive concept – explicit effective set of instructions to find the answers to any of a given class of problems in finite steps can be precisely defined by the computational models (computability) Turing machine, recursive functions, automata etc. all these computational models are identical i.e., the class of problems computable by algorithm is identical with the class of problems solved by the computational models Computation is typically carried out by an electronic digital computer, but might also be carried out by a person or by a mechanical device of some sort (machine) It was fail to precisely define intelligence something like computation by some mathematical models AI Slides (6e) c � Lin Zuoquan@PKU 1998-2020 9

  10. AI vs. brain Big puzzle: brain → mind (conscious, thinking, understanding) → intelligence The brain is an existence reference of intelligent machines to imitate E.g., birds were a reference of heavier-than-air flight – shouldn’t just copy it, like kite and earlier airplane – airplanes were inspired by birds – they use the same basic principles for flight aerodynamics and compressible fluid dynamics – but airplane don’t flap wings and have feathers AI needs to understand the principle of intelligence What is the equivalent of aerodynamics for understanding intelligence?? AI Slides (6e) c � Lin Zuoquan@PKU 1998-2020 10

  11. Cognition and recognition Roughly, intelligence is regarded as two levels Recognition – process of interpretation of perception and sensory in- formation, e.g., hearing, vision, feeling Cognition – mental process of acquiring knowledge and understanding through thought, experience, sense perception etc. – – knowledge through thought: thinking even without experience or sense perceptions, e.g., concept formation (cognition does not necessarily depend on sense perception; memory through sense perceptions can aid in cognition) – – knowledge through experience: your own or someone else – – knowledge through senses: perceptions can lead to thought processes and acquisition of knowledge They are closely related in general AI Slides (6e) c � Lin Zuoquan@PKU 1998-2020 11

  12. Views of AI Weak AI: a special purpose computer system can solve a problem in some respect of human-level intelligence Strong AI: a general purpose computer system can solve a class of problems in almost all respects of human-level intelligence Views of AI fall into four categories Thinking humanly Thinking rationally Acting humanly Acting rationally AI Slides (6e) c � Lin Zuoquan@PKU 1998-2020 12

  13. Acting humanly: The Turing test • Can a machine think?? • Operational test for intelligent behavior: Imitation Game HUMAN HUMAN ? INTERROGATOR AI SYSTEM • Predicted that by 2000, a machine might have a 30 % chance of fooling a lay person for 5 minutes • Anticipated all major arguments against AI in following decades Suggested major components of AI: knowledge, reasoning, lan- • guage understanding, learning etc. AI Slides (6e) c � Lin Zuoquan@PKU 1998-2020 13

  14. Turing test The following interaction from Turing’s paper Q: Please write me a sonnet on the topic of the Forth Bridge. A : Count me out on this one. I never could write poetry. Q: Add 34957 to 70764. A : (Pause about 30 seconds and then give answer as) 105621. Given the fact that you can fool some of the people all the time it is not clear how rigorous this particular standard is Note: language plays a special role in human behavior, not seen in other animals – much of how we deal with new situations involves using what we have read or been told earlier using language Reading : Turing. A, Computing machinery and intelligence, 1950 AI Slides (6e) c � Lin Zuoquan@PKU 1998-2020 14

  15. Some Turing test programs • ELIZA, MegaHAL, TIPS, A.L.I.C.E etc. • Chatbots: MGONZ, NATACHATA, CyberLover etc. (chatbots.org) • There is the Loebner Prize for Turing-test-like competition since 1991, but have not been won yet Related tests • Microsoft Windows 10 Cortana (so called Xiao Na in Chinese) • Apple Siri • Google Assistant • IBM Waston • Amazon Alexa • Facebook Messenger etc. Challenge : The Turing test is not reproducible or amenable to mathematical analysis AI Slides (6e) c � Lin Zuoquan@PKU 1998-2020 15

  16. Thinking humanly: Cognitive Science 1960s “cognitive revolution”: information-processing psychology re- placed prevailing orthodoxy of behaviorism Scientific theories of internal activities of the brain – What level of abstraction? “Knowledge” or “circuits” 1) Predicting and testing behavior of human subjects (top-down) 2) Direct identification from neurological data (bottom-up) Both approaches (roughly, Cognitive Science and Cognitive Neu- roscience) are now distinct from AI Cognitive Science and AI shares one principal direction AI Slides (6e) c � Lin Zuoquan@PKU 1998-2020 16

  17. Brains 10 11 neurons of > 20 types, 10 14 synapses, 1ms–10ms cycle time Signals are noisy “spike trains” of electrical potential Axonal arborization Axon from another cell Synapse Dendrite Axon Nucleus Synapses Cell body or Soma AI Slides (6e) c � Lin Zuoquan@PKU 1998-2020 17

  18. Artificial neural networks Artificial neural networks (ANN/NN): artificial neurons mimic the way biological brain with clusters of biological neurons connected by axons – a oversimplification of real neurons, but its purpose is to develop understanding of what networks of simple units can do The neural networks approach is called connectionism in AI Resurgence under the name deep learning, distinct from the brains and cognitive science AI Slides (6e) c � Lin Zuoquan@PKU 1998-2020 18

  19. Artificial brain projects Artificial Brain: direct human brain emulation using artificial neural networks on a high-performance computing engine • IBM Blue Brain project (grant from Pentagon, 2008) Google etc. • BRAIN Initiative (US, 2013) The Human Brain Project (Europ, Japan) • China Brain Project (China, proposal 2018) Challenge : Artificial neural networks and artificial brain are simpler to create general intelligent actions directly without the principle of intelligence AI Slides (6e) c � Lin Zuoquan@PKU 1998-2020 19

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend