The Dream of an Intelligent Machine Hans W. Guesgen Computer Science Department.

Slides:



Advertisements
Similar presentations
ARTIFICIAL INTELLIGENCE
Advertisements

Additional Topics ARTIFICIAL INTELLIGENCE
Artificial Intelligence
Artificial Intelligence
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.
WHAT IS ARTIFICIAL INTELLIGENCE?
Artificial Intelligence A Modern Approach Dennis Kibler.
History of AI Image source. Origins of AI 1940s McCulloch & Pitts neurons; Hebb’s learning rule 1950 Turing’s “Computing Machinery and Intelligence” Shannon’s.
History of AI Image source. Early excitement 1940s McCulloch & Pitts neurons; Hebb’s learning rule 1950 Turing’s “Computing Machinery and Intelligence”
CSE 471/598,CBS598 Introduction to Artificial Intelligence Spring 2005
Introduction to Artificial Intelligence Ruth Bergman Fall 2004.
Artificial Intelligence Overview John Paxton Montana State University August 14, 2003.
CSE 471/598,CBS598 Introduction to Artificial Intelligence Fall 2004
CS 480 Lec 2 Sept 4 complete the introduction Chapter 3 (search)
Random Administrivia In CMC 306 on Monday for LISP lab.
D Goforth - COSC 4117, fall Notes  Program evaluation – Sept Student submissions  Mon. Sept 11, 4-5PM  FA 181 Comments to committee are.
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
Introduction to AI, H. Feili 1 Introduction to Artificial Intelligence LECTURE 1: Introduction What is AI? Foundations of AI The.
1 Artificial Intelligence An Introductory Course.
CPSC 171 Artificial Intelligence Read Chapter 14.
Artificial Intelligence Andrea Danyluk For FPS 2/2/04.
C463 / B551 Artificial Intelligence Dana Vrajitoru Introduction.
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.
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.
IFT3335 – Intruduction à l’intelligence artrificielle basé sur le cours de NUS et Berkeley Introduction: Chapter 1.
A RTIFICIAL I NTELLIGENCE Introduction 3 October
Psy Introduction1 Introduction Psychology 612.
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 Prepared By: AIMCORP-Automated Information Management Corporation.
ARTIFICIAL INTELLIGENCE 2009 Ira Pohl TIM Oct 29, 2009.
Lecture 1 – AI Background Dr. Muhammad Adnan Hashmi 1.
Due Monday Read chapter 2 Homework: –Chapter 1, exercises –Answer each in 100 words or less. Send to from your preferred.
Artificial Intelligence Lecture 1. Objectives Definition Foundation of AI History of AI Agent Application of AI.
AI: Can Machines Think? Juntae Kim Department of Computer Engineering Dongguk University.
Lecture 1 – AI Background Dr. Muhammad Adnan Hashmi 1.
Humans & Computers Will computers ever achieve human intelligence? Creativity? Originality? Thoughts? Is Artificial Intelligence Possible? The future of.
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.
Artificial Intelligence Chapter 1 –Part 1 Artificial Intelligence Dr.Hassan Al-Tarawneh.
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 ( AI ) Ahmed Ismail AIT 600 Spring 08.
Artificial Intelligence
CSC 290 Introduction to Artificial Intelligence
History of Artificial Intelligence(AI)
Artificial Intelligence introduction(2)
Introduction to Artificial Intelligence and Soft Computing
Introduction to Artificial Intelligence
What is AI?.
AI and Agents CS 171/271 (Chapters 1 and 2)
CS 404 Artificial Intelligence
Artificial Intelligence
Artificial Intelligence Andrea Danyluk For FPS 2/2/04.
Presentation transcript:

The Dream of an Intelligent Machine Hans W. Guesgen Computer Science Department

The Beginning of AI AI itself is a young field, but … It has inherited from other disciplines: – Philosophy – Mathematics – Psychology – Computer engineering – Linguistics

Gestation of AI McCulloch and Pitts (1943): – Model of artificial neurons – Any computable function can be computed by some network of neurons – Suitably defined neural networks can learn Newell and Simon (Dartmouth, 1956) – Logic Theorist (LT)

Great Expectations Early successes: – Lisp – Microworlds Simon (1957): – It is not my aim to surprise or shock you – but the simplest way I can summarize is to say that there are now in the world machines that think, that learn and that create. Moreover, their ability to do these things is going to increase rapidly until – in a visible future – the range of problems they can handle will be coextensive with the range to which human mind has been applied.

A Dose of Reality Many AI problems are intractable: – Combinatorial explosion – NP-complete Solving problems often requires subject knowledge: – Translation from German into English – Finding a good route into the city during rush hour

Knowledge-Based Systems Closed-world assumption Expertise in a limited field Rule-based approach Examples: – M YCIN – D ENDRAL – P ROSPECTOR – R 1

Games Checkers (or draught): – Samuel’s checker program (1952) – Schaeffer’s program C HINOOK (won 1992 U.S. Open) Chess – Kasparov vs. Deep Blue (1997)

Intelligent Agents New paradigm for AI systems: – Uses sensors to perceive the environment – Uses effectors to act upon that environment – Uses planning to behave rational

Multi-Agent Systems Agents collaborating with each other Distributed competence/intelligence Emergent rather than individual intelligence

Related Issues AI and humanoid form AI and emotions AI and gender AI and …