Artificial Intelligence Introductory Lecture Jennifer J. Burg Department of Mathematics and Computer Science.

Slides:



Advertisements
Similar presentations
Artificial Intelligence
Advertisements

Presentation on Artificial Intelligence
Artificial Intelligence
Philosophy 4610 Philosophy of Mind Week 9: Computer Thinking (continued)
Artificial Intelligence
An Introduction to Artificial Intelligence. Introduction Getting machines to “think”. Imitation game and the Turing test. Chinese room test. Key processes.
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.
Computer Science It’s more than programming Eric Lantz.
Shailesh Appukuttan : M.Tech 1st Year CS344 Seminar
Turing’s Paper Can Machines Think? Freshman Inquiry Cyber Millenium.
CPSC 533 Philosophical Foundations of Artificial Intelligence Presented by: Arthur Fischer.
Approaches to AI. Robotics Versus Artificial Intelligence.
1 Lecture 33 Introduction to Artificial Intelligence (AI) Overview  Lecture Objectives.  Introduction to AI.  The Turing Test for Intelligence.  Main.
PSU CS 370 – Artificial Intelligence Dr. Mohamed Tounsi Artificial Intelligence 1. Introduction Dr. M. Tounsi.
COMP 3009 Introduction to AI Dr Eleni Mangina
Introduction to Artificial Intelligence Prof. Kathleen McKeown 722 CEPSR, TAs: Kapil Thadani 724 CEPSR, Phong Pham TA Room.
Artificial Intelligence Overview John Paxton Montana State University February 22, 2005
Artificial Intelligence
Artificial Intelligence
CSCE 315: Programming Studio Artificial Intelligence.
Reference: "Artificial Intelligence, a Modern Approach, 3rd ed."
ARTIFICIAL INTELLIGENCE Introduction: Chapter 1. Outline Course overview What is AI? A brief history The state of the art.
Artificial Intelligence Dr. Paul Wagner Department of Computer Science University of Wisconsin – Eau Claire.
CISC4/681 Introduction to Artificial Intelligence1 Introduction – Artificial Intelligence a Modern Approach Russell and Norvig: 1.
Artificial Intelligence Introduction (2). What is Artificial Intelligence ?  making computers that think?  the automation of activities we associate.
Chapter 14: Artificial Intelligence Invitation to Computer Science, C++ Version, Third Edition.
Artificial Intelligence: Its Roots and Scope
intelligence study and design of intelligent agentsis the intelligence of machines and the branch of computer science that aims to create it. AI textbooks.
If the human brain were so simple that we could understand it, we would be so simple that we couldn't. —Emerson M. Pugh.
Artificial Intelligence
1 Lecture 1: Introduction to Artificial Intelligence.
How Solvable Is Intelligence? A brief introduction to AI Dr. Richard Fox Department of Computer Science Northern Kentucky University.
1 CS 2710, ISSP 2610 Foundations of Artificial Intelligence introduction.
Philosophy 4610 Philosophy of Mind Week 8: Can a Computer Think?
I Robot.
1 Introduction to Artificial Intelligence (Lecture 1)
Artificial Intelligence: Introduction Department of Computer Science & Engineering Indian Institute of Technology Kharagpur.
ARTIFICIAL INTELLIGENCE Human like intelligence Definitions: 1. Focus on intelligent Behaviour “Behaviour by a machine that, if performed by a human.
Artificial Intelligence
University of Kurdistan Artificial Intelligence Methods (AIM) Lecturer: Kaveh Mollazade, Ph.D. Department of Biosystems Engineering, Faculty of Agriculture,
ARTIFICIALINTELLIGENCE ARTIFICIAL INTELLIGENCE EXPERT SYSTEMS.
Introduction to Artificial Intelligence CS 438 Spring 2008.
What is Artificial Intelligence?
A Brief History of AI Fall 2013 COMP3710 Artificial Intelligence Computing Science Thompson Rivers University.
Artificial Intelligence Chapter 1 - Part 2 Artificial Intelligence (605451) Dr.Hassan Al-Tarawneh.
Presented by:- Reema Tariq Artificial Intelligence.
Philosophy 1050: Introduction to Philosophy Week 13: AI in the Real World and Review.
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.
Intelligent Control Methods Lecture 2: Artificial Intelligence Slovak University of Technology Faculty of Material Science and Technology in Trnava.
Artificial Intelligence, simulation and modelling.
1 Artificial Intelligence & Prolog Programming CSL 302.
Turing on Computers Joe Lau. Can computers pass the Turing test? wA list of objections –The theological objection –“Heads in the sand” objection –The.
Artificial Intelligence Skepticism by Josh Pippin.
Overview of Artificial Intelligence (1) Artificial intelligence (AI) Computers with the ability to mimic or duplicate the functions of the human brain.
Artificial Intelligence
PART IV: The Potential of Algorithmic Machines.
Artificial Intelligence
Artificial Intelligence (CS 370D)
Artificial Intelligence
Artificial Intelligence
Course Instructor: knza ch
Introduction Artificial Intelligent.
Artificial Intelligence introduction(2)
Artificial Intelligence Lecture 2: Foundation of Artificial Intelligence By: Nur Uddin, Ph.D.
TA : Mubarakah Otbi, Duaa al Ofi , Huda al Hakami
EA C461 – Artificial Intelligence Introduction
Introduction to Artificial Intelligence Instructor: Dr. Eduardo Urbina
Artificial Intelligence
Artificial Intelligence
Presentation transcript:

Artificial Intelligence Introductory Lecture Jennifer J. Burg Department of Mathematics and Computer Science

What is intelligence? The ability to perceive one’s surroundings, learn about one’s environment, and react appropriately to it. The ability to respond to novel situations. The ability to reason. The ability to use language. An awareness of one’s existence and reasoning abilities.

The study of computations that make it possible to perceive, act, and reason. The enterprise of constructing a machine that can reliably pass the Turing test. What is artificial intelligence?

An attempt to make computers go through a mechanical sequence of steps that mimic (and in many instances improve upon) the action of the human brain. Student answers to the question “What is artificial intelligence?”

A set of rules to perform simple or complex tasks. Student answers to the question “What is artificial intelligence?”

Artificial intelligence is the ability of a machine to achieve intelligence. It is the science of simulating human intelligence through software. Student answers to the question “What is artificial intelligence?”

Needed for intelligence: A set of rules for logic and prioritizing An understanding of language for I/O -- a symbolic representation of knowledge A searchable memory Input devices to approximate the natural senses Student answers to the question “What is artificial intelligence?”

Can a computer ever be considered intelligent, since it can’t really do anything other than what it is programmed to do? Can we consider a machine intelligent if it doesn’t have any understanding of what it is doing? Some interesting questions

Lady Ada Lovelace, commenting on Babbage’s Analytical Engine: “It has no pretensions to originate anything. It can do whatever we know how to order it to perform.” Are computers really intelligent?

“Be kind, resourceful, beautiful, friendly, have initiative, have a sense of humor, tell right from wrong, make mistakes, fall in love, enjoy strawberries and cream, make someone fall in love with it, learn from experience, use words properly, be the subject of its own thought, have as much diversity of behavior as man, do something really new.” (Alan Turing, 1950) What can’t a computer do?

“Not until a machine could write a sonnet or compose a concerto because of thoughts and emotions felt, and not by the chance fall of symbols, could we agree that machine equals brain -- that is, not only write it but know that it had written it.” Are computers really intelligent?

Which of these could be considered an application of AI? An expert system for diagnosing illnesses A word processing program A program that does a Fast Fourier transform A sorting program A program that reads paragraphs in English and then answers comprehension questions about them A theorem-proving program A program that plays chess

What’s different about the types of programs which are generally considered examples of artificial intelligence? The computer is given some knowledge of “the world” and some reasoning ability, and then it is expected to derive additional conclusions on the basis of what it has been told, it is asked to answer questions based on what it knows, or it is expected to react in reasonable ways to the novel situations in which it finds itself

Let’s be clear about our goals in artificial intelligence We might want to create a machine that can solve problems intelligently so that the machine can take over some human tasks. (This would be a performance-oriented system.) OR We might want to create a machine that thinks the way humans think so that we can understand our own intelligence better. (This would be a simulation-oriented system.)

Basic Topics in AI Research (used by other areas within AI) Knowledge representation Search algorithms and heuristics Formal logic and automated reasoning

Important Specialized Fields in AI In the area of perception: Computer vision Voice recognition Robotics

Important Specialized Fields in AI In the area of reasoning, problem-solving, and communicating: Automatic Theorem-Proving Logic Programming Constraint Satisfaction Problems Game Playing Natural Language Processing Planning Learning Expert Systems

Related Areas of Research Psychology Cognitive Science Mathematics (Logic, Computability Theory) Philosophy Linguistics Computer Engineering