Artificial Intelligence CIS 342 The College of Saint Rose David Goldschmidt, Ph.D.

Slides:



Advertisements
Similar presentations
Approaches, Tools, and Applications Islam A. El-Shaarawy Shoubra Faculty of Eng.
Advertisements

Artificial Intelligence
Artificial Intelligence. Intelligent? What is intelligence? computational part of the ability to achieve goals in the world.
An Introduction to Artificial Intelligence. Introduction Getting machines to “think”. Imitation game and the Turing test. Chinese room test. Key processes.
WHAT IS ARTIFICIAL INTELLIGENCE?
CPS 4801 artificial intelligence Instructor: Tian (Tina) Tian.
CS3754 Class Notes, John Shieh, Objectives This part provides an introduction to some main strategies and methods used in artificial intelligence.
Introduction to Introduction to Artificial Intelligence Henry Kautz.
Approaches to AI. Robotics Versus Artificial Intelligence.
PSU CS 370 – Artificial Intelligence Dr. Mohamed Tounsi Artificial Intelligence 1. Introduction Dr. M. Tounsi.
Random Administrivia In CMC 306 on Monday for LISP lab.
CSNB234 ARTIFICIAL INTELLIGENCE Background & History of AI
Artificial Intelligence Instructor: Professor Yun Peng
Introduction to AI Module – CS289 Introduction to Artificial Intelligence – CS th September 2006 Dr Bogdan L. Vrusias
Artificial Intelligence: Its Roots and Scope
C463 / B551 Artificial Intelligence Dana Vrajitoru Introduction.
Ch1 AI: History and Applications Dr. Bernard Chen Ph.D. University of Central Arkansas Spring 2011.
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.
Introduction to AI Michael J. Watts
Chapter 14: Artificial Intelligence Invitation to Computer Science, C++ Version, Third Edition.
Artificial Intelligence: Its Roots and Scope
Artificial Intelligence: Definition “... the branch of computer science that is concerned with the automation of intelligent behavior.” (Luger, 2009) “The.
Artificial Intelligence
Department of Information Technology Indian Institute of Information Technology and Management Gwalior AASF hIQ 1 st Nov ‘09 Department of Information.
Artificial Intelligence: An Introduction Definition of AI Foundations of AI History of AI Advanced Techniques.
Artificial Intelligence Chapter 1 Introduction
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.
Introduction to Artificial Intelligence and Soft Computing
Chapter 13 Artificial Intelligence and Expert Systems.
Artificial Intelligence and Expert Systems. ARTIFICIAL INTELLIGENCE (AI) is the science of R L Being able to Ability to solve a problem.
I Robot.
1 Introduction to Artificial Intelligence (Lecture 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.
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.
Natural intelligence Artificial intelligence (AI) History of AI Characteristics of AI system AI tasks AI roots and applications.
AI: Can Machines Think? Juntae Kim Department of Computer Engineering Dongguk University.
Intelligent System Ming-Feng Yeh Department of Electrical Engineering Lunghwa University of Science and Technology Website:
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?
History of AI By: Stephen Fandrich. AI Development Timeline.
Introduction to Artificial Intelligence CS 438 Spring 2008.
Artificial Intelligence Module – CS364 Introduction to Artificial Intelligence – CS th September 2006 Dr Bogdan L. Vrusias
Princess Nora University Artificial Intelligence CS 461 Level 8 1.
Vilalta/Norvig/Eick: History of AI Origins McCulloch and Pitts (1943) Model of Artificial Neurons. Donald Hebb (1949) Hebbian Learning Conference at Dartmouth.
1 Artificial Intelligence & Prolog Programming CSL 302.
Artificial Intelligence
Introduction To Artificial Intelligence
Classification of models
Course Objectives This part of course introduces some main strategies and methods used in intelligent systems. The topics include the history and applications.
Artificial Intelligence
第 1 章 绪论.
Sistem Kecerdasan Buatan
Artificial Intelligence
Joost N. Kok Universiteit Leiden
Artificial Intelligence
Artificial Intelligence
Artificial Intelligence introduction(2)
Introduction to Artificial Intelligence and Soft Computing
Introduction to Artificial Intelligence
TA : Mubarakah Otbi, Duaa al Ofi , Huda al Hakami
CMPT 420 / CMPG 720 Artificial Intelligence
AI and Agents CS 171/271 (Chapters 1 and 2)
Introduction to Artificial Intelligence – CS364
Artificial Intelligence Chapter 1 Introduction
Artificial Intelligence
Introduction to Artificial Intelligence
Presentation transcript:

Artificial Intelligence CIS 342 The College of Saint Rose David Goldschmidt, Ph.D.

What is Artificial Intelligence?

Definitions of Intelligence Essential English Dictionary, Collins, London, 1990: – Ability to understand and learn things – Ability to think and understand instead of doing things by instinct or automatically Random House Unabridged Dictionary, 2006: – Capacity for learning, reasoning, understanding – Aptitude in grasping truths, relationships, facts, etc.

The Turing Test Alan Turing, British mathematician ( ) – “ Computing machinery and intelligence ” paper in 1950 Computing machinery and intelligence – Can machines think? The Turing Test (a.k.a. Turing imitation game ): – A computer passes the Turing test if human interrogators cannot distinguish the machine from a human based on answers to their questions

The Turing Test Turing Test – Objective standard view on intelligence – Test is independent of the details of the experiment (i.e. numerous variations) – Provides basis for verification and validation of intelligent systems – A program thought intelligent in some narrow area of expertise is evaluated by comparing its performance to human performance

The Turing Test in Action…

History of AI Warren McCulloch & Walter Pitts (1943): – Research on the human central nervous system led to a model of neurons of the brain – Birth of Artificial Neural Networks ( ANN ) Binary model Non-linear model John von Neumann – ENIAC, EDVAC, etc.

History of AI Claude Shannon, MIT, Bell Labs (1950): – Computers playing chess – Chess game involved about possible moves! – Even examining one move per microsecond would require 3 x years to make its first move Need to incorporate intelligence via heuristics

History of AI John McCarthy, Dartmouth, MIT (1950s): – Defined LISP Only two years after FORTRAN – LISP is based on formal logic – “ Programs with Common Sense ” paper (1958) Programs with Common Sense Marvin Minsky, Princeton, MIT: – Anti-logical approach to knowledge representation and reasoning called frames (1975)

Evolution of Programming Languages

History of AI Great expectations during 1950s and 1960s – But very limited success – Researchers focused too much on all-purpose intelligent machines with goals to learn and reason with human-scale knowledge (and beyond) Refocus on specific problem domains (1970s) – Domain-specific expert systems with facts, rules, etc. – Analyze chemicals, medical diagnoses, etc.

History of AI Evolutionary computation (1970s-today): – Natural intelligence is a product of evolution – Can we solve problems by simulating biological evolution? – Survival of the fittest – Genetic programming – Evolutionary computing

History of AI Rebirth of neural networks (1980s-today): – Adaptive resonance theory (Grossberg, 1980) incorporated self-organization principles – Hopfield networks (Hopfield, 1982) introduced neural networks with feedback loops – Back-propagation learning algorithm (Bryson and Ho, 1969) for training multilayer perceptrons

History of AI Knowledge engineering (1980s-today): – Fuzzy set theory (Zadeh, 1965) associates words with degrees of truth or value – Rule-based knowledge systems – Combine information from multiple experts – Semantic Web Numerous hybrid approaches exist