1 / 14

CS 475: Uncertainty and Multi-Agent Systems

CS 475: Uncertainty and Multi-Agent Systems. Prof. Bart Selman selman@cs.cornell.edu Introduction. Overview of this Lecture. Motivation behind new course Course administration Role of uncertainty and multi-agent systems in AI. Motivation. A new course.

omer
Télécharger la présentation

CS 475: Uncertainty and Multi-Agent Systems

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CS 475:Uncertainty and Multi-Agent Systems Prof. Bart Selman selman@cs.cornell.edu Introduction

  2. Overview of this Lecture • Motivation behind new course • Course administration • Role of uncertainty and multi-agent systems in AI

  3. Motivation

  4. A new course The field of AI has grown tremendously over the last two decades, both in terms of range of topics and technical depth. A single introductory course no longer works. So, this course complements CS 472. CS 472: Search, Adversarial Search, Planning, Knowledge Represention and Reasoning, and Learning. (Parts I, II, III, IV, & VI R&N.) CS 475: Uncertainty (Part V, R&N) and Multi-Agent Systems (t.b.d.)

  5. Course Administration

  6. CS 475 Lectures: Wedns & Fridays – 2:55pm – 4:10pm Location: OH 216 Lecturer: Prof. Selman Office: 4148 Upson Hall Email: selman@cs.cornell.edu Administrative Assistant: Beth Howard (bhoward@cs.cornell.edu)     5136 Upson Hall, 255-4188

  7. Grading (tentative) Midterm (15%) Homework                     (40%) Participation                  (10%) Final                              (35%) Note: The lowest homework grade will be dropped before the final grade is computed.

  8. Textbook Artificial Intelligence: A Modern Approach (AIMA) (Second Edition) by Stuart Russell and Peter Norvig Probabilistic Reasoning in Intelligent Systems : Networks of Plausible Inference by Judea Pearl Learning Bayesian Networks by Richard Neapolitan Multi-Agent Systems: A Modern Approach to Distributed AI by Gerhard Weiss

  9. Emergence of Uncertainty in AIHistorical Perspective AI: Obtaining an understanding of the human mind is one of the final frontiers of modern science. Founders: Aristotle, George Boole, Gottlob Frege, and Alfred Tarski formalizing the laws of human thought Alan Turing, John von Neumann, and Claude Shannon thinking as computation John McCarthy, Marvin Minsky, Herbert Simon, and Allen Newell the start of the field of AI (1959)

  10. 1959 – 1985 Logical representations and symbolic processing were at the core of AI. Precise. Models much of mathematical thought. Also, human artifacts such as circuits and complex machinery. Well-understood syntax and semantics. Computational principles well-understood (inference). Moreover: “symbolic processing and representations” were actually novel for computing. Handcrafted knowledge works well in specialized domains in e.g. expert systems and automated diagnosis systems. “knowledge driven” [Aside: probabilistic methods, such as Markov models, were quite familiar in the 50s and 60s from work in EE on information and signal processing.]

  11. 1985 – 2005 emergence of probabilistic and statistical methods in AI. Can deal with noisy input (sensor) data, and many forms of uncertain information. Can exploit statistical regularities in large data-sets, leading to statistical machine learning (less need for hand-crafted encoding of knowledge). Computational techniques were developed. Probabilistic framework (e.g. Bayesian nets, Markov random fields) bridge different areas such as reasoning, nlp, vision, machine learning, and bio-info. “data-driven” [Aside: value of probabilistic models was also discovered “later” in the other fields --- e.g. statistical physics (1870+) & quantum physics (1910+) and in computation (randomized algorithms 1970+).]

  12. 2006+ ? Possibly a merger of probabilistic information (“soft constraints / preferences”) and logical information (“hard constraints”). Consider a robot moving around: a probabilistic (continuous) model of its most likely location seems appropriate given noisy sensory inputs. However, in reasoning and making plans about its environment an appropriate discretization may be needed (e.g. “door is either closed or open”; “words” in language; component-wise designs). “Hierarchical models: lower-level statistical (from sensory input) & higher-levels symbolic (from cognition).”

  13. Emergence of Multi-Agent Systems 1959—1985 Mostly single agent, problem solving / task-oriented perspective Examples: medical diagnosis systems or Deep Blue. 1985---2005 Shift to autonomous, interacting AI systems (“agents”). Examples: shopping and bidding “agents” (e.g., TAC competition) and distributed sensor networks. Brings in ideas from economics, game theory, auctions, coordination, and distributed computing. Open issue: do truly new aspects of intelligence “emerge” in a distributed setting?

More Related