Reference: "Artificial Intelligence, a Modern Approach, 3rd ed."

Slides:



Advertisements
Similar presentations
Artificial Intelligence
Advertisements

Artificial Intelligence
An Introduction to Artificial Intelligence Presented by : M. Eftekhari.
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.
WHAT IS ARTIFICIAL INTELLIGENCE?
CS440/ECE448: Artificial Intelligence
ICS 101 Fall 2011 Introduction to Artificial Intelligence Asst. Prof. Lipyeow Lim Information & Computer Science Department University of Hawaii at Manoa.
PSU CS 370 – Artificial Intelligence Dr. Mohamed Tounsi Artificial Intelligence 1. Introduction Dr. M. Tounsi.
Overview and History of Cognitive Science. How do minds work? What would an answer to this question look like? What is a mind? What is intelligence? How.
CSE 471/598,CBS598 Introduction to Artificial Intelligence Fall 2004
Artificial Intelligence Overview John Paxton Montana State University February 22, 2005
Artificial Intelligence
CSCE 315: Programming Studio Artificial Intelligence.
ARTIFICIAL INTELLIGENCE Introduction: Chapter 1. Outline Course overview What is AI? A brief history The state of the art.
1 AI and Agents CS 171/271 (Chapters 1 and 2) Some text and images in these slides were drawn from Russel & Norvig’s published material.
ARTIFICIAL INTELLIGENCE [INTELLIGENT AGENTS PARADIGM]
CSCI 4410 Introduction to Artificial Intelligence.
CISC4/681 Introduction to Artificial Intelligence1 Introduction – Artificial Intelligence a Modern Approach Russell and Norvig: 1.
19/13/2015CS360 AI & Robotics CS360: AI & Robotics TTh 9:25 am - 10:40 am Shereen Khoja
Introduction: Chapter 1
Artificial Intelligence Lecture No. 3
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.
ICS 101 Fall 2011 Introduction to Artificial Intelligence Asst. Prof. Lipyeow Lim Information & Computer Science Department University of Hawaii at Manoa.
Artificial Intelligence: An Introduction Definition of AI Foundations of AI History of AI Advanced Techniques.
What is AI:-  Ai is the science of making machine do things that would requires intelligence.  Computers with the ability to mimic or duplicate the.
If the human brain were so simple that we could understand it, we would be so simple that we couldn't. —Emerson M. Pugh.
Psy Introduction1 Introduction Psychology 612.
Artificial Intelligence Introductory Lecture Jennifer J. Burg Department of Mathematics and Computer Science.
1 Artificial Intelligence Introduction. 2 What is AI? Various definitions: Building intelligent entities. Getting computers to do tasks which require.
What is Artificial Intelligence? Abbas Mehrabian Teacher: Dr. M. Raei Sharif Saturday, 6 Esfand 1384.
Overall course structure AI Artificial Intelligence ( A modern approach ) AI-2 Spring semester TDT4171 Methods in artificial intelligence AI-1 Fall semester.
1 CS 2710, ISSP 2610 Foundations of Artificial Intelligence introduction.
CPS 170: Artificial Intelligence Wrapping up Instructor: Vincent Conitzer.
Artificial Intelligence: Introduction Department of Computer Science & Engineering Indian Institute of Technology Kharagpur.
Lecture 1: Introduction Heshaam Faili University of Tehran What is AI? Foundations of AI The History of AI State of the Art.
1 CS 385 Fall 2006 Chapter 1 AI: Early History and Applications.
Artificial Intelligence
Artificial Intelligence IES 503 Asst. Prof. Dr. Senem Kumova Metin.
Introduction to Artificial Intelligence CS 438 Spring 2008 Today –AIMA, Chapter 1 –Defining AI Next Tuesday –Intelligent Agents –AIMA, Chapter 2 –HW: Problem.
Definitions Think like humansThink rationally Act like humansAct rationally The science of making machines that: This slide deck courtesy of Dan Klein.
Introduction to Artificial Intelligence CS 438 Spring 2008.
What is Artificial Intelligence?
FOUNDATIONS OF ARTIFICIAL INTELLIGENCE
Artificial Intelligence Introduction Alison Cawsey room: G36 Ruth Aylett Room: 1.37
A Brief History of AI Fall 2013 COMP3710 Artificial Intelligence Computing Science Thompson Rivers University.
1 ARTIFICIAL INTELLIGENCE Gilles BÉZARD Version 3.16.
1 Artificial Intelligence & Prolog Programming CSL 302.
AI Overview Reference: "Artificial Intelligence, a Modern Approach, 3 rd ed."
CS440/ECE448: Artificial Intelligence. Section Q course website:
CS440/ECE448: Artificial Intelligence Lecture 1: What is AI?
Artificial Intelligence
CSC 290 Introduction to Artificial Intelligence
CS4341 Introduction to Artificial Intelligence
Artificial Intelligence
Artificial intelligence (AI)
Artificial Intelligence (CS 370D)
Artificial Intelligence Mr. Sciame Section 2
Artificial Intelligence introduction(2)
Artificial Intelligence (Lecture 1)
Тархи ба оюун \Brain and Mind\
Artificial Intelligence Lecture 2: Foundation of Artificial Intelligence By: Nur Uddin, Ph.D.
AI and Agents CS 171/271 (Chapters 1 and 2)
CS 404 Artificial Intelligence
Introduction to Artificial Intelligence Instructor: Dr. Eduardo Urbina
What is AI? AI is a branch of applied philosophy
Artificial Intelligence
Artificial Intelligence
Artificial Intelligence Machine Learning
Presentation transcript:

Reference: "Artificial Intelligence, a Modern Approach, 3rd ed." AI Overview Reference: "Artificial Intelligence, a Modern Approach, 3rd ed."

What is AI? Top Image: http://howtosplitanatom.com/news/119/ Second Image: http://john-likes-movies.blogspot.com/2010/05/ai-artificial-intelligence.html Thrid Image: http://engineeringyourfuture.wordpress.com/ Fourth Image: http://thefuturebuzz.com/2008/11/07/social-media-is-like-the-matrix/ Fifth Image: http://blog.solutionary.com/blog/bid/34219/Security-Event-Detection-Man-vs-Machine Sixth Image: http://en.wikipedia.org/wiki/Data_(Star_Trek)

4 Schools of thought (in AI academia) Thinking Humanly Thinking Rationally Acting Humanly Acting Rationally Top Row: Measure the success of an AI program by how well it "reasons" Bottom Row: Measure the success of an AI program by how convincing it is. Left Column: Measure the success of an AI program by how human-like it is. Right Column: Measure the success of an AI program by successful (rational) it is.

Acting Humanly Turing Test total Turing Test Alan Turing (1912-1954) Acting Humanly Turing Test Natural Language Processing Knowledge Rep. Automated Reasoning Machine Learning total Turing Test computer vision robotics Not much research being done here… Top Image: http://www.wired.com/thisdayintech/2010/06/0623alan-turing-born/ Bottom Image: http://withfriendship.com/user/kethan123/turing-test.php

Thinking Humanly Mimic the way a human thinks To mimic we have to understand it. For this branch, it's not enough to produce the correct input/output as a human. Cognitive Science: Linguistics Philosophy Anthropology CS Neuroscience Psychology etc. An active area of research, but not the main approach in AI Image: http://medicalphysicsweb.org/cws/article/research/33586

Thinking Rationally Logic e.g (a syllogism): Socrates is a man (a fact) All met are mortal (a rule) Therefore…Socrates is mortal (a new fact, deduced from the other two) We could theoretically solve any problem that could be expressed in this form With more than a few hundred facts, it's SLOWW Not easy to express some things in this fashion. Prolog (programming language) Image: http://en.wikipedia.org/wiki/Aristotle

Acting Rationally Behaving "correctly" in the context the system is meant to work in The most general of all 4. We can (but don't have to) mimic human brain processes. We can (but don't have to) use classical logic (thinking rationally) We can (but don't have to) make this program act human. Or we can just mimic one part of acting humanly. This is the approach I'll use. We're trying to implement programs with behavior that appears to be involving thought / intelligence.

Which are you? Thinking Humanly Thinking Rationally Acting Humanly Acting Rationally Top Row: Measure the success of an AI program by how well it "reasons" Bottom Row: Measure the success of an AI program by how convincing it is. Left Column: Measure the success of an AI program by how human-like it is. Right Column: Measure the success of an AI program by successful (rational) it is.

AI foundations AI draws from a lot of different disciplines: Philosophy (rules of logic, esp) Mathematics (proofs, algorithm analysis, computability, etc) Economics (utility -- what's the best action considering their cost and outcomes?) Neuroscience / Biology / Psychology (many algorithms are based on these) Computer Engineering (we have to run the programs somewhere…and there are limitations) Linguistics (relationship between language and thought) …