1 Lecture 33 Introduction to Artificial Intelligence (AI) Overview  Lecture Objectives.  Introduction to AI.  The Turing Test for Intelligence.  Main.

Slides:



Advertisements
Similar presentations
Approaches, Tools, and Applications Islam A. El-Shaarawy Shoubra Faculty of Eng.
Advertisements

Artificial Intelligence
Anonymous "Artificial Intelligence is the study of how to make real computers act like the ones in the movies."
Artificial Intelligence
Artificial Intelligence Created by Korbut Fyodor FTF,
An Introduction to Artificial Intelligence Presented by : M. Eftekhari.
An Introduction to Artificial Intelligence. Introduction Getting machines to “think”. Imitation game and the Turing test. Chinese room test. Key processes.
WHAT IS ARTIFICIAL INTELLIGENCE?
Artificial Intelligence A Modern Approach Dennis Kibler.
Introduction to Artificial Intelligence Ruth Bergman Fall 2004.
Approaches to AI. Robotics Versus Artificial Intelligence.
Introduction to Artificial Intelligence CSE 473 Winter 1999.
Chapter 13 Artificial Intelligence. Introduction Artificial intelligence (AI) is the part of computer science that attempts to make computers act like.
Artificial Intelligence Overview John Paxton Montana State University August 14, 2003.
CSE 471/598,CBS598 Introduction to Artificial Intelligence Fall 2004
Chapter 12: Intelligent Systems in Business
Artificial Intelligence
Introduction to AI, H. Feili 1 Introduction to Artificial Intelligence LECTURE 1: Introduction What is AI? Foundations of AI The.
CPSC 171 Artificial Intelligence Read Chapter 14.
Artificial Intelligence By Ryan Shoultes & Jeremy Creighton.
ARTIFICIAL INTELLIGENCE Introduction: Chapter 1. Outline Course overview What is AI? A brief history The state of the art.
CSCI 4410 Introduction to Artificial Intelligence.
Chapter 10. Global Village “… is the shrinking of the world society because of the ability to communicate.” Positive: The best from diverse cultures will.
The Thinking Machine Based on Tape. Computer Has Some Intelligence Now Playing chess Solving calculus problems Other examples:
CISC4/681 Introduction to Artificial Intelligence1 Introduction – Artificial Intelligence a Modern Approach Russell and Norvig: 1.
Introduction to Artificial Intelligence. What is AI?
Chapter 14: Artificial Intelligence Invitation to Computer Science, C++ Version, Third Edition.
Introduction: Chapter 1
Artificial Intelligence: Its Roots and Scope
Lecture 1 Note: Some slides and/or pictures are adapted from Lecture slides / Books of Dr Zafar Alvi. Text Book - Aritificial Intelligence Illuminated.
Artificial Intelligence Introductory Lecture Jennifer J. Burg Department of Mathematics and Computer Science.
Artificial Intelligence CS 363 Kawther Abas Lecture 1 Introduction 5/4/1435.
1 Artificial Intelligence Introduction. 2 What is AI? Various definitions: Building intelligent entities. Getting computers to do tasks which require.
What is Artificial Intelligence? Abbas Mehrabian Teacher: Dr. M. Raei Sharif Saturday, 6 Esfand 1384.
Introduction to Artificial Intelligence and Soft Computing
How Solvable Is Intelligence? A brief introduction to AI Dr. Richard Fox Department of Computer Science Northern Kentucky University.
I Robot.
Artificial Intelligence: Introduction Department of Computer Science & Engineering Indian Institute of Technology Kharagpur.
1 CS 385 Fall 2006 Chapter 1 AI: Early History and Applications.
1 The main topics in AI Artificial intelligence can be considered under a number of headings: –Search (includes Game Playing). –Representing Knowledge.
AI: Can Machines Think? Juntae Kim Department of Computer Engineering Dongguk University.
WEEK INTRODUCTION IT440 ARTIFICIAL INTELLIGENCE.
Artificial Intelligence, Expert Systems, and Neural Networks Group 10 Cameron Kinard Leaundre Zeno Heath Carley Megan Wiedmaier.
Spring, 2005 CSE391 – Lecture 1 1 Introduction to Artificial Intelligence Martha Palmer CSE391 Spring, 2005.
Presented by: ENNAHIBI Med KASMI Ilyas OUBAALLA Wafaa Supervised by: Mr ABELLAOUI Mohammed.
Princess Nora University Artificial Intelligence CS 461 Level 8 1.
A Brief History of AI Fall 2013 COMP3710 Artificial Intelligence Computing Science Thompson Rivers University.
ARTIFICIAL INTELLIGENCE include people, procedures, hardware, software, data and knowledge needed to develop computer systems and machines that demonstrated.
1 ARTIFICIAL INTELLIGENCE Gilles BÉZARD Version 3.16.
1 Chapter 13 Artificial Intelligence and Expert Systems.
1 Artificial Intelligence & Prolog Programming CSL 302.
COMPUTER SYSTEM FUNDAMENTAL Genetic Computer School INTRODUCTION TO ARTIFICIAL INTELLIGENCE LESSON 11.
Decision Support and Business Intelligence Systems (9 th Ed., Prentice Hall) Chapter 12: Artificial Intelligence and Expert Systems.
Artificial Intelligence
PART IV: The Potential of Algorithmic Machines.
Artificial Intelligence
Artificial Intelligence
First work in AI 1943 The name “Artificial Intelligence” coined 1956
Artificial Intelligence
COMP 4640 Intelligent & Interactive Systems
Basic Intro Tutorial on Machine Learning and Data Mining
Implementing AI solutions using the cognitive services in Azure
Introduction Artificial Intelligent.
Artificial Intelligence introduction(2)
Artificial Intelligence (Lecture 1)
Introduction to Artificial Intelligence and Soft Computing
TA : Mubarakah Otbi, Duaa al Ofi , Huda al Hakami
Principles of Computing – UFCFA3-30-1
COMP3710 Artificial Intelligence Thompson Rivers University
Artificial Intelligence
Presentation transcript:

1 Lecture 33 Introduction to Artificial Intelligence (AI) Overview  Lecture Objectives.  Introduction to AI.  The Turing Test for Intelligence.  Main Research Areas of AI.  Preview: Knowledge Representation & Expert Systems.

2 Lecture 33 Lecture Objectives  Motivate and outline the goals of AI research.  Give brief historical account on the development of AI.  Introduce the main research areas of AI.

3 Lecture 33 Introduction to AI (cont’d) What is Artificial Intelligence?  Artificial Intelligence can be defined as the study of making machines behave as if they had human intelligence. That is, making computers simulate human intelligence. What is intelligence?  Understanding, thinking, reasoning, creating  Intelligence: If something can emulate or imitate a human, then it is intelligent.

4 Lecture 33 Introduction to AI (cont’d) In order to understand AI, lets study the things that humans can do.  Computational Tasks  Arithmetic  Sorting  Searching  Calculating,..  Recognition  Recognize faces ( vision)  Recognize spoken language (Natural Language Processing)  Reasoning  Planning  Taking decisions  Ability to behave under new situations  Learning from old experiences. HOW GOOD ARE HUMANS AND MACHINE IN THESE TASKS?

5 Lecture 33 Humans versus Computers Computational RecognitionReasoning Ability Computers Humans

6 Lecture 33 Turing Test for Intelligence  As early as 1950, Alan Turing addressed the question: “can computers think?” He proposed the Turing Test as a way to determine the intelligence of computers…  Turing Test: Can a program convince a person that s/he is conversing with a real person? The test uses a human, an AI program, and a judge.  If the Judge couldn’t differentiate which is the machine and which is the human within a certain amount of time only by asking questions, the machine is intelligent Judge

7 Lecture 33 Artificial Intelligence Approach  Real AI research rarely attempts to “pass” the Turing Test of global intelligence.  Instead it tries to perform “well” on tasks which are traditionally difficult for computers, but easy for people. For example:  vision - recognize shapes  natural language - understand and speak  compose musical tunes  make good guesses using incomplete data  AI doesn’t deal with tasks such as adding up numbers, sorting, compiling code into machine language, which are all relatively easy for computers.

8 Lecture 33 Brief History of AI  The gestation of A.I. ( )  Early enthusiasm, great expectations ( )  A dose of reality ( )  NP-completeness theory and computational intractability  Knowledge-based systems ( )  Expert systems (MYCIN)  A.I. becomes an industry (1980-present)  The return of neural networks (1986-present)

9 Lecture 33 Areas of AI Research  Main areas of Artificial Intelligence Research include :  1. Knowledge Representation and Logic  2. Expert Systems  3. Natural Language  4. Robotics  5. Computer vision  6. Neural Network  7. Machine Learning  We’ll highlight each of these in the next two lectures.