Download presentation
Presentation is loading. Please wait.
Published byLizbeth Jenkins Modified over 9 years ago
1
1 Principles of Information Systems, Ninth Edition Chapter 11 Knowledge Management and Specialized Information Systems
2
Principles of Information Systems, Ninth Edition2 Principles and Learning Objectives Knowledge management allows organizations to share knowledge and experience among their managers and employees –Discuss the differences among data, information, and knowledge –Describe the role of the chief knowledge officer (CKO) –List some of the tools and techniques used in knowledge management
3
Principles and Learning Objectives (continued) Artificial intelligence systems form a broad and diverse set of systems that can replicate human decision making for certain types of well-defined problems –Define the term artificial intelligence and state the objective of developing artificial intelligence systems –List the characteristics of intelligent behavior and compare the performance of natural and artificial intelligence systems for each of these characteristics –Identify the major components of the artificial intelligence field and provide one example of each type of system Principles of Information Systems, Ninth Edition3
4
4 Principles and Learning Objectives (continued) Expert systems can enable a novice to perform at the level of an expert but must be developed and maintained very carefully –List the characteristics and basic components of expert systems –Identify at least three factors to consider in evaluating the development of an expert system –Outline and briefly explain the steps for developing an expert system –Identify the benefits associated with the use of expert systems
5
Principles of Information Systems, Ninth Edition5 Principles and Learning Objectives (continued) Virtual reality systems can reshape the interface between people and information technology by offering new ways to communicate information, visualize processes, and express ideas creatively –Define the term virtual reality and provide three examples of virtual reality applications
6
Principles of Information Systems, Ninth Edition6 Principles and Learning Objectives (continued) Specialized systems can help organizations and individuals achieve their goals –Discuss examples of specialized systems for organizational and individual use
7
Principles of Information Systems, Ninth Edition7 Knowledge Management Systems Data consists of raw facts Information –Collection of facts organized so that they have additional value beyond the value of the facts themselves Knowledge –Awareness and understanding of a set of information and the ways that information can be made useful to support a specific task or reach a decision
8
Principles of Information Systems, Ninth Edition8 Knowledge Management Systems (continued) Knowledge management system (KMS) –Organized collection of people, procedures, software, databases, and devices –Used to create, store, share, and use the organization’s knowledge and experience
9
Principles of Information Systems, Ninth Edition9
10
10 Overview of Knowledge Management Systems Explicit knowledge –Objective –Can be measured and documented in reports, papers, and rules Tacit knowledge –Hard to measure and document –Typically not objective or formalized
11
Principles of Information Systems, Ninth Edition11 Data and Knowledge Management Workers and Communities of Practice Data workers –Secretaries, administrative assistants, bookkeepers, etc. Knowledge workers –Create, use, and disseminate knowledge –Professionals in science, engineering, or business; writers; researchers; educators; corporate designers; etc.
12
Principles of Information Systems, Ninth Edition12 Data and Knowledge Management Workers and Communities of Practice (continued) Chief knowledge officer (CKO) –Top-level executive who helps the organization use a KMS to create, store, and use knowledge to achieve organizational goals Communities of practice (COP) –Group of people dedicated to a common discipline or practice –May be used to create, store, and share knowledge
13
Principles of Information Systems, Ninth Edition13 Obtaining, Storing, Sharing, and Using Knowledge (continued) Knowledge workers –Often work in teams –Can use collaborative work software and group support systems to share knowledge Knowledge repository –Includes documents, reports, files, and databases
14
Principles of Information Systems, Ninth Edition14 Technology to Support Knowledge Management Effective KMS –Is based on learning new knowledge and changing procedures and approaches as a result Microsoft offers a number of knowledge management tools, including Digital Dashboard
15
Principles of Information Systems, Ninth Edition15
16
Principles of Information Systems, Ninth Edition16 An Overview of Artificial Intelligence Artificial intelligence (AI) –Computers with the ability to mimic or duplicate the functions of the human brain Computer systems that use the notion of AI –Help to make medical diagnoses –Explore for natural resources –Determine what is wrong with mechanical devices –Assist in designing and developing other computer systems
17
Principles of Information Systems, Ninth Edition17 Artificial Intelligence in Perspective Artificial intelligence systems –Include the people, procedures, hardware, software, data, and knowledge needed to develop computer systems and machines that demonstrate characteristics of intelligence
18
The Nature of Intelligence Turing Test –Determines whether responses from a computer with intelligent behavior are indistinguishable from those from a human being Characteristics of intelligent behavior include the ability to –Learn from experiences and apply knowledge acquired from experience –Handle complex situations –Solve problems when important information is missing Principles of Information Systems, Ninth Edition18
19
Principles of Information Systems, Ninth Edition19 The Nature of Intelligence (continued) Characteristics of intelligent behavior include the ability to: –Determine what is important –React quickly and correctly to a new situation –Understand visual images –Process and manipulate symbols –Be creative and imaginative –Use heuristics
20
Principles of Information Systems, Ninth Edition20 The Difference Between Natural and Artificial Intelligence Can computers be programmed to have common sense? One of the driving forces behind AI research –An attempt to understand how people actually reason and think
21
Principles of Information Systems, Ninth Edition21
22
Principles of Information Systems, Ninth Edition22 The Major Branches of Artificial Intelligence AI is a broad field that includes: –Expert systems, robotics –Vision systems, natural language processing –Learning systems, and neural networks
23
Principles of Information Systems, Ninth Edition23
24
Principles of Information Systems, Ninth Edition24 Expert Systems Hardware and software that stores knowledge and makes inferences, similar to a human expert Used in many business applications
25
Principles of Information Systems, Ninth Edition25 Robotics Developing mechanical devices that can: –Paint cars, make precision welds, and perform other tasks that require a high degree of precision Manufacturers use robots to assemble and paint products Contemporary robotics –Combine both high-precision machine capabilities and sophisticated controlling software
26
Principles of Information Systems, Ninth Edition26 Vision Systems Hardware and software that permit computers to capture, store, and manipulate visual images and pictures Effective at identifying people based on facial features
27
Principles of Information Systems, Ninth Edition27 Natural Language Processing and Voice Recognition Processing that allows the computer to understand and react to statements and commands made in a “natural” language, such as English Voice recognition –Converting sound waves into words
28
Principles of Information Systems, Ninth Edition28 Learning Systems Combination of software and hardware that: –Allows the computer to change how it functions or reacts to situations based on feedback it receives Learning systems software –Requires feedback on results of actions or decisions
29
Neural Networks Computer system that simulates functioning of a human brain Specific abilities –Capable of retrieving information even if some neural nodes fail –Quickly modifies stored data as a result of new information –Discovers relationships and trends in large databases –Solves complex problems for which all the information is not present Principles of Information Systems, Ninth Edition29
30
Other Artificial Intelligence Applications Genetic algorithm –Approach to solving complex problems in which a number of related operations or models change and evolve until the best one emerges Intelligent agent –Programs and a knowledge base used to perform a specific task for a person, a process, or another program Principles of Information Systems, Ninth Edition30
31
Principles of Information Systems, Ninth Edition31 An Overview of Expert Systems Computerized expert systems –Have been developed to diagnose problems, predict future events, and solve energy problems –Use heuristics, or rules of thumb, to arrive at conclusions or make suggestions
32
Principles of Information Systems, Ninth Edition32 When to Use Expert Systems People and organizations should develop an expert system if it can: –Provide a high potential payoff or significantly reduce downside risk –Capture and preserve irreplaceable human expertise –Solve a problem that is not easily solved using traditional programming techniques –Develop a system more consistent than human experts
33
Principles of Information Systems, Ninth Edition33 Components of Expert Systems Knowledge base –Stores all relevant information, data, rules, cases, and relationships used by expert system –Creates knowledge base by: Assembling human experts Using fuzzy logic Using rules, such as IF-THEN statements Using cases
34
Principles of Information Systems, Ninth Edition34
35
Principles of Information Systems, Ninth Edition35
36
Principles of Information Systems, Ninth Edition36 The Inference Engine Inference engine –Seeks information and relationships from knowledge base –Provides answers, predictions, and suggestions, like a human expert Backward chaining –Starts with conclusions and works backward to supporting facts Forward chaining –Starts with facts and works forward to conclusions
37
Principles of Information Systems, Ninth Edition37 The Explanation Facility Allows a user or decision maker to understand how the expert system arrived at certain conclusions or results Example: a doctor can find out the logic or rationale of diagnosis made by a medical expert system
38
Principles of Information Systems, Ninth Edition38 The Knowledge Acquisition Facility Provides convenient and efficient means of capturing and storing all components of knowledge base Knowledge acquisition –Can be a manual process or a mixture of manual and automated procedures
39
Principles of Information Systems, Ninth Edition39
40
Principles of Information Systems, Ninth Edition40 The User Interface Specialized user interface software –Is employed for designing, creating, updating, and using expert systems Main purpose –To make development and use of an expert system easier for users and decision makers
41
Principles of Information Systems, Ninth Edition41 Participants in Developing and Using Expert Systems Domain expert Knowledge engineer Knowledge user
42
Principles of Information Systems, Ninth Edition42
43
Principles of Information Systems, Ninth Edition43 Expert Systems Development Tools and Techniques Theoretically, expert systems can be developed from any programming language Expert system shells and products –Collections of software packages and tools used to design, develop, implement, and maintain expert systems
44
Principles of Information Systems, Ninth Edition44
45
Principles of Information Systems, Ninth Edition45
46
Principles of Information Systems, Ninth Edition46 Applications of Expert Systems and Artificial Intelligence Credit granting and loan analysis Plant layout and manufacturing Catching cheats and terrorists Hospitals and medical facilities Employee performance evaluation
47
Principles of Information Systems, Ninth Edition47 Virtual Reality Virtual reality system –Enables one or more users to move and react in a computer-simulated environment Immersive virtual reality –User becomes fully immersed in an artificial, three- dimensional world that is completely generated by a computer
48
Interface Devices To see in a virtual world –Often the user wears a head-mounted display (HMD) with screens directed at each eye Haptic interface –Relays sense of touch and other sensations in a virtual world –Most challenging to create Principles of Information Systems, Ninth Edition48
49
Principles of Information Systems, Ninth Edition49 Forms of Virtual Reality Immersive virtual reality Mouse-controlled navigation through a three- dimensional environment on a graphics monitor Stereo projection systems Stereo viewing from the monitor via stereo glasses
50
Principles of Information Systems, Ninth Edition50 Virtual Reality Applications Medicine Education and training Business and Commerce Entertainment
51
Principles of Information Systems, Ninth Edition51 Other Specialized Systems Segway Radio-frequency identification (RFID) tags Special-purpose bar codes Game theory Informatics
52
Principles of Information Systems, Ninth Edition52 Summary Knowledge –Awareness and understanding of a set of information Knowledge workers –People who create, use, and disseminate knowledge Artificial intelligence –Broad field that includes: Expert systems, robotics, vision systems Natural language processing, learning systems, and neural networks
53
Principles of Information Systems, Ninth Edition53 Summary (continued) Expert system consists of a collection of integrated and related components Inference engine –Processes the rules, data, and relationships stored in the knowledge base Virtual reality system –Enables one or more users to move and react in a computer-simulated environment
54
Principles of Information Systems, Ninth Edition54 Summary (continued) Specialized systems –Segway –Radio Frequency Identification (RFID) tags –Game theory
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.