1 / 22

CS 357 – Intro to Artificial Intelligence

CS 357 – Intro to Artificial Intelligence. Text: “Artificial Intelligence: A Modern Approach” Russell and Norvig. Learn about AI, search techniques, planning, optimization of choice, logic, Bayesian probability theory, learning, etc. Learn skills applicable to other fields of computer science

Télécharger la présentation

CS 357 – Intro to Artificial Intelligence

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 357 – Intro to Artificial Intelligence • Text: “Artificial Intelligence: A Modern Approach” Russell and Norvig. • Learn about AI, search techniques, planning, optimization of choice, logic, Bayesian probability theory, learning, etc. • Learn skills applicable to other fields of computer science • Have fun. Course Goals

  2. What is (Artificial) Intelligence?  No agreed upon scientific definition, except that intelligence is demonstrated by people  AI has traditionally been a field trying to solve problems that people are good at (and that other things are not good at).  Should we try to do it the same way as people?  Can we do better than people?

  3. Can a Machine Be Intelligent? • Ongoing Argument • Weak AI – Machines can be made to act as if they were intelligent • Strong AI – Machines that act intelligently, have real, conscious minds.  Does computation = intelligence? • Is a spider intelligent? • Are the genes of a human intelligent?  Biological Naturalism (physicalism, materialism) - "Brains Cause Minds" p.954 • The Turing test.

  4. Acting Humanly: The Turing test (1950) “Computing machinery and intelligence”: Can machine’s think? or Can machines behave intelligently? An operational test for intelligent behavior: the Imitation Game Predicted that by the year 2000, a machine would have a 30% chance of fooling a lay person for 5 minutes Anticipated all major arguments against AI in the following 50 years Suggested major components of AI: knowledge, reasoning, language, understanding, learning. Problem: Turing test is not reproducible, constructive, or amenable to mathematical analysis. Intelligence not determinable by surface behavior alone. The test is not sufficient since the behaviors under adjudication are too limited. As a sufficient condition for intelligence, the test is so difficult as to be uninteresting.

  5. Philosophy – Mind over matter OR mind is matter? physicalism, materialism - • Mental states, such as being in pain, knowing that one is driving a car, or thinking that your mother neglected you as a child, are a direct result of brain states. • Some brain states = the same mental state. • Avoids speculation about nonphysical processes beyond the ken of science. What about free will? Is everyone a deterministic machine? What about consciousness? How does consciousness arise from a certain organization of matter? What is consciousness? Why? Sentience: 1.   The quality or state of being sentient; consciousness. 2.   Feeling as distinguished from perception or thought. 3.   A sense of one's own personal thoughts, including the attitudes, beliefs, and sensitivities held by or considered characteristic of an individual. Mind is spiritual: However, (argument against this) physical changes in mind affect it. Damage to certain areas of brain can change behavior. Dualism: There is a part of mind that lies outside of nature, is not physical. Rene Descartes: first clear discussion of the distinction between mind and matter. A proponent of dualism. Held that only man (not animals) posses this dualist quality – animals can be viewed as machines. Alternative to dualism - Biological Naturalism: "Brains Cause Minds“: mind is purely physical but cannot be completely explained by a reduction to ordinary physical processes. Perhaps mind could be an “emergent” property of the physical characteristics of your brain, for example.

  6. Consciousness - The Chinese Room Experiment – Does running the right program generate consciousness? • Human – only understands English • Rule book – written in english • Stacks of paper – some blank, some with indecipherable symbols on them • Small opening to outside world • Pieces of paper with symbols on them are passed through the opening • The human follows the instructions in the rule book • Eventually the human hands a piece of paper with symbols on it through the opening • Certain kinds of objects are incapable of conscious understanding • The human, paper, and rule book are objects of this kind • If each object is incapable, the entire whole is incapable • Therefore there is no conscious understanding in the room

  7. The Brain Prosthesis Experiment Replace neurons in your brain one at a time with artificial neurons that *exactly* replicate the behavior of the original neurons (then reverse the process). By definition, the subjects external behavior must remain unchanged. What happens? • We have two choices, either • The causal mechanisms involved in consciousness in the electronic brain are still functioning, and it is therefore conscious. • Conscious mental events in the normal brain have no effect on behavior. If neuron replacement is conscious, replacing brain with a circuit/lookup table that mapped inputs to outputs *must* also be conscious.

  8. Current definitions of AI Current definitions of AI vary along two main dimensions (page 2). • Dimension 1a.Concerned with thought processes and reasoning. Systems that think like humans. • Dimension 1b.. Concerned with internal thought processes – do they make sense, are they reasoning in the correct way. Systems that think rationally. • Dimension2a. Measure success in terms of human performance. Systems that act like humans. • Dimensions2b. Measure success in terms of "rationality" (an ideal measure of performance). Systems that act rationally. 1. Acting humanly - the Turing test 2. Thinking humanly - cognitive science 3. Thinking rationally - the "laws of thought" approach. The emphasis is on making (and being able to trace) correct, logical inferences. 4. Acting rationally - the "rational agent" approach. Does not require that a "correct inference" be made, rather places emphasis on good behavior. Correct inference is thus only a useful, but not necessary, mechanism for generating "rational" (or good) behavior. This is the most general approach, since the behavior need not be human-like, it just needs to be good/right. This is the definition of intelligence emphasized in this book.

  9. Definitions: • environment • actuators • percept • percept sequence • agent function • agent program • rational, rationality • performance measure • rational agent (very important, def on p36)

  10. What is rational for an agent? It depends on: • The performance measure • What it has perceived • Its current store of knowledge • The actions the agent can perform

  11. The vacuum cleaner world

  12. Environment Issues

  13. All of the above agents can be turned into learning agents.

  14. Automated taxi driver: Performance (goals)? Environment? Actuators (actions)? Sensors (percepts)?

  15. Internet shopping agent Performance (goals)? Environment? Actuators (actions)? Sensors (percepts)?

More Related