Artificial Intelligence

Slides:



Advertisements
Similar presentations
Information and Software Technology Option: Artificial intelligence, simulation and modelling.
Advertisements

Robotics Where AI meets the real world. Ankit Jain
Presentation on Artificial Intelligence
Information and Software Technology
4 Intelligent Systems.
Chapter 10 Artificial Intelligence © 2007 Pearson Addison-Wesley. All rights reserved.
Chapter 4 DECISION SUPPORT AND ARTIFICIAL INTELLIGENCE
CSCE101 –Chapter 8 (continued) Tuesday, December 5, 2006.
Approaches to AI. Robotics Versus Artificial Intelligence.
Marakas: Decision Support Systems, 2nd Edition © 2003, Prentice-Hall Chapter Chapter 7: Expert Systems and Artificial Intelligence Decision Support.
1 Chapter 4 Decision Support and Artificial Intelligence Brainpower for Your Business.
Chapter 12: Intelligent Systems in Business
Eleventh Edition 1 Introduction to Essentials for Information Systems Irwin/McGraw-Hill Copyright © 2002, The McGraw-Hill Companies, Inc. All rights reserved.
McGraw-Hill/Irwin ©2005 The McGraw-Hill Companies, All rights reserved ©2005 The McGraw-Hill Companies, All rights reserved McGraw-Hill/Irwin.
Artificial Intelligence
INTELLIGENT SYSTEMS Artificial Intelligence Applications in Business.
Intelligent Support Systems
Artificial Intelligence
Using Information Technology Pertemuan 13 Chapter 10 The Promises of the Digital Age.
Artificial Intelligence Dr. Paul Wagner Department of Computer Science University of Wisconsin – Eau Claire.
CSCI 4410 Introduction to Artificial Intelligence.
Chapter 14: Artificial Intelligence Invitation to Computer Science, C++ Version, Third Edition.
Chapter 10 Artificial Intelligence. © 2005 Pearson Addison-Wesley. All rights reserved 10-2 Chapter 10: Artificial Intelligence 10.1 Intelligence and.
Computers Are Your Future © 2006 Prentice-Hall, Inc.
Artificial Intelligence (AI) Can Machines Think?.
计算机科学概述 Introduction to Computer Science 陆嘉恒 中国人民大学 信息学院
1 Pertemuan 20 Sistem informasi di dalam Organisasi/Perusahaan Matakuliah: T0604-Pengantar Teknologi Informasi Tahun: 2008 Versi: 2.0/0.0 Williams, B.K,
11 C H A P T E R Artificial Intelligence and Expert Systems.
Artificial Intelligence Introductory Lecture Jennifer J. Burg Department of Mathematics and Computer Science.
Artificial Intelligence
10/6/2015 1Intelligent Systems and Soft Computing Lecture 0 What is Soft Computing.
Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Decision Support Systems Chapter 10.
SEMINAR REPORT ON K.SWATHI. INTRODUCTION Any automatically operated machine that functions in human like manner Any automatically operated machine that.
Fundamentals of Information Systems, Third Edition2 Principles and Learning Objectives Artificial intelligence systems form a broad and diverse set of.
Business and Specialized IS Knowledge Management & Specialized IS ทัศนวรรณ ศูนย์กลาง ภาควิชาคอมพิวเตอร์ คณะ วิทยาศาสตร์
Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 11: Artificial Intelligence Computer Science: An Overview Tenth Edition.
Artificial Intelligence By Michelle Witcofsky And Evan Flanagan.
How Solvable Is Intelligence? A brief introduction to AI Dr. Richard Fox Department of Computer Science Northern Kentucky University.
Chapter 13 Artificial Intelligence and Expert Systems.
Fundamentals of Information Systems, Sixth Edition1 Natural Language Processing and Voice Recognition Processing that allows the computer to understand.
I Robot.
1 The main topics in AI Artificial intelligence can be considered under a number of headings: –Search (includes Game Playing). –Representing Knowledge.
Fundamentals of Information Systems, Third Edition1 The Knowledge Base Stores all relevant information, data, rules, cases, and relationships used by the.
Artificial Intelligence, Expert Systems, and Neural Networks Group 10 Cameron Kinard Leaundre Zeno Heath Carley Megan Wiedmaier.
KNOWLEDGE BASED SYSTEMS
Artificial Intelligence and Robotics. Objectives: List and discuss types of artificial intelligence. Discuss the current state of artificial intelligence.
Robotics Where AI meets the real world. AMAN KUMAR, SECTION –B4902.
Introduction to Artificial Intelligence CS 438 Spring 2008.
Fundamentals of Information Systems, Third Edition 1 Information and Decision Support Systems: Management Information Systems Management information system.
Spring, 2005 CSE391 – Lecture 1 1 Introduction to Artificial Intelligence Martha Palmer CSE391 Spring, 2005.
Artificial Intelligence: Research and Collaborative Possibilities a presentation by: Dr. Ernest L. McDuffie, Assistant Professor Department of Computer.
Presented by:- Reema Tariq Artificial Intelligence.
Artificial Intelligence, simulation and modelling.
1 Principles of Information Systems, Ninth Edition Chapter 11 Knowledge Management and Specialized Information Systems.
Artificial Intelligence Hossaini Winter Outline book : Artificial intelligence a modern Approach by Stuart Russell, Peter Norvig. A Practical Guide.
1 Pertemuan 19 E-Busines & E-Commerce Williams, B.K, Stacy C. Sawyer (2007). Using Information Technology: A Practical Introduction to Computers & Communications.
Decision Support and Business Intelligence Systems (9 th Ed., Prentice Hall) Chapter 12: Artificial Intelligence and Expert Systems.
Artificial Intelligence
Using Information Technology
Fundamentals of Information Systems, Sixth Edition
CHAPTER 1 Introduction BIC 3337 EXPERT SYSTEM.
Chapter 11: Artificial Intelligence
Artificial Intelligence (CS 370D)
MANAGING KNOWLEDGE FOR THE DIGITAL FIRM
Course Instructor: knza ch
Trends in technology.
Intelligent Systems and
TA : Mubarakah Otbi, Duaa al Ofi , Huda al Hakami
Artificial Intelligence
Presentation transcript:

Artificial Intelligence 10-1-11

Where is the dog in this Image?

Artificial Intelligence Artificial Intelligence (Book Def.) – The study of computer systems that model and apply the intelligence of the human mind Used to develop software and machines that emulate human qualities such as learning, reasoning, communicating, seeing, and hearing Areas include Expert systems Natural language processing Neural networks Intelligent agents Virtual reality and simulation devices Pattern recognition Fuzzy logic Robotics

Knowledge Representation Semantic network: A knowledge representation technique that represents the relations between objects. It is a directed or undirected graph consisting of vertices, which represent concepts, and edges. Gender Person Student John Male 234-576 ID Sims Dorm Brown Eye Color Eye color Instance of Lives in Has a Is a

Search Trees Search tree: A structure that represent alternatives in various situations such as game playing Depth-First Search Breadth-First Search

Breadth First vs. Depth First Search Depth First Breadth First

Breadth First vs. Depth First Search Which type of search would return the result the fastest for: M? K? D? G?

Expert Systems Three components of an expert system Knowledge base An expert system’s database of knowledge about a particular subject Inference engine The software that controls the search of the expert system’s knowledge base and produces conclusions User interface The display screen the user used to interact with the expert system

Artificial Intelligence Natural language processing Allows users to interact with a system using normal language. Voice recognition – recognizing human words Language comprehension – interpreting human communication Voice synthesis – recreating human speech Challenges of natural language processing? Intelligent agents A form of software with built-in intelligence that monitors work patterns, asks questions, and performs work tasks on your behalf Pattern recognition Involves software that identify recurring patterns and maps the pattern against patterns stored in a database

Artificial Intelligence Fuzzy logic A method of dealing with imprecise data and uncertainty, with problems that have many answers rather than one Virtual reality A computer-generated artificial reality that projects a person into a sensation of 3-D space Often used with simulators to represent the behavior of physical or abstract systems

Background of Robotics Idea of artificial people dates all the way back to Greek Mythology One of the first recorded designs was by Da Vinci What Classifies a Robot? Experts Say: Artificially created Reacting to external environment Can manipulate environment Is programmable Can Move

What Are Robots Used For? Right now Robots are used for Entertainment Car Production Jobs Too Dangerous for Humans Vacuum Cleaner (Like from the commercial) Companionship to Humans (Aibo) Many other things

What Could Robots Be Used For? Future Plans for Robotics include: Assistance to the Elderly or Disabled Medical Field Space Personal Service Robots

Science Fiction and Robotics Isaac Asimov Three Laws of Robotics: A robot may not injure a human being, or, through inaction, allow a human being to come to harm A robot must obey the orders given it by human beings except where such orders would conflict with the First Law A robot must protect its own existence as long as such protection does not conflict with the First or Second Law.

Can Robots act Ethically? Serious Questions Must be Raised

Decisions, Decisions Computers have algorithms and strict rules to guide action Human Decisions Not based on rules alone Also judgment and conscience If a robot could think ethically, whose ethics would it follow?

Robotics The development and study of machines that can perform work that is normally done by people Subsumption architecture Commonly found in manufacturing plants and also in situations where people would be in danger Nuclear plants Assembly lines, especially paint lines Checking for land mines Fighting oil-well fires

Robotics Two main Categories of Robots Fixed – stay put, generally have one specific task things around it move (assembly line) Mobile – move about and interact with the environment around it. Mobile Robotics - the study of robots that move relative to their environment Sense-Plan-Act (SPA) paradigm – steps of a mobile robot completing some action. (SENSING -> WORLD MODELING -> PLANNING -> CONTROL -> EXECUTION) Sensing – sensor data input some knowledge from the outside world World Modeling – interprets and models the input from sensing Planning - Interpreted model is used generate a plan of action Control – Robot’s control system (the hardware) is used to carry out the plan. Execution – Plan carried out through execution Main challenge of SPA Paradigm – new sensory data comes in so fast and must be processed so fast that it is extremely difficult to use.

Weak & Strong AI Weak vs. Strong A.I. Weak A.I. claims computers can be programmed to simulate human cognition Strong A.I. claims that computers can think on a level that is equal to or better than humans, and can also achieve consciousness Cyc approach to strong A.I. A database in Austin, TX that holds 1.4 million basic truths Plan is that Cyc will automatically make human-like assumptions Hope is that Cyc will learn on its own Cog approach to strong A.I. MIT project that is a humanoid robot Tries to identify and search for patterns instead of following rules and facts

Testing Intelligence Test for Human Intelligence In 1950, Allen Turing predicted computers would be able to mimic human thinking The Turing test determines whether the machine is human Judge is in another location and doesn’t see the computer If the computer can fool the judge, it is said to be intelligent Weak equivalence: The equality of two systems based on the results Strong equivalence: The equality of two systems based on their results and the process by which the results were reached

Turing Test Interrogator (C) must determine which respondent is a computer and which is human.