A Brief History of AI Fall 2013 COMP3710 Artificial Intelligence Computing Science Thompson Rivers University.

Slides:



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

Artificial Intelligence
An Introduction to Artificial Intelligence Presented by : M. Eftekhari.
Introduction to AI Kaziwa H. Saleh. What is AI? John McCarthy defines AI as “the science and engineering to make intelligent machines”. AI is the study.
AI 授課教師:顏士淨 2013/09/12 1. Part I & Part II 2  Part I Artificial Intelligence 1 Introduction 2 Intelligent Agents Part II Problem Solving 3 Solving Problems.
A Brief History of Artificial Intelligence
WHAT IS ARTIFICIAL INTELLIGENCE?
Artificial Intelligence Austin Luczak, Katie Regin, John Trawinski.
Introduction to Artificial Intelligence Ruth Bergman Fall 2004.
CS 357 – Intro to Artificial Intelligence  Learn about AI, search techniques, planning, optimization of choice, logic, Bayesian probability theory, learning,
1 Lecture 33 Introduction to Artificial Intelligence (AI) Overview  Lecture Objectives.  Introduction to AI.  The Turing Test for Intelligence.  Main.
Acting Humanly: The Turing test (1950) “Computing machinery and intelligence”:   Can machine’s think? or Can machines behave intelligently? An operational.
PSU CS 370 – Artificial Intelligence Dr. Mohamed Tounsi Artificial Intelligence 1. Introduction Dr. M. Tounsi.
COMP 4640 Intelligent & Interactive Systems Cheryl Seals, Ph.D. Computer Science & Software Engineering Auburn University.
COMP 3009 Introduction to AI Dr Eleni Mangina
Introduction to Artificial Intelligence ITK 340, Spring 2010.
ARTIFICIAL INTELLIGENCE Introduction: Chapter Textbook: S. Russell and P. Norvig Artificial Intelligence: A Modern Approach Prentice Hall, 2003,
Artificial Intelligence
CPSC 171 Artificial Intelligence Read Chapter 14.
Reference: "Artificial Intelligence, a Modern Approach, 3rd ed."
FOUNDATIONS OF ARTIFICIAL INTELLIGENCE Introduction: Chapter 1.
ARTIFICIAL INTELLIGENCE Introduction: Chapter 1. Outline Course overview What is AI? A brief history The state of the art.
Artificial Intelligence By John Debovis & Keith Bright.
1 Intelligent Systems Q: Where to start? A: At the beginning (1940) by Denis Riordan Reference Modern Artificial Intelligence began in the middle of the.
Artificial Intelligence Introduction (2). What is Artificial Intelligence ?  making computers that think?  the automation of activities we associate.
Artificial Intelligence Lecture 1:Introducing AI and course material
Introduction to Artificial Intelligence Artificial Intelligence Section 4 Mr. Sciame.
Introduction (Chapter 1) CPSC 386 Artificial Intelligence Ellen Walker Hiram College.
Introduction: Chapter 1
Artificial Intelligence
AI Overview Reference: "Artificial Intelligence, a Modern Approach, 3 rd ed."
Lecture 1 Note: Some slides and/or pictures are adapted from Lecture slides / Books of Dr Zafar Alvi. Text Book - Aritificial Intelligence Illuminated.
Game AI Fundamentals. What is Artificial Intelligence (AI)? Not easy to answer… “Ability of a computer or other machine to perform those activities that.
CSC4444: Artificial Intelligence Fall 2011 Dr. Jianhua Chen Slides adapted from those on the textbook website.
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 CS 2710, ISSP 2610 Foundations of Artificial Intelligence introduction.
Types of Artificial Intelligence & Pioneers in the Field By Vernon Crowder.
Introduction to Artificial Intelligence Mitch Marcus CIS391 Fall, 2008.
1 Introduction to Artificial Intelligence (Lecture 1)
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.
Artificial Intelligence
So what is AI?.
Introduction to Artificial Intelligence CS 438 Spring 2008 Today –AIMA, Chapter 1 –Defining AI Next Tuesday –Intelligent Agents –AIMA, Chapter 2 –HW: Problem.
What is Artificial Intelligence?
FOUNDATIONS OF ARTIFICIAL INTELLIGENCE
Knowledge Representation Fall 2013 COMP3710 Artificial Intelligence Computing Science Thompson Rivers University.
1 Artificial Intelligence & Prolog Programming CSL 302.
AI Overview Reference: "Artificial Intelligence, a Modern Approach, 3 rd ed."
Uses and Limitations Fall 2013 COMP3710 Artificial Intelligence Computing Science Thompson Rivers University.
What is Artificial Intelligence? Introduction to Artificial Intelligence Week 2, Semester 1 Jim Smith.
Artificial Intelligence
CS440/ECE448: Artificial Intelligence Lecture 1: What is AI?
Knowledge Representation
Chapter 7. Propositional and Predicate Logic
Introduction to Artificial Intelligence
COMP3710 Artificial Intelligence Thompson Rivers University
1.#.
COMP 4640 Intelligent & Interactive Systems
Course Instructor: knza ch
Introduction Artificial Intelligent.
Artificial Intelligence (Lecture 1)
TA : Mubarakah Otbi, Duaa al Ofi , Huda al Hakami
EA C461 – Artificial Intelligence Introduction
Knowledge Representation
COMP3710 Artificial Intelligence Thompson Rivers University
COMP3710 Artificial Intelligence Thompson Rivers University
Artificial Intelligence
Presentation transcript:

A Brief History of AI Fall 2013 COMP3710 Artificial Intelligence Computing Science Thompson Rivers University

TRU-COMP3710 A Brief History of AI2 Course Outline Part I – Introduction to Artificial Intelligence A Brief History of Artificial Intelligence Uses and Limitations Part II – Classical Artificial Intelligence Part III – Machine Learning Part IV – Advanced Topics

TRU-COMP3710 A Brief History of AI3 Learning Outcomes Define what AI is Distinguish strong AI and weak AI Distinguish strong methods and weak methods Explain what the Turing test is List important study areas in AI

TRU-COMP3710 A Brief History of AI4 Reference Chapter 1. A Brief History of Artificial Intelligence

TRU-COMP3710 A Brief History of AI5 Unit Outline What is AI? Strong methods and weak methods Alan Turing and the 1950s The 1960s to the 1990s...

TRU-COMP3710 A Brief History of AI6 1.2 What is AI A more difficult question is: What is intelligence? This question has puzzled philosophers, biologists and psychologists for centuries. Artificial Intelligence is easier to define, although there is no standard, accepted definition. A simple definition might be as follows: Artificial intelligence is the study of systems that act in a way that to any observer would appear to be intelligent. In fact, Artificial Intelligence techniques are often used to solve relatively simple problems, or complex problems that are internal to more complex systems. This may lead us to another definition of Artificial Intelligence, as follows: Artificial Intelligence involves using methods based on the intelligent behavior of humans and other animals to solve complex problems.

TRU-COMP3710 A Brief History of AI7 1.2 What is AI - cont Strong AI One can create a computer that can literally think and is conscious in the same way that a human is conscious. This is the view that a sufficiently programmed computer would actually be intelligent and would think in the same way that a human does. Weak AI: Intelligent behavior can be modeled and used by computers to solve complex problems. This is the use of methods modeled on intelligent behavior to make computers more efficient at solving problems. What is your opinion?

TRU-COMP3710 A Brief History of AI8 1.3 Strong Methods and Weak Methods Strong method problem solving depends on a system being given a great deal of knowledge about its world and the problems that is might encounter. Strong methods use knowledge about the world to solve problems. Weak methods use systems such as logic, automated reasoning, and other general structures that can be applied to a wide range of problems but that do not necessarily incorporate any real knowledge about the world of the problem. Weak methods use logic and other symbolic systems. Are strong methods enough to implement an intelligent system? Are weak methods enough to implement an intelligent system? Strong method systems rely on weak methods, as knowledge is useless without a way to handle that knowledge.

TRU-COMP3710 A Brief History of AI9 1.5 Alan Turing and the 1950s Alan Turing (1950) "Computing machinery and intelligence": "Can machines think?"  "Can machines behave intelligently?" The Turing Test was designed as a way to judge the success or otherwise of an attempt to produce a thinking computer. Predicted that by 2000, a machine might have a 30% chance of fooling a lay person for 5 minutes What do you think? But no system has yet passed the Turing Test. Is the Turing Test enough to test whether a given system is intelligent? Required capabilities??? Natural language processing Knowledge representation Automated reasoning Machine learning

TRU-COMP3710 A Brief History of AI Alan Turing and the 1950s - cont Around this time, in the 1950’s, systems were being developed that could play checkers, engage in conversation and solve other problems. The term Artificial Intelligence was coined in 1956 by John McCarthy at a conference.

TRU-COMP3710 A Brief History of AI The 1960s to the 1990s Since the 1950s, a great deal of the original optimism has gone out of AI and has been replaced with a degree of realism. Areas of particular importance Machine learning Multi-agent systems Artificial life Computer vision Planning Playing games

TRU-COMP3710 A Brief History of AI Human Psychology and Biology Much research in AI has been related to cognitive psychology, which is based on the idea that the human brain uses knowledge or information that it is capable of processing in order to solve problems, make decisions, draw conclusions, and carry out other intelligent acts.

TRU-COMP3710 A Brief History of AI13