Introduction to Artificial Intelligence ITK 340, Spring 2010.

Slides:



Advertisements
Similar presentations
Artificial Intelligence
Advertisements

An Introduction to Artificial Intelligence Presented by : M. Eftekhari.
ICS 101 Fall 2011 Introduction to Artificial Intelligence Asst. Prof. Lipyeow Lim Information & Computer Science Department University of Hawaii at Manoa.
Introduction to Artificial Intelligence Ruth Bergman Fall 2004.
CS 357 – Intro to Artificial Intelligence  Learn about AI, search techniques, planning, optimization of choice, logic, Bayesian probability theory, learning,
Introduction to Artificial Intelligence CSE 473 Winter 1999.
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.
Introduction to Artificial Intelligence Prof. Kathleen McKeown 722 CEPSR, TAs: Kapil Thadani 724 CEPSR, Phong Pham TA Room.
CPSC 322 Introduction to Artificial Intelligence September 8, 2004.
Random Administrivia In CMC 306 on Monday for LISP lab.
SLIDE 1CS 362 Artificial Intelligence Hassan Najadat Jordan University of Science & Technology.
Artificial Intelligence
1 Artificial Intelligence An Introductory Course.
CPSC 171 Artificial Intelligence Read Chapter 14.
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 LECTURE 1 ARTIFICIAL INTELLIGENCE LECTURES BY ENGR. QAZI ZIA 1.
ARTIFICIAL INTELLIGENCE [INTELLIGENT AGENTS PARADIGM]
Computer Science 1000 AI – A Brief Overview. Artificial Intelligence definition: many! `` ``The exciting new effort to make computers think... machines.
CSCI 4410 Introduction to Artificial Intelligence.
CISC4/681 Introduction to Artificial Intelligence1 Introduction – Artificial Intelligence a Modern Approach Russell and Norvig: 1.
Introduction (Chapter 1) CPSC 386 Artificial Intelligence Ellen Walker Hiram College.
Introduction: Chapter 1
Artificial Intelligence Lecture No. 3
Introduction to Artificial Intelligence. Content Definition of AI Typical AI problems Practical impact of AI Approaches of AI Limits of AI Brief history.
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.
A RTIFICIAL I NTELLIGENCE Introduction 3 October
CSE4/563: Knowledge Representation Recitation September 13, 2010 “Intelligence is the art of good guesswork.” –H.B. Barlow.
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
Assoc. Prof. Abdulwahab AlSammak. Course Information Course Title: Artificial Intelligence Instructor : Assoc. Prof. Abdulwahab AlSammak
Artificial Intelligence By Michelle Witcofsky And Evan Flanagan.
1 CS 2710, ISSP 2610 Foundations of Artificial Intelligence introduction.
1 Introduction to Artificial Intelligence (Lecture 1)
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 of AI There are as many definitions as there are practitioners. How would you define it? What is important for a system to be intelligent?
University of Kurdistan Artificial Intelligence Methods (AIM) Lecturer: Kaveh Mollazade, Ph.D. Department of Biosystems Engineering, Faculty of Agriculture,
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.
Games Programming with Java ::: AI ::: Games Programming with Java Montri Karnjanadecha Andrew Davison.
What is Artificial Intelligence?
Chapter 1 Artificial Intelligence Overview Instructor: Haris Shahzad Artificial Intelligence CS-402.
Princess Nora University Artificial Intelligence CS 461 Level 8 1.
A Brief History of AI Fall 2013 COMP3710 Artificial Intelligence Computing Science Thompson Rivers University.
CS382 Introduction to Artificial Intelligence Lecture 1: The Foundations of AI and Intelligent Agents 24 January 2012 Instructor: Kostas Bekris Computer.
COMP 4640 Intelligent & Interactive Systems Cheryl Seals, Ph.D. Computer Science & Software Engineering Auburn University.
1 Artificial Intelligence & Prolog Programming CSL 302.
Artificial Intelligence Hossaini Winter Outline book : Artificial intelligence a modern Approach by Stuart Russell, Peter Norvig. A Practical Guide.
CITS4211 Artificial Intelligence Semester 1, 2013 A/Prof Lyndon While School of Computer Science & Software Engineering The University of Western Australia.
What is Artificial Intelligence? Introduction to Artificial Intelligence Week 2, Semester 1 Jim Smith.
Introduction to Artificial Intelligence Prof. Kathleen McKeown 722 CEPSR Tas: Andrew Rosenberg Speech Lab, 7 th Floor CEPSR Sowmya Vishwanath TA Room.
CS440/ECE448: Artificial Intelligence Lecture 1: What is AI?
Artificial Intelligence
Introduction to Artificial Intelligence
Introduction to Artificial Intelligence
Course Instructor: knza ch
Artificial Intelligence (Lecture 1)
Intelligence Are the things shown below, Intelligent?
Systems that THINK Like Humans
Artificial Intelligence Lecture 2: Foundation of Artificial Intelligence By: Nur Uddin, Ph.D.
TA : Mubarakah Otbi, Duaa al Ofi , Huda al Hakami
AI and Agents CS 171/271 (Chapters 1 and 2)
EA C461 – Artificial Intelligence Introduction
Games Programming with Java
COMP3710 Artificial Intelligence Thompson Rivers University
Introduction to Artificial Intelligence Instructor: Dr. Eduardo Urbina
Artificial Intelligence
Presentation transcript:

Introduction to Artificial Intelligence ITK 340, Spring 2010

For Wednesday Read Russell and Norvig, chapter 1 Do chapter 1, exs 1 and 9 –There’s no single right answer for these. I’m looking for thoughtful multiple sentence responses.

Due Friday Send to from your preferred Student information sheet

Course Info Instructor Textbook Syllabus Students

What is AI, anyway? Artificial Intelligence The artificial part is easy--we’re building machines and computer programs Intelligence, however, is not well-defined Some things that require great intelligence in human being are easy for computers Other things that are easy for most (all?) humans are very difficult for computers

Categorizing the Definitions Acting or thinking –Some definitions focus on thinking and reasoning, on the “mind” of the machine –Others focus on acting, on the behavior of the machine (whether there’s real thought behind it may not matter?) Human or rational –Some definitions measure the computer against humans –Others focus on rationality--an ideal concept of intelligence

Thinking Humanly “The exciting new effort to make computers think … machines with minds, in the full and literal sense” (Haugeland, 1985) “[The automation of] activities that we associate with human thinking, activities such as decision-making, problem solving, learning …” (Bellman, 1978)

Thinking Humanly The cognitive modeling approach Interested not only in solving the problem, but also in mimicking human thought processes This is where AI is most closely related to cognitive science

Acting Humanly “The art of creating machines that perform functions that require intelligence when performed by people” (Kurzweil, 1990) “The study of how to make computers do things at which, at the moment, people are better” (Rich and Knight, 1991)

Acting Humanly The “Turing Test” Approach Focus is on how the system behaves, not how it works inside Performance is measured against human performance Biggest problem is the question of the value of the test--but we can’t pass it yet Development of practical systems

Thinking Rationally “The study of mental faculties through the use of computational models” (Charniak and McDermott, 1985) “The study of the computations that make it possible to perceive, reason, and act” (Winston, 1992)

Thinking Rationally The laws of thought approach Focus on logic--making correct inferences Problems –Difficulty of formulating some types of knowledge logically –Solving in principal vs. solving in practice Strong contributions in reasoning and knowledge representation

Acting Rationally “A field of study that seeks to explain and emulate intelligent behavior in terms of computational processes” (Schalkoff, 1990) “The branch of computer science that is concerned with the automation of intelligent behavior” (Luger and Stubblefield, 1993)

Acting Rationally The rational agent approach Instead of thinking the right way, focuses on doing the right thing More general than laws of thought More testable than comparing to human behavior Approach taken by your text

What Do You Know? Examples of artificial intelligence in your life? Can you name any of the areas of AI?