Technology of Data Glove

Slides:



Advertisements
Similar presentations
Modelling with expert systems. Expert systems Modelling with expert systems Coaching modelling with expert systems Advantages and limitations of modelling.
Advertisements

Fundamentals of Information Systems, Sixth Edition
TECHNOLOGY GUIDE 4: Intelligent Systems
CHAPTER 11 Managerial Support Systems. CHAPTER OUTLINE 11.1 Managers and Decision Making 11.2 Business Intelligence 11.3 Data Visualization Technologies.
Artificial Intelligence
4 Intelligent Systems.
Information Technology Foundations-BIT 112 CHAPTER 9 Managerial Support Systems.
Specialized Business Information Systems Chapter 11.
Decision Support Systems Decision Support MIS and DSS Artificial Intelligence Expert Systems Chapter 9 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill.
Principles of Information Systems, Seventh Edition2 Artificial intelligence systems form a broad and diverse set of systems that can replicate human decision.
Marakas: Decision Support Systems, 2nd Edition © 2003, Prentice-Hall Chapter Chapter 7: Expert Systems and Artificial Intelligence Decision Support.
Chapter 12: Intelligent Systems in Business
MSIS 110: Introduction to Computers; Instructor: S. Mathiyalakan1 Specialized Business Information Systems Chapter 11.
Principles of Information Systems, Tenth Edition Chapter 11 Knowledge Management and Specialized Information Systems 1.
“Get outa here!”.
Artificial Intelligence CSC 361
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.
Fundamentals of Information Systems, Second Edition 1 Specialized Business Information Systems Chapter 7.
Fundamentals of Information Systems, Fifth Edition
PLUG IT IN 5 Intelligent Systems. 1.Introduction to intelligent systems 2.Expert Systems 3.Neural Networks 4.Fuzzy Logic 5.Genetic Algorithms 6.Intelligent.
TECHNOLOGY GUIDE FOUR Intelligent Systems.
11 C H A P T E R Artificial Intelligence and Expert Systems.
1 CHAPTER 10 Decision Support Systems and Intelligent Systems, Efraim Turban and Jay E. Aronson 6th ed, Copyright 2001, Prentice Hall, Upper Saddle River,
Faculty of Arts Atkinson College ITEC 1010 A F 2002 Welcome Sixteenth Lecture for ITEC A Professor G.E. Denzel.
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 ทัศนวรรณ ศูนย์กลาง ภาควิชาคอมพิวเตอร์ คณะ วิทยาศาสตร์
Principles of Information Systems, Sixth Edition Specialized Business Information Systems Chapter 11.
Fundamentals of Information Systems, Second Edition 1 Specialized Business Information Systems.
Principles of Information Systems, Sixth Edition Specialized Business Information Systems Chapter 11.
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.
Copyright 2007 John Wiley & Sons, Inc. Chapter 91 Introduction to Information Systems, 1 st Edition  Authors: Rainer, Turban and Potter  Publisher: John.
Chapter 4 Decision Support System & Artificial Intelligence.
PLUG IT IN 5 Intelligent Systems. 1.Introduction to intelligent systems 2.Expert Systems 3.Neural Networks 4.Fuzzy Logic 5.Genetic Algorithms 6.Intelligent.
Fundamentals of Information Systems, Third Edition1 The Knowledge Base Stores all relevant information, data, rules, cases, and relationships used by the.
EXPERT SYSTEMS or KNOWLEDGE BASED SYSTEMS a. When we wish to encode a rich source of knowledge within the program. and b. The scope of systems.
Of An Expert System.  Introduction  What is AI?  Intelligent in Human & Machine? What is Expert System? How are Expert System used? Elements of ES.
ARTIFICIAL INTELLIGENCE include people, procedures, hardware, software, data and knowledge needed to develop computer systems and machines that demonstrated.
1 Chapter 13 Artificial Intelligence and Expert Systems.
1 Principles of Information Systems, Ninth Edition Chapter 11 Knowledge Management and Specialized Information Systems.
TECHNOLOGY GUIDE FOUR Intelligent Systems. TECHNOLOGY GUIDE OUTLINE TG4.1 Introduction to Intelligent Systems TG4.2 Expert Systems TG4.3 Neural Networks.
EXPERT SYSTEMS BY MEHWISH MANZER (63) MEER SADAF NAEEM (58) DUR-E-MALIKA (55)
Kozeta Sevrani - Sistemet e Informacionit11.1 Specialized Business Information Systems Chapter 11.
Management Support Management Support Software: types of software used to assist managers in making business decisions.
Decision Support and Business Intelligence Systems (9 th Ed., Prentice Hall) Chapter 12: Artificial Intelligence and Expert Systems.
1 Principles of Information Systems Chapter 11 Knowledge Management and Specialized Information Systems THE LEONS COLLEGE OF LAW.
INTRODUCTION TO INFORMATION SYSTEMS & DECISION MAKING
Chapter 11 Knowledge Management and Specialized Information Systems
Fundamentals of Information Systems, Sixth Edition
Fundamentals of Information Systems
CHAPTER 1 Introduction BIC 3337 EXPERT SYSTEM.
Organization and Knowledge Management
Principles of Information Systems, Tenth Edition
Artificial Intelligence, P.I
TECHNOLOGY GUIDE FOUR Intelligent Systems.
Architecture Components
MANAGING KNOWLEDGE FOR THE DIGITAL FIRM
Artificial intelligence systems form a broad and diverse set of systems that can replicate human decision making for certain types of well-defined problems.
Introduction to Information Systems
Artificial Intelligence
Managerial Support Systems
Fundamentals of Information Systems, Sixth Edition
Principles and Learning Objectives
전문가 시스템(Expert Systems)
Artificial Intelligence
Decision Support Systems DSS.. Prostration Group
Principles Knowledge management systems allow organizations to share knowledge and experience among their managers and employees Artificial intelligence.
Presentation transcript:

Technology of Data Glove

Virtual Reality manipulation with data glove

Driving Simulator

Flight Simulator Internal view External view

Virtual Reality (continued)

The VirtuSphere VirtuSphere provides a mechanical basis for truly immersive virtual reality environments, permitting the user to move about in virtual space by simply walking. The device consists of a large hollow sphere which is mounted on a specially designed platform that allows the sphere to rotate freely as the user walks in any direction. (Note that the open hatch in the picture above is closed during use.) The user wears a head-mounted display, which provides the virtual environment. Sensors under the sphere provide subject speed and direction to the computer running the simulation. Users can even interact with objects in virtual space using a special manipulator.

11.4 Intelligent Systems Intelligent systems Artificial intelligence (AI) Intelligent systems is a term that describes the various commercial applications of AI. Artificial intelligence (AI) is a subfield of computer science concerned with: * studying the thought processes of humans * recreating those processes via machines, such as computer and robots.

Expert Systems Expertise Expert systems (ESs) Star Trek Voyager’s doctor: a 24th century expert system Expertise refers to the extensive, task-specific knowledge acquired from training, reading and experience. Expert systems (ESs) attempt to mimic human experts by applying expertise in a specific domain. Can support decision makers or completely replace them.

Expert Systems (continued) The transfer of expertise from an expert to a computer and then to a user involves four activities: Knowledge acquisition Knowledge representation Knowledge inferencing Knowledge transfer Knowledge acquisition: Knowledge is from experts or from documented sources. Knowledge representation: Acquired knowledge is organized as rules or frames (objective-oriented) and stored electronically in a knowledge base. Knowledge inferencing: Given the necessary expertise stored in the knowledge base, the computer is programmed so that it can make inferences. The reasoning function is performed in a component called the inference engine, which is the brain of ES. Knowledge transfer: The inferenced expertise is transferred to the user in the form of a recommendation.

The Components of Expert Systems Knowledge base Inference engine User interface Blackboard Explanation subsystem Knowledge base contains knowledge necessary for understanding, formulating and solving problems. Inference engine is a computer program that provides a methodology for reasoning and formulating conclusions. User interface enables users to communicate with the computer Blackboard is an area of working memory set aside for the description of a current problem. Explanation subsystem explains its recommendations.

Structure and Process of an Expert System

Neural Network