D Goforth - COSC 4117, fall 20061 Notes  Program evaluation – Sept 11-12 Student submissions  Mon. Sept 11, 4-5PM  FA 181 Comments to committee are.

Slides:



Advertisements
Similar presentations
ARTIFICIAL INTELLIGENCE
Advertisements

Additional Topics ARTIFICIAL INTELLIGENCE
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.
Introduction to AI Kaziwa H. Saleh. What is AI? John McCarthy defines AI as “the science and engineering to make intelligent machines”. AI is the study.
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.
A Brief History of Artificial Intelligence
WHAT IS ARTIFICIAL INTELLIGENCE?
Artificial Intelligence A Modern Approach Dennis Kibler.
What is Artificial Intelligence? –Depends on your perspective... Philosophical: a method for modeling intelligence Psychological: a method for studying.
1946: ENIAC heralds the dawn of Computing. I propose to consider the question: “Can machines think?” --Alan Turing, : Turing asks the question….
CSE 471/598,CBS598 Introduction to Artificial Intelligence Spring 2005
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.
Artificial Intelligence Overview John Paxton Montana State University August 14, 2003.
CSE 471/598,CBS598 Introduction to Artificial Intelligence Fall 2004
Introduction to Artificial Intelligence Prof. Kathleen McKeown 722 CEPSR, TAs: Kapil Thadani 724 CEPSR, Phong Pham TA Room.
Random Administrivia In CMC 306 on Monday for LISP lab.
1. 1 Text Book Artificial Intelligence: A Modern Approach, S. Russell and P. Norvig, 3/e, Prentice Hall, 2010 References  Artificial Intelligence, Patrick.
What is Artificial Intelligence? –not programming in LISP or Prolog (!) –depends on your perspective... a method for modeling intelligence a method for.
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
Artificial Intelligence & Cognitive Science By: Andrea Pope, Cindy Burdine, and Kazumi Inoue.
ARTIFICIAL INTELLIGENCE
Introduction to AI, H. Feili 1 Introduction to Artificial Intelligence LECTURE 1: Introduction What is AI? Foundations of AI The.
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.
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.
Artificial Intelligence CIS 342 The College of Saint Rose David Goldschmidt, Ph.D.
Introduction (Chapter 1) CPSC 386 Artificial Intelligence Ellen Walker Hiram College.
Introduction: Chapter 1
Artificial Intelligence: Definition “... the branch of computer science that is concerned with the automation of intelligent behavior.” (Luger, 2009) “The.
Artificial Intelligence: An Introduction Definition of AI Foundations of AI History of AI Advanced Techniques.
CSC4444: Artificial Intelligence Fall 2011 Dr. Jianhua Chen Slides adapted from those on the textbook website.
Psy Introduction1 Introduction Psychology 612.
Artificial Intelligence Introductory Lecture Jennifer J. Burg Department of Mathematics and Computer Science.
CNS 4470 Artificial Intelligence. What is AI? No really what is it? No really what is it?
Artificial Intelligence CS 363 Kawther Abas Lecture 1 Introduction 5/4/1435.
1 Artificial Intelligence GholamReza GhassemSani Fall 1383.
AI History, Philosophical Foundations Part 2. Some highlights from early history of AI Gödel’s theorem: 1930 Turing machines: 1936 McCulloch and Pitts.
1 CS 2710, ISSP 2610 Foundations of Artificial Intelligence introduction.
Introduction to Artificial Intelligence Mitch Marcus CIS391 Fall, 2008.
Due Monday Read chapter 2 Homework: –Chapter 1, exercises –Answer each in 100 words or less. Send to from your preferred.
Lecture 1: Introduction Heshaam Faili University of Tehran What is AI? Foundations of AI The History of AI State of the Art.
So what is AI?.
AI: Can Machines Think? Juntae Kim Department of Computer Engineering Dongguk University.
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?
Introduction to Artificial Intelligence CS 438 Spring 2008.
Spring, 2005 CSE391 – Lecture 1 1 Introduction to Artificial Intelligence Martha Palmer CSE391 Spring, 2005.
FOUNDATIONS OF ARTIFICIAL INTELLIGENCE
Artificial Intelligence Lecture 2 Department of Computer Science, International Islamic University Islamabad, Pakistan.
Vilalta/Norvig/Eick: History of AI Origins McCulloch and Pitts (1943) Model of Artificial Neurons. Donald Hebb (1949) Hebbian Learning Conference at Dartmouth.
Artificial Intelligence Hossaini Winter Outline book : Artificial intelligence a modern Approach by Stuart Russell, Peter Norvig. A Practical Guide.
Uses and Limitations Fall 2013 COMP3710 Artificial Intelligence Computing Science Thompson Rivers University.
Artificial Intelligence
Overview of Artificial Intelligence (1) Artificial intelligence (AI) Computers with the ability to mimic or duplicate the functions of the human brain.
CSC 290 Introduction to Artificial Intelligence
COMP3710 Artificial Intelligence Thompson Rivers University
Introduction Artificial Intelligent.
Artificial Intelligence Lecture 2: Foundation of Artificial Intelligence By: Nur Uddin, Ph.D.
What is AI?.
AI and Agents CS 171/271 (Chapters 1 and 2)
COMP3710 Artificial Intelligence Thompson Rivers University
CS 404 Artificial Intelligence
Presentation transcript:

D Goforth - COSC 4117, fall Notes  Program evaluation – Sept Student submissions  Mon. Sept 11, 4-5PM  FA 181 Comments to committee are anonymous  Wine and cheese – Sept 15, 1:30-4:00PM

COSC 4117 Artificial Intelligence Thinking and acting at least as well as humanly possible

D Goforth - COSC 4117, fall Course outline  Russell and Norvig – ch 1-12 plus handouts  Major programming project50%  3 assignments24%  Final exam 26%

D Goforth - COSC 4117, fall Artificial intelligence  what an ‘electronic brain’ does…  methods for solving (partially) problems that are difficult because known algorithms are O(e n )  play chess no algorithms are known  converse in English we hardly know where to begin  fall in love

D Goforth - COSC 4117, fall Definitions of AI  think like a human being  think like a human but better  act like human being – Turing test  be a successful functioning entity

D Goforth - COSC 4117, fall Definitions of AI – human thinking  think like a human being based on philosophy, psychology, neuroscience,... programs to emulate human processes: learning, reasoning, memory testing theories of how humans think influence on models of human thinking weak and strong AI – mind-body problem – Searle’s Chinese room thought experiment

D Goforth - COSC 4117, fall Definitions of AI – think rationally  think like a human but better battle of neats and scruffies extension of long tradition of analysing thought – rationality logic as basis for programming – completed by 1960’s BUT limited usefulness extensions to real situations: too little, too much or inconsistent information

D Goforth - COSC 4117, fall Definitions of AI – act human  act like a human being bird-flight argument ‘black box’ emulation – Turing test intelligence/thinking plus the ‘hard’ peripherals: perception, language, motion

D Goforth - COSC 4117, fall Definitions of AI – act rationally  be a successful functioning entity as ‘agent’ in an ‘environment’ set goals perceive environment communicate with other agents plan act  object-oriented model, subsumes all others  current best definition of AI

D Goforth - COSC 4117, fall th anniversary Dartmouth Conference 1956  McCarthy coined “Artificial Intelligence”  Slogan that was starting point of discussion: “Every aspect of learning or any other feature of intelligence can in principle be so precisely described that a machine can be made to simulate it.”  Newell & Simon: Logic Theorist first noncalculating program – abstract proofs

D Goforth - COSC 4117, fall History of AI - 1  ‘electronic brain’ – potential of logic circuitry for automated reasoning  Minski - neuron models of processing – father of scruffies – “Society of Mind”  Newell & Simon - symbol processing – in contrast to ‘computing’ ( == number crunching)  McCarthy – neat freak – computing environments (LISP, time-sharing)

D Goforth - COSC 4117, fall History of AI - 2  progress fast; predictions faster systems demo-ing capabilities in reasoning, planning, robotics control conversation logics extended to uncertain knowledge, assumptions, viewpoints  crash of 1970’s ‘scaling up’ – exponential performance ‘brittleness’ – importance of knowledge failure of neural network ‘perceptrons’

D Goforth - COSC 4117, fall History of AI - 3  knowledge-based systems encoding experience and expertise rules and heuristics  meta-knowledge – knowing how to know – ontology (semantic net)  common sense  triumph of the meta-neats – Cohen’s analysis, formalizing the science of AI

D Goforth - COSC 4117, fall History of AI - 4  the agent model – Newell  influence of Russell and Norvig  apparent future directions: autonomy in bigger and bigger environments *bots of all kinds internet as environment – applications  search engines, language translation,...

D Goforth - COSC 4117, fall History of AI - 5  1997 Chess champion IBM Deep Blue  2005 DARPA Grand challenge Sebastian Thrun’s Stanley ‘On Saturday, the Stanford Racing Team's robotic car, "Stanley," drove autonomously across miles in the Mojave Desert in six hours and 53 minutes, finishing about 11 minutes faster than Carnegie Mellon's "Sandstorm." Its average speed was 19.1 mph, versus Sandstorm's 18.6 mph.’ cnet news, Oct 9, 2005 (news.com.com)

D Goforth - COSC 4117, fall The programming project  intelligent game player agent to act autonomously in game environment perceptions and actions are easy goal setting is easy evaluation of performance is easy focus is on core intelligence: playing well; not easy

D Goforth - COSC 4117, fall The programming project  stages: 1.pick teams and design game structure 2.program the game 3.program agent to play game 4.compete against other agents 5.write up the results  work in teams of 1 or 2

D Goforth - COSC 4117, fall The programming project  this year’s game is KING’S COURT  first deadline: Monday, Sept 25 pick a team design data structure for the game