1 / 22

Artificial Intelligence IES 503

Artificial Intelligence IES 503. Asst . Prof. Dr. Senem Kumova Metin. Artificial Intelligence – IES 503. Instructor : Asst . Prof. Dr. Senem Kumova Metin E mail : senem.kumova@ieu.edu.tr Lectures : Mondays 1 8 :30— 21 : 3 0 Course web page: http://homes.ieu.edu.tr/skumova

Download Presentation

Artificial Intelligence IES 503

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. Artificial IntelligenceIES 503 Asst. Prof. Dr. Senem Kumova Metin

  2. Artificial Intelligence – IES 503 • Instructor:Asst. Prof. Dr. Senem Kumova Metin • E mail : senem.kumova@ieu.edu.tr • Lectures: Mondays 18:30—21:30 • Course web page:http://homes.ieu.edu.tr/skumova • Up to date information • Relevant dates, links, etc. • Course material: • [AIMA] Artificial Intelligence: A Modern Approach, by Stuart Russell and Peter Norvig. (2nded)

  3. DictionaryDefinitions of Intelligence • “The ability to use memory, knowledge,experience, understanding, reasoning,imagination and judgement in order to solveproblems and adapt to newsituations.” AllWords Dictionary, 2006 • “The ability to learn or understand or to deal with new or difficultsituations” (MerriamWebster) • “The capacity for understanding; ability to perceive and comprehend meaning” (Collins) • “The ability to acquire and apply knowledge and skills” (Oxford Dictionary, 2006) Youmayread“A Collection of Definitions of Intelligence, arxiv.org/pdf/0706.3639‎byS Legg - ‎2007 ” forfurtherdefinitons of Intelligence.

  4. Why study AI? Search engines Science Medicine/ Diagnosis Labor Appliances What else?

  5. Examples of AI Systems • Chess playing  Deep Blue (IBM) • Medical Diagnosis Path Finder • Car Driving itself ALVINN • Smart House • ……

  6. What is AI? The exciting new effort to make computers thinks … machine with minds, in the full and literal sense” (Haugeland 1985) “The study of mental faculties through the use of computational models” (Charniak et al. 1985) “The art of creating machines that perform functions that require intelligence when performed by people” (Kurzweil, 1990) A field of study that seeks to explain and emulate intelligent behavior in terms of computational processes” (Schalkol, 1990) Systems that think like humans Systems that think rationally Systems that act like humans Systems that act rationally

  7. Acting Humanly: The Turing Test • Alan Turing's 1950 article Computing Machinery and Intelligence discussed conditions for considering a machine to be intelligent • “Can machines think?”  “Can machines behave intelligently?” • The Turing test (The Imitation Game): Operational definition of intelligence.

  8. Acting Humanly: The Turing Test • Computer needs to possess: • Natural language processing • Knowledge representation • Automated reasoning • Machine learning

  9. What would a computer need to pass the Turing test? • Natural language processing: to communicate with examiner. • Knowledge representation: to store and retrieve information provided before or during interrogation. • Automated reasoning: to use the stored information to answer questions and to draw new conclusions. • Machine learning: to adapt to new circumstances and to detect and extrapolate patterns.

  10. Acting Humanly: The Full Turing Test • Problems: • 1) Turing test is not reproducible, constructive, and amenable to mathematic analysis. • 2) What about physical interaction with interrogator and environment? • Total (Full) Turing Test: Requires physical interaction and needs perception and actuation.

  11. Acting Humanly: The Full Turing Test • Computer needs to possess: • Natural language processing • Knowledge representation • Automated reasoning • Machine learning • and • Computer Vision • Robotics Trap door

  12. What would a computer need to pass the fullTuring test? • Natural language processing • Knowledge representation • Automated reasoning • Machine learning • Vision : to recognize the examiner’s actions and various objects presented by the examiner. • Robotics : tomanipulateobjectsandmoveabout

  13. Thinking Humanly: Cognitive Science • Thinking like a human  Determining how humans think .. • 1960 “Cognitive Revolution”: information-processing psychology replaced behaviorism • Cognitive science brings together theories and experimental evidence to model internal activities of the brain

  14. Thinking Rationally: Laws of Thought • Aristotle (~ 450 B.C.) attempted to codify “right thinking”What are correct arguments/thought processes? • E.g., “Socrates is a man, all men are mortal; therefore Socrates is mortal” • The Law of Thought approach initiated the field called LOGIC…

  15. Thinking Rationally: Laws of Thought Problems: • Uncertainty: Not all facts are certain (e.g., the flight might be delayed). It is not easytotakeinformalknowledgeandstate in fornaltermsrequiredbylogicalnotation , particularywhentheknowledge is lessthan 100% certain 2) Resource limitations: • Not enough time to compute/process • Insufficient memory/disk/etc • Etc.

  16. Acting Rationally: The Rational Agent Approach • Rational behavior: Doing the right thing! • The right thing: That which is expected to maximize the expected return • Provides the most general view of AI because it includes: • Correct inference (“Laws of thought”) • Uncertainty handling • Resource limitation considerations (e.g., reflex vs. deliberation) • Cognitive skills (NLP, AR, knowledge representation, ML, etc.) • Advantages: • More general • Its goal of rationality is well defined

  17. Acting Rationally: The Rational AgentApproach • An agent is somethingthatacts . • A computeragentis a program that • operatesunderautonomouscontrol, • perceivestheenvironment, • persistsover a prolonged time period, • adaptstochange • is capable of takinganother’sgoal • A rationalagentis theagentthatactsso as toachievebestoutcomeorwhenthere is uncertaintythebestexpectedoutcome.

  18. How to achieve AI? • How is AI research done? • AI research has both theoretical and experimental sides. The experimental side has both basic and applied aspects. • There are two main lines of research: • One is biological, based on the idea that since humans are intelligent, AI should study humans and imitate their psychology or physiology. • The other is phenomenal, based on studying and formalizing common sense facts about the world and the problems that the world presents to the achievement of goals. • The two approaches interact to some extent, and both should eventually succeed. It is a race, but both racers seem to be walking. [John McCarthy]

  19. Branches of AI • Logical AI • Search • Natural language processing • Pattern recognition • Knowledge representation • Inference From some facts, others can be inferred. • Automated reasoning • Learning from experience • Planning To generate a strategy for achieving some goal • Epistemology Study of the kinds of knowledge that are required for solving problems in the world. • Ontology Study of the kinds of things that exist. In AI, the programs and sentences deal with various kinds of objects, and we study what these kinds are and what their basic properties are. • Genetic programming • Emotions??? • …

  20. AI Prehistory CS 561, Lecture 1

  21. AI History CS 561, Lecture 1

  22. AI State of the art • Have the following been achieved by AI? • World-class chess playing • Playing table tennis • Cross-country driving • Solving mathematical problems • Discover and prove mathematical theories • Engage in a meaningful conversation • Understand spoken language • Observe and understand human emotions • Express emotions • …

More Related