COMP3710 Artificial Intelligence 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.
Artificial Intelligence
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
Artificial Intelligence Austin Luczak, Katie Regin, John Trawinski.
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
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: Chapter 1
Lecture 1 Note: Some slides and/or pictures are adapted from Lecture slides / Books of Dr Zafar Alvi. Text Book - Aritificial Intelligence Illuminated.
10/3/2015 ARTIFICIAL INTELLIGENCE Russell and Norvig ARTIFICIAL INTELLIGENCE: A Modern Approach.
CSC4444: Artificial Intelligence Fall 2011 Dr. Jianhua Chen Slides adapted from those on the textbook website.
Survey of AI for games. AI vs. AI for games Traditional AI: – Made to handle unseen inputs, large state space – Too many options possible to compute an.
Artificial Intelligence CS 363 Kawther Abas Lecture 1 Introduction 5/4/1435.
1 Artificial Intelligence GholamReza GhassemSani Fall 1383.
What is Artificial Intelligence? Abbas Mehrabian Teacher: Dr. M. Raei Sharif Saturday, 6 Esfand 1384.
How Solvable Is Intelligence? A brief introduction to AI Dr. Richard Fox Department of Computer Science Northern Kentucky University.
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?
Knowledge Representation Fall 2013 COMP3710 Artificial Intelligence Computing Science Thompson Rivers University.
A Brief History of AI Fall 2013 COMP3710 Artificial Intelligence Computing Science Thompson Rivers University.
COMP 4640 Intelligent & Interactive Systems Cheryl Seals, Ph.D. Computer Science & Software Engineering Auburn University.
1 Artificial Intelligence & Prolog Programming CSL 302.
Uses and Limitations Fall 2013 COMP3710 Artificial Intelligence Computing Science Thompson Rivers University.
Artificial Intelligence
Overview of Artificial Intelligence (1) Artificial intelligence (AI) Computers with the ability to mimic or duplicate the functions of the human brain.
CS440/ECE448: Artificial Intelligence. Section Q course website:
CS440/ECE448: Artificial Intelligence Lecture 1: What is AI?
Artificial Minds?.
Knowledge Representation
Chapter 7. Propositional and Predicate Logic
CSC 290 Introduction to Artificial Intelligence
第 1 章 绪论.
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 introduction(2)
Artificial Intelligence (Lecture 1)
TA : Mubarakah Otbi, Duaa al Ofi , Huda al Hakami
AI and Agents CS 171/271 (Chapters 1 and 2)
EA C461 – Artificial Intelligence Introduction
Chapter 7. Propositional and Predicate Logic
Knowledge Representation
COMP3710 Artificial Intelligence Thompson Rivers University
CS 404 Artificial Intelligence
Introduction to Artificial Intelligence Instructor: Dr. Eduardo Urbina
Artificial Intelligence
Artificial Intelligence
Presentation transcript:

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

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 – Some Advanced Topics TRU-COMP3710 A Brief History of AI

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 AI

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

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 AI

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 AI

1.2 What is AI - cont Strong AI Weak AI: What is your opinion? 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 AI

1.3 Strong Methods and Weak Methods Strong method problem solving depends on a system being given a great deal of real 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 AI

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

1.5 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

1.6 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 Recently AI has been in the spotlight due to the evolution of hardware. TRU-COMP3710 A Brief History of AI