CS 332: Introduction to AI Class Hour: Section 1: MWF 1:10PM - 2:00PM. Hyer 210.

Slides:



Advertisements
Similar presentations
CSCI 4800 ARTIFICIAL INTELLIGENCE
Advertisements

ARTIFICIAL INTELLIGENCE
Additional Topics ARTIFICIAL INTELLIGENCE
Artificial Intelligence
Artificial Intelligence An Introductory Course. Outline 1.Introduction 2.Problems and Search 3.Knowledge Representation 4.Advanced Topics.
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.
Artificial Intelligence Computational Intelligence Alien Intelligence? Summer 2004 Dennis Kibler.
Artificial Intelligence A Modern Approach Dennis Kibler.
CSE 473: Artificial Intelligence Dan Weld Slides from Dan Klein, Luke Zettlemoyer, Stuart Russell, Andrew Moore.
CPSC 7373: Artificial Intelligence Jiang Bian, Fall 2014 University of Arkansas for Medical Sciences University of Arkansas at Little Rock.
CS 531/331: Introduction to AI
PSU CS 370 – Artificial Intelligence Dr. Mohamed Tounsi Artificial Intelligence 1. Introduction Dr. M. Tounsi.
CSE 471/598,CBS598 Introduction to Artificial Intelligence Fall 2004
CS 480 Lec 2 Sept 4 complete the introduction Chapter 3 (search)
INSTRUCTOR: DR. XENIA MOUNTROUIDOU CS CS Artificial Intelligence.
ARTIFICIAL INTELLIGENCE Introduction: Chapter Textbook: S. Russell and P. Norvig Artificial Intelligence: A Modern Approach Prentice Hall, 2003,
Artificial Intelligence
Greg GrudicIntroduction to AI1 Introduction to Artificial Intelligence CSCI 3202 Fall 2007 Greg Grudic.
ARTIFICIAL INTELLIGENCE
1 Artificial Intelligence An Introductory Course.
CPSC 171 Artificial Intelligence Read Chapter 14.
FOUNDATIONS OF ARTIFICIAL INTELLIGENCE Introduction: Chapter 1.
ARTIFICIAL INTELLIGENCE Introduction: Chapter 1. Outline Course overview What is AI? A brief history The state of the art.
CSW 4701 AI Spring 2013 Introduction: Chapter Course home page: Textbook: S. Russell and P. Norvig.
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.
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
Introduction: Structure and Overview What is AI Systems that think like humans Systems that think rationally Systems that act rationally Systems that act.
CSC4444: Artificial Intelligence Fall 2011 Dr. Jianhua Chen Slides adapted from those on the textbook website.
IFT3335 – Intruduction à l’intelligence artrificielle basé sur le cours de NUS et Berkeley Introduction: Chapter 1.
CNS 4470 Artificial Intelligence. What is AI? No really what is it? No really what is it?
Inteligenica Artificial FIE - UMSNH. Semestre 9 Introduccion: Capitulo 1.
Artificial Intelligence CS 363 Kawther Abas Lecture 1 Introduction 5/4/1435.
Introduction to Artificial Intelligence and Soft Computing
ARTIFICIAL INTELLIGENCE 2009 Ira Pohl TIM Oct 29, 2009.
Lecture 1 – AI Background Dr. Muhammad Adnan Hashmi 1.
Introduction to Artificial Intelligence Mitch Marcus CIS391 Fall, 2008.
Artificial Intelligence
1 Lecture # 1 Introduction to Artificial Intelligence By NADEEM MAHMOOD ASSISTANT PROFESSOR DEPARTMENT OF COMPUTER SCIENCE, UNIVERSITY OF KARACHI.
Lecture 1 – AI Background Dr. Muhammad Adnan Hashmi 1.
Definitions Think like humansThink rationally Act like humansAct rationally The science of making machines that: This slide deck courtesy of Dan Klein.
FOUNDATIONS OF ARTIFICIAL INTELLIGENCE
Artificial Intelligence Lecture 2 Department of Computer Science, International Islamic University Islamabad, Pakistan.
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.
1 Introduction to Artificial Intelligence CSE 415 Winter 2006.
CSE 473: Artificial Intelligence
1 Artificial Intelligence & Prolog Programming CSL 302.
Artificial Intelligence Lecture 1. Introduction. Course Outline The course consists of:  15 lectures slots (may use some for tutorials);  tutorial exercises;
CSC 450 Artificial Intelligence. W HAT IS AI? Thinking humanlyThinking rationally Acting humanlyActing rationally Revision!...
Artificial Intelligence
CSC 290 Introduction to Artificial Intelligence
Artificial Intelligence: Definition
Artificial Intelligence for Engineers
CS4341 Introduction to Artificial Intelligence
Introduction to Artificial Intelligence
Artificial Intelligence for Engineers
Introduction to Artificial Intelligence and Soft Computing
CS 2710, ISSP 2610 Foundations of Artificial Intelligence
Introduction to Artificial Intelligence
What is AI?.
AI and Agents CS 171/271 (Chapters 1 and 2)
EE562 ARTIFICIAL INTELLIGENCE FOR ENGINEERS
Introduction to Artificial Intelligence
CS 404 Artificial Intelligence
Hong Cheng SEG4560 Computational Intelligence for Decision Making Chapter 1: Introduction Hong Cheng
Introduction to Artificial Intelligence
Artificial Intelligence
Presentation transcript:

CS 332: Introduction to AI Class Hour: Section 1: MWF 1:10PM - 2:00PM. Hyer 210

A little bit about the instructor  Graduated from the University of Connecticut (05 Class), Ph.D in Computer Science and Engineering Bachelor of Science from Hanoi University of Technology (86-91) Master of Computer Science from UW-Milwaukee (96-99) Associate professor at UWW

A little bit about the instructor  Research Experience:  AI, User Modeling, Information Retrieval, Decision Theory, Collaborative Filtering, Human Factors  Teaching Experience:  MCS 231, 220, COMPSCI 172, 173, 222, 181, 271, 322, 381 at UWW  Introductory courses at UOP and Devry  TA for Computer Architecture, OO Design, Compiler, Artificial Intelligence

Contact information (fastest way to contact me) MG 106 Office Hours: 9am – 10:45am MWF, noon – 1pm W, 9-10am online on skype (Tuesday) or by appointment

Course Objectives  Given a basic Artificial Intelligence(AI) problem such as search, gaming, planning, machine learning, understand the theory, and implement algorithms being used to solve this problem.  Given a real world problem, be able to identify the parts in which AI techniques can be applied.

Technology Requirement  Either Java Development Kit (JDK) Or C++ (Linux version).  Weka (machine learning):  Genie/Smile (free download for Bayesian networks) from

Book requirement  Artificial Intelligence: A Modern Approach (3rd Edition) (Prentice Hall Series in Artificial Intelligence) ISBN:

Evaluation GRADABLEPercentage 4 Projects50% 10 Homeworks25% Midterm exam10% Final exam15% Total100%

Evaluation Letter Grade Percentage Letter Grade Percentage A94 to 100% A-90 to 93% B+87 to 89% B84 to 86% B-80 to 83% C+77 to 79% C74 to 76% C-70 to 73% D+67 to 69% D64 to 66% D-60 to 63% FLess than 60%

What is Artificial Intelligence?

Main topics  What is AI?  A brief history.  The State of the Art.

What is AI   Discussion

AI systems are ….  Choose all that best describe AI systems:  Systems that think like humans  Systems that think rationally  Systems that act like humans  Systems that act rationally  Systems that make decisions for humans  Systems that play with humans

Acting humanly  Turing (1950) “Computing machinery and intelligence": Can machines think?“ “Can machines behave intelligently?” Operational test for intelligent behavior: the Imitation Game   Predicted that by 2000, a machine might have a 30% chance of fooling a lay person for 5 minutes

Thinking humanly  1960s “cognitive revolution": information-processing psychology replaced prevailing orthodoxy of behaviorism.  Requires scientic theories of internal activities of the brain  What level of abstraction? “Knowledge" or “circuits"?  How to validate? Requires  1) Predicting and testing behavior of human subjects (top-down)  or 2) Direct identification from neurological data (bottom-up)  Both share with AI the following characteristic:  the available theories do not explain (or engender) anything resembling human-level general intelligence

Thinking rationally: Laws of Thought  Normative (or prescriptive) rather than descriptive  Direct line through mathematics and philosophy to modern AI  Problems:  1) Not all intelligent behavior is mediated by logical deliberation  2) What is the purpose of thinking? What thoughts should I have out of all the thoughts (logical or otherwise) that I could have?

Acting rationally  Rational behavior: doing the right thing (The right thing: that which is expected to maximize goal achievement, given the available information)  Doesn't necessarily involve but thinking should be in the service of rational action

Supporting fields  Philosophy logic, methods of reasoning, mind as physical system, foundations of learning, language, rationality  Mathematics formal representation and proof algorithms, computation, (un)decidability, (in)tractability, probability  Psychology adaptation, phenomena of perception and motor control, experimental techniques (psychophysics, etc.)  Economics formal theory of rational decisions  Linguistics knowledge representation, grammar  Neuroscience plastic physical substrate for mental activity  Control theory homeostatic systems, stability, simple optimal agent designs

History of AI  1943 McCulloch & Pitts: Boolean circuit model of brain  1950 Turing's “Computing Machinery and Intelligence“  1950s Early AI programs, including Samuel's checkers program,  Newell & Simon's Logic Theorist, Gelernter's Geometry Engine  1956 Dartmouth meeting: Articial Intelligence" adopted  1965 Robinson's complete algorithm for logical reasoning  AI discovers computational complexity  Neural network research almost disappears  Early development of knowledge-based systems  Expert systems industry booms  Expert systems industry busts: \AI Winter"  Neural networks return to popularity  1988 Resurgence of probability; general increase in technical depth, Nouvelle AI": ALife, GAs, soft computing  1995: Agents, agents, everywhere : : :  2003: Human-level AI back on the agenda

State of the art  Which of the following can be done at present?  Play a decent game of table tennis  Drive safely along a curving mountain road  Drive safely through streets of a closed Air Force base  Buy a week's worth of groceries at Berkeley Bowl  Play a decent game of bridge  Discover and prove a new mathematical theorem  Design and execute a research program in molecular biology

State of the art  Which of the following can be done at present?  Play a decent game of table tennis  Drive safely along a curving mountain road  Drive safely through streets of a closed Air Force base  Buy a week's worth of groceries at Berkeley Bowl (a real grocery store)  Play a decent game of bridge  Discover and prove a new mathematical theorem  Design and execute a research program in molecular biology

Discussion  To what extend are the following computer systems instances of artificial intelligence  Supermarket bar code scanners  Web search engines  Voice-activated telephone menus  Internet routing algorithms that respond dynamically to the state of the network

Discussion  “Sure computers cannot be intelligent – they can only do what their programmers tell them.”  Is the latter statement true and does it imply the former?