Introduction to Artificial Intelligence. What is AI?

Slides:



Advertisements
Similar presentations
Artificial Intelligence
Advertisements

Presentation on Artificial Intelligence
Artificial Intelligence. Intelligent? What is intelligence? computational part of the ability to achieve goals in the world.
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.
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.
INTRODUCTION HISTORY SUB-FIELDS ARTIFICIAL INTELLIGENCE IN THE FUTURE.
A Brief History of Artificial Intelligence
WHAT IS ARTIFICIAL INTELLIGENCE?
Can Machines Think? Rob Kremer Department of Computer Science University of Calgary.
1 Artificial Intelligence Rob Kremer Department of Computer Science University of Calgary.
1946: ENIAC heralds the dawn of Computing. I propose to consider the question: “Can machines think?” --Alan Turing, : Turing asks the question….
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.
Artificial Intelligence
Introduction to Artificial Intelligence Ruth Bergman Fall 2004.
Approaches to AI. Robotics Versus Artificial Intelligence.
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.
Introduction to Artificial Intelligence CSE 473 Winter 1999.
Artificial Intelligence Overview John Paxton Montana State University August 14, 2003.
CSE 471/598,CBS598 Introduction to Artificial Intelligence Fall 2004
Artificial Intelligence Overview John Paxton Montana State University February 22, 2005
3.11 Robotics, artificial intelligence and expert systems Strand 3 Karley Holland.
Chapter 13: Is Artificial Intelligence Real?
Copyright R. Weber INFO 629 Concepts in Artificial Intelligence Fall 2004 Professor: Dr. Rosina Weber.
CSCI 4410 Introduction to Artificial Intelligence.
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.
What is Artificial Intelligence? AI is the effort to develop systems that can behave/act like humans. Turing Test The problem = unrestricted domains –human.
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: An Introduction Definition of AI Foundations of AI History of AI Advanced Techniques.
10/3/2015 ARTIFICIAL INTELLIGENCE Russell and Norvig ARTIFICIAL INTELLIGENCE: A Modern Approach.
Artificial Intelligence Introductory Lecture Jennifer J. Burg Department of Mathematics and Computer Science.
Artificial Intelligence
10/6/2015 1Intelligent Systems and Soft Computing Lecture 0 What is Soft Computing.
1 Artificial Intelligence Introduction. 2 What is AI? Various definitions: Building intelligent entities. Getting computers to do tasks which require.
Artificial Intelligence Tarik Booker. What we will cover… History Artificial Intelligence as Representation and Search Languages used in Artificial Intelligence.
Overall course structure AI Artificial Intelligence ( A modern approach ) AI-2 Spring semester TDT4171 Methods in artificial intelligence AI-1 Fall semester.
Philosophy “ Artificial Intelligence ”. Artificial Intelligence Questions!!! What is consciousness? What is consciousness? What is mind? What is mind?
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.
1 Introduction to Artificial Intelligence (Lecture 1)
Artificial Intelligence: Introduction Department of Computer Science & Engineering Indian Institute of Technology Kharagpur.
AI: Can Machines Think? Juntae Kim Department of Computer Engineering Dongguk University.
WEEK INTRODUCTION IT440 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.
Spring, 2005 CSE391 – Lecture 1 1 Introduction to Artificial Intelligence Martha Palmer CSE391 Spring, 2005.
A Brief History of AI Fall 2013 COMP3710 Artificial Intelligence Computing Science Thompson Rivers University.
Vilalta/Norvig/Eick: History of AI Origins McCulloch and Pitts (1943) Model of Artificial Neurons. Donald Hebb (1949) Hebbian Learning Conference at Dartmouth.
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
Introduction to Artificial Intelligence
ECE457 Applied Artificial Intelligence R. Khoury (2007)Page 1 Please pick up a copy of the course syllabus from the front desk.
Introduction to Artificial Intelligence Heshaam Faili University of Tehran.
Introduction to Artificial Intelligence Prof. Kathleen McKeown 722 CEPSR Tas: Andrew Rosenberg Speech Lab, 7 th Floor CEPSR Sowmya Vishwanath TA Room.
Artificial intelligence (AI)
CHAPTER 1 Introduction BIC 3337 EXPERT SYSTEM.
Artificial Intelligence (CS 370D)
What is Pattern Recognition?
Course Instructor: knza ch
Artificial Intelligence introduction(2)
Artificial Intelligence (Lecture 1)
TA : Mubarakah Otbi, Duaa al Ofi , Huda al Hakami
INFORMATION RETRIEVAL
Presentation transcript:

Introduction to Artificial Intelligence

What is AI?

How do we classify research as AI?

Intelligence The ability to learn and to cope. The ability to learn and to cope. The ability to contemplate, think, and reason. The ability to contemplate, think, and reason. Synonyms: Synonyms:  Brain, brainpower, mentality, mother wit, sense, wit Related: Related:  Acumen, discernment (ayırıcılık, duyarlılık), insight, judgment (yargı), perspicacity, sagacity (sağduyu), wisdom (bilgelik)

Intelligence Turing Test: A human communicates with a computer via a teletype. If the human can’t tell he is talking to a computer or another human, it passes. Turing Test: A human communicates with a computer via a teletype. If the human can’t tell he is talking to a computer or another human, it passes.  Natural language processing  knowledge representation  automated reasoning  machine learning Add vision and robotics to get the total Turing test. Add vision and robotics to get the total Turing test.

Weak and Strong AI Claims Weak AI: Weak AI:  Machines can be made to act as if they were intelligent. Strong AI: Strong AI:  Machines that act intelligently have real, conscious minds.

Approaches to AI Searching Searching Learning Learning From Natural to Artificial Systems From Natural to Artificial Systems Knowledge Representation and Reasoning Knowledge Representation and Reasoning Expert Systems and Planning Expert Systems and Planning Communication, Perception, Action Communication, Perception, Action

Search “All AI is search” “All AI is search”  Game theory  Problem spaces Every problem is a feature space of all possible (successful or unsuccessful) solutions. Every problem is a feature space of all possible (successful or unsuccessful) solutions. The trick is to find an efficient search strategy. The trick is to find an efficient search strategy.

Search: Game Theory 9!+1 = 362,880

Approaches to AI Searching Searching Learning Learning From Natural to Artificial Systems From Natural to Artificial Systems Knowledge Representation and Reasoning Knowledge Representation and Reasoning Expert Systems and Planning Expert Systems and Planning Communication, Perception, Action Communication, Perception, Action

Learning Explanation Explanation  Discovery  Data Mining No Explanation No Explanation  Neural Nets  Case Based Reasoning

Learning: Explanation Cases to rules Cases to rules

Learning: No Explanation Neural nets Neural nets

Approaches to AI Searching Searching Learning Learning From Natural to Artificial Systems From Natural to Artificial Systems Knowledge Representation and Reasoning Knowledge Representation and Reasoning Expert Systems and Planning Expert Systems and Planning Communication, Perception, Action Communication, Perception, Action

Approaches to AI Searching Searching Learning Learning From Natural to Artificial Systems From Natural to Artificial Systems Knowledge Representation and Reasoning Knowledge Representation and Reasoning Expert Systems and Planning Expert Systems and Planning Communication, Perception, Action Communication, Perception, Action

Rule-Based Systems Logic Languages Logic Languages  Prolog, Lisp Knowledge bases Knowledge bases Inference engines Inference engines

Rule-Based Languages: Prolog Father(abraham, isaac).Male(isaac). Father(haran, lot).Male(lot). Father(haran, milcah).Female(milcah). Father(haran, yiscah).Female(yiscah). Son(X,Y)  Father(Y,X), Male(X). Daughter(X,Y)  Father(Y,X), Female(X). Son(lot, haran)?

Rule Based Systems KRS KRS

Approaches to AI Searching Searching Learning Learning From Natural to Artificial Systems From Natural to Artificial Systems Knowledge Representation and Reasoning Knowledge Representation and Reasoning Expert Systems and Planning Expert Systems and Planning Communication, Perception, Action Communication, Perception, Action

Approaches to AI Searching Searching Learning Learning From Natural to Artificial Systems From Natural to Artificial Systems Knowledge Representation and Reasoning Knowledge Representation and Reasoning Expert Systems and Planning Expert Systems and Planning Communication, Perception, Action Communication, Perception, Action

Ability-Based Areas Computer vision Computer vision Natural language recognition Natural language recognition Natural language generation Natural language generation Speech recognition Speech recognition Speech generation Speech generation Robotics Robotics

Natural Language: Translation “The flesh is weak, but the spirit is strong”  Translate to Russian  Translate back to English “The food was lousy, but the vodka was great!”

Natural Language Recognition

“Tom believes Mary wants to marry a sailor.”

Approaches to AI Searching Searching Learning Learning From Natural to Artificial Systems From Natural to Artificial Systems Knowledge Representation and Reasoning Knowledge Representation and Reasoning Expert Systems and Planning Expert Systems and Planning Communication, Perception, Action Communication, Perception, Action

Approaches to AI Searching Searching Learning Learning From Natural to Artificial Systems From Natural to Artificial Systems Knowledge Representation and Reasoning Knowledge Representation and Reasoning Expert Systems and Planning Expert Systems and Planning Communication, Perception, Action Communication, Perception, Action

What is Intelligence? The Chinese Room The Chinese Room

What is Intelligence? The Chinese Room The Chinese Room

What is Intelligence? Replacing the brain? Replacing the brain?

Face Recognition Example Take three regular photos from different sides of a human face Take three regular photos from different sides of a human face Generate a digital model of the human face Generate a digital model of the human face Uses of the work: Uses of the work:  Medical applications: Aesthetic operations  Hair dresser and friseur works  Animations to use in movie industry  Etc.

Results

How far have we got? Our best systems have the intelligence of a frog Our best systems have the intelligence of a frog

What is Artificial Intelligence? We will find out … We will find out …

Interesting webpages asses/RLJavaBJ.html asses/RLJavaBJ.html