Artificial Intelligence and Robotics Ross Clark Trevor Sheehan.

Slides:



Advertisements
Similar presentations
ARTIFICIAL INTELLIGENCE ( AI ) & APPLICATIONS A. S. MD. KAMRUZZAMAN.
Advertisements

Aaron Summers. What is Artificial Intelligence (AI)? Great question right?
Becerra-Fernandez, et al. -- Knowledge Management 1/e -- © 2004 Prentice Hall Chapter 7 Technologies to Manage Knowledge: Artificial Intelligence.
An Introduction to Artificial Intelligence Presented by : M. Eftekhari.
13-1 Thinking Machines A computer can do some things better -- and certainly faster--than a human can –Adding a thousand four-digit numbers –Counting the.
Chapter 13 Artificial Intelligence Nell Dale John Lewis.
Artificial Intelligence
A Brief History of Artificial Intelligence
ICS 101 Fall 2011 Introduction to Artificial Intelligence Asst. Prof. Lipyeow Lim Information & Computer Science Department University of Hawaii at Manoa.
Artificial Intelligence
Approaches to AI. Robotics Versus Artificial Intelligence.
COMP 4640 Intelligent & Interactive Systems Cheryl Seals, Ph.D. Computer Science & Software Engineering Auburn University.
Natural Computation: computational models inspired by nature Dr. Daniel Tauritz Department of Computer Science University of Missouri-Rolla CS347 Lecture.
Chapter 12: Intelligent Systems in Business
Artificial Intelligence
Introduction to Artificial Intelligence ITK 340, Spring 2010.
Artificial Intelligence
INTELLIGENT SYSTEMS Artificial Intelligence Applications in Business.
Artificial Intelligence CS105. Group Presentation Project Week of November 7 to November 11 Group presentation Groups of 3/4 – Each group will get 12/16.
Artificial Intelligence Dr. Paul Wagner Department of Computer Science University of Wisconsin – Eau Claire.
Artificial Intelligence By John Debovis & Keith Bright.
Artificial Intelligence CIS 479/579 Bruce R. Maxim UM-Dearborn.
19/13/2015CS360 AI & Robotics CS360: AI & Robotics TTh 9:25 am - 10:40 am Shereen Khoja
Artificial Intelligence: Its Roots and Scope
Lecture 1 Note: Some slides and/or pictures are adapted from Lecture slides / Books of Dr Zafar Alvi. Text Book - Aritificial Intelligence Illuminated.
Chapter 4 by Kathleen Mastrian and Dee McGonigle
A RTIFICIAL I NTELLIGENCE Introduction 3 October
Artificial Intelligence Introductory Lecture Jennifer J. Burg Department of Mathematics and Computer Science.
Artificial Intelligence And Machine learning. Drag picture to placeholder or click icon to add What is AI?
Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 11: Artificial Intelligence Computer Science: An Overview Tenth Edition.
Jeff Marino & Ron Reed. Main Concepts Object-oriented programming is programming that is based on using premade objects and writing code for the objects.
George F Luger ARTIFICIAL INTELLIGENCE 6th edition Structures and Strategies for Complex Problem Solving Artificial Intelligence as Empirical Enquiry Luger:
How Solvable Is Intelligence? A brief introduction to AI Dr. Richard Fox Department of Computer Science Northern Kentucky University.
Types of Artificial Intelligence & Pioneers in the Field By Vernon Crowder.
Artificial Intelligence: Introduction Department of Computer Science & Engineering Indian Institute of Technology Kharagpur.
AI and Games by Lauren Argenio Russell Braun. Project Goals What AI is The basics of how it works How it is applied to games –In the past –Present –Future.
Artificial Intelligence and Searching CPSC 315 – Programming Studio Spring 2013 Project 2, Lecture 1 Adapted from slides of Yoonsuck Choe.
WEEK INTRODUCTION IT440 ARTIFICIAL INTELLIGENCE.
Artificial Intelligence and Robotics Ross Clark Trevor Sheehan.
University of Kurdistan Artificial Intelligence Methods (AIM) Lecturer: Kaveh Mollazade, Ph.D. Department of Biosystems Engineering, Faculty of Agriculture,
Introduction to Artificial Intelligence CS 438 Spring 2008.
Cognitive Psychology. Overview What is Cognitive Psychology? Study of HOW the mind works, not WHY we do what we do Focuses on the day-to-day functions.
A Brief History of AI Fall 2013 COMP3710 Artificial Intelligence Computing Science Thompson Rivers University.
Presented by:- Reema Tariq Artificial Intelligence.
Matjaž Gams Jozef Stefan Institute, Ljubljana University Slovenia.
ARTIFICIAL INTELLIGENCE include people, procedures, hardware, software, data and knowledge needed to develop computer systems and machines that demonstrated.
1 ARTIFICIAL INTELLIGENCE Gilles BÉZARD Version 3.16.
Level Headed Drew Mcdermott Yale University, USA Artificial Intelligence 171(2007) 1183~1186 Sangyoon Yi Bi. Lab.
COMP 4640 Intelligent & Interactive Systems Cheryl Seals, Ph.D. Computer Science & Software Engineering Auburn University.
Human-level artificial intelligence? Be serious! Nils J. Nilsson.
CPS120: Introduction to Computer Science Nell Dale John Lewis Abstract Data Types.
Artificial Intelligence and its Portrayal in Electronic Media
Brief Intro to Machine Learning CS539
Introduction to Artificial Intelligence
CSC 361 Artificial Intelligence
First work in AI 1943 The name “Artificial Intelligence” coined 1956
COMP 4640 Intelligent & Interactive Systems
INFORMATION SOCIETY E-SOCIETY and INTELLIGENCE
Basic Intro Tutorial on Machine Learning and Data Mining
CS 380: Artificial Intelligence
Textbook Computer Science Illuminated 4th Edition  By Nell Dale, John Lewis - Jones and Bartlett Publishers 11/20/2018.
CSE 4705 Artificial Intelligence
The Friendship Algorithm
TA : Mubarakah Otbi, Duaa al Ofi , Huda al Hakami
AI and Agents CS 171/271 (Chapters 1 and 2)
Institute of Computing Technology
COMP3710 Artificial Intelligence Thompson Rivers University
Introduction to Artificial Intelligence Instructor: Dr. Eduardo Urbina
Artificial Intelligence and Searching
Presentation transcript:

Artificial Intelligence and Robotics Ross Clark Trevor Sheehan

Project Goals Learn the underlying principles of AI and their applications Learn the underlying principles of AI and their applications Learn how to use various techniques in which to sort through multiple possibilities in knowledge representations Learn how to use various techniques in which to sort through multiple possibilities in knowledge representations Explore the application of AI to the field of robotics Explore the application of AI to the field of robotics

Project Plan Programming Example – Tic-Tac-Toe program Programming Example – Tic-Tac-Toe program Utilize various searching techniques (search trees, etc)‏ Utilize various searching techniques (search trees, etc)‏ Explain the concepts behind the various networks and other knowledge representations involved in AI Explain the concepts behind the various networks and other knowledge representations involved in AI

Main Concepts Artificial Intelligence (AI) – the study of computer systems that attempt to model and apply the intelligence of the human mind Artificial Intelligence (AI) – the study of computer systems that attempt to model and apply the intelligence of the human mind Turing Test – a test used to empirically determine whether a computer has achieved intelligence Turing Test – a test used to empirically determine whether a computer has achieved intelligence Weak equivalence – the equality of two systems based on their results Weak equivalence – the equality of two systems based on their results Strong equivalence – the equality of two systems based on their results and the process by which they arrive at those results Strong equivalence – the equality of two systems based on their results and the process by which they arrive at those results Knowledge Representation – the techniques used to represent knowledge so that a computer system can apply it to intelligent problem solving Knowledge Representation – the techniques used to represent knowledge so that a computer system can apply it to intelligent problem solving

References Dale, Nell and John Lewis. Computer Science Illuminated. Massachusetts: Jones and Bartlett Publishers, Dale, Nell and John Lewis. Computer Science Illuminated. Massachusetts: Jones and Bartlett Publishers, Nilsson, Nils J. Artificial Intelligence: A New Synthesis. California: Morgan Kaufmann Publishers, Nilsson, Nils J. Artificial Intelligence: A New Synthesis. California: Morgan Kaufmann Publishers, 1998.