How do you define AI? You were supposed to write a paper for today?

Slides:



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

Applications for Gaming in AI Sample Projects from Computational Intelligence Course at Washburn University.
Artificial Intelligence
A Brief History of Artificial Intelligence
1 Let’s begin with a story. 2 l Alan Turing, "Computing Machinery and Intelligence", Mind, Volume LIX, Number 236, l Because the paper is now in.
Artificial Intelligence Problem solving by searching CSC 361
Shailesh Appukuttan : M.Tech 1st Year CS344 Seminar
Artificial Intelligence u What are we claiming when we talk about AI? u How are Turing Machines important? u How can we determine whether a machine can.
State-Space Searches. State spaces A state space consists of –A (possibly infinite) set of states The start state represents the initial problem Each.
Approaches to AI. Robotics Versus Artificial Intelligence.
Problem solving by Searching Problem Formulation.
CS 357 – Intro to Artificial Intelligence  Learn about AI, search techniques, planning, optimization of choice, logic, Bayesian probability theory, learning,
Acting Humanly: The Turing test (1950) “Computing machinery and intelligence”:   Can machine’s think? or Can machines behave intelligently? An operational.
Artificial Intelligence  What is AI?  The study of computations that make it possible to PERCEIVE, REASON, and ACT  Computing, perceiving, reasoning,
1. 1 Text Book Artificial Intelligence: A Modern Approach, S. Russell and P. Norvig, 3/e, Prentice Hall, 2010 References  Artificial Intelligence, Patrick.
Artificial Intelligence Problem solving by searching CSC 361 Prof. Mohamed Batouche Computer Science Department CCIS – King Saud University Riyadh, Saudi.
State-Space Searches. 2 State spaces A state space consists of –A (possibly infinite) set of states The start state represents the initial problem Each.
start 3 missionaries and 3 cannibals Cannibal & Cannibal Missionary & Missionary Cannibal & Missionary Which one we should move first You lose True.
State-Space Searches.
CSC 4510 – Machine Learning Dr. Mary-Angela Papalaskari Department of Computing Sciences Villanova University Course website:
Introduction to Programming Doman’s Lecture CSCI101.
CS 462: Introduction to Artificial Intelligence This course advocates the physical-symbol system hypothesis formulated by Newell and Simon in It.
CISC4/681 Introduction to Artificial Intelligence1 Introduction – Artificial Intelligence a Modern Approach Russell and Norvig: 1.
The AI Challenge: Who are we? Images Copyright Twentieth Century Fox, Paramount, Sony;
Introduction (Chapter 1) CPSC 386 Artificial Intelligence Ellen Walker Hiram College.
Artificial Intelligence Introductory Lecture Jennifer J. Burg Department of Mathematics and Computer Science.
Unit 1: Basics // Metrics & Matter Aim: How can we apply the Scientific Method? Do Now: Solve the farmer’s dilemma. (5 minutes) Monday, September 8, 2014.
State-Space Searches. 2 State spaces A state space consists of A (possibly infinite) set of states The start state represents the initial problem Each.
Artificial Intelligence By Michelle Witcofsky And Evan Flanagan.
How Solvable Is Intelligence? A brief introduction to AI Dr. Richard Fox Department of Computer Science Northern Kentucky University.
Types of Artificial Intelligence & Pioneers in the Field By Vernon Crowder.
1 Introduction to Artificial Intelligence (Lecture 1)
Artificial Intelligence: Introduction Department of Computer Science & Engineering Indian Institute of Technology Kharagpur.
AI and Games by Lauren Argenio Russell Braun. Project Goals What AI is The basics of how it works How it is applied to games –In the past –Present –Future.
Artificial Intelligence
Problem Solving Agents
Teaching Through Problem Solving
Introduction to Artificial Intelligence CS 438 Spring 2008.
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.
College Expectations with High School Skills: What is a well-educated high school graduate? Texas High School Project.
Intelligence and Creativity Things we will aim to learn: 1. Alfred Binet’s four part definition of intelligence 2. The original formula for I.Q. 3. The.
Overview of Artificial Intelligence (1) Artificial intelligence (AI) Computers with the ability to mimic or duplicate the functions of the human brain.
1 How do you define AI? l You were supposed to write a paper for today? nAt your tables spend five minutes talking about what you wrote. nIdentify some.
CSE 4705 Artificial Intelligence
The Origins of Psychology
WHAT IS INTELLIGENCE? Unit 1| Days
Artificial Minds?.
Knowledge Representation
More with Ch. 2 Ch. 3 Problem Solving Agents
Fundamentals of Information Systems, Sixth Edition
Problem solving by Searching
A I (Artificial Intelligence)
Some problems Cse-402 K3r20,k3r23.
Development Of Artificial Intelligence
Introduction Artificial Intelligent.
Artificial Intelligence (Lecture 1)
Introduction to Artificial Intelligence and Soft Computing
Artificial Intelligence Lecture 2: Foundation of Artificial Intelligence By: Nur Uddin, Ph.D.
Pei Wang Temple University Philadelphia, USA
The Turing Test Minds & Machines.
TA : Mubarakah Otbi, Duaa al Ofi , Huda al Hakami
Some problems Cse-402 K3r20,k3r23.
EA C461 – Artificial Intelligence Introduction
Knowledge Representation
State-Space Searches.
COMP3710 Artificial Intelligence Thompson Rivers University
State-Space Searches.
State-Space Searches.
Science and Technology
Presentation transcript:

How do you define AI? You were supposed to write a paper for today? At your tables spend five minutes talking about what you wrote. Identify some “common ground” in your responses. Identify an idea that someone else wrote about that you wished you had said.

How do you define AI? You were supposed to write a paper for today? What did you discuss?

How others define AI "a collection of algorithms that are computationally tractable, adequate approximations of intractably specified problems" (Partridge, 1991) "the enterprise of constructing a physical symbol system that can reliably pass the Turing Test" (Ginsberg, 1993) "the field of computer science that studies how machines can be made to act intelligently" (Jackson, 1986)

How others define AI "a field of study that encompasses computational techniques for performing tasks that apparently require intelligence when performed by humans" (Tanimoto, 1990) "a very general investigation of the nature of intelligence and the principles and mechanisms required for understanding or replicating it" (Sharples et al., 1989) "the getting of computers to do things that seem to be intelligent" (Rowe, 1988)

Defining AI For most people,  a definition of AI centers around the concept of "intelligence" and some form of the questions: What is intelligence? How can minds work? How do human minds work? Can non-humans have minds?

Defining AI These questions weren’t invented by computer scientists. They have puzzled philosophers, biologists and psychologists for centuries.

Defining AI What is intelligence? How can minds work? How do human minds work? Can non-humans have minds?

What is intelligence? Do the following tasks require intelligence when solved by a human? Brain Teaser Tic Tac Toe Math Puzzle Puzzle Game

The Travelling Farmer A farmer is travelling with a fox, a goose, and a sack of grain Wants to cross a river using one canoe Canoe can hold the farmer and one other item Never leave the fox alone with the goose Never leave the goose alone with the grain Aim: To get all safely across the river

Missionaries and Cannibals Three missionaries and three cannibals Want to cross a river using one canoe. Canoe can hold up to two people. Can never be more cannibals than missionaries on either side of the river. Aim: To get all safely across the river without any missionaries being eaten. [Variant: 5 and 5 with a canoe that holds 3]

Tic Tac Toe Traditional Variation

Math Puzzle Ken Ken

Puzzle Game

What is intelligence? Do the following tasks require intelligence when solved by a computer? Brain Teaser Tic Tac Toe Math Puzzle Puzzle Game

How this course will define AI Artificial Intelligence is a science that has defined its goal as giving machines the ability to perform tasks that, when performed by humans, require intelligence.  These include the ability to solve problems, make decisions, to learn and to understand.