1 / 13

Chapter 15: KNOWLEDGE-BASED INFORMATION SYSTEMS

Chapter 15: KNOWLEDGE-BASED INFORMATION SYSTEMS. What is Knowledge?. Data : Raw facts, e.g., Annual Expenses = $2 million Information : Data given context, e.g., current annual expenses of $2 million are $1 million above last year’s annual expenses of $1 million

zemerson
Download Presentation

Chapter 15: KNOWLEDGE-BASED INFORMATION SYSTEMS

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Chapter 15: KNOWLEDGE-BASED INFORMATION SYSTEMS

  2. What is Knowledge? • Data: Raw facts, e.g., Annual Expenses = $2 million • Information: Data given context, e.g., current annual expenses of $2 million are $1 million above last year’s annual expenses of $1 million • Knowledge: Information given meaning & application, e.g., Additional expenses were used for R&D which resulted in a new product line which will increase our revenues by 50%. Can use this to set next years budget and provide accurate revenue forecasts.

  3. Knowledge ctd. • Organizational Learning: using organizational experience to create new SOPs, processes, & products/services • Knowledge Management: The set of processes developed in an organization to create, gather, store, maintain, and disseminate the firm’s knowledge • Chief Knowledge Officer (CKO): Senior executive in charge of knowledge management program

  4. Process of Organizational Learning (Hine et al. 1998)

  5. Types of Knowledge • Explicit Knowledge • Structured internal knowledge. Has been documented and in computer files & databases, policy & procedure manuals, etc. • Tacit Knowledge • Expertise and experience of organizational members that has not been formally documented • Organizational Memory • The stored learning from an organization’s history, used for decision-making and other purposes

  6. SHARE KNOWLEDGE DISTRIBUTE KNOWLEDGE GROUP COLLABORATION SYSTEMS OFFICE AUTOMATIONSYSTEMS ARTIFICIAL INTELLIGENCE SYSTEMS KNOWLEDGE WORK SYSTEMS CAPTURE, CODIFY KNOWLEDGE CREATE KNOWLEDGE Knowledge Work and Productivity

  7. Artificial Intelligence (AI) • Computer-based systems that try to mimic human intelligence • Natural Language • Robotics • Artificial Vision • Expert Systems • Others (neural nets, genetic algorithms)

  8. Business Interests in AI • Store information in organizational memory so expertise not lost when personnel turns over • Create a mechanism not subject to feelings, fatigue, worry, crisis • Eliminate routine / unsatisfying jobs • Solutions to problems that are too complex for humans to do in short periods of time

  9. Natural Language Processing • List names and addresses of clients from the midwest whose year to date order total is less than $50,000 • Show me the names and addresses of our midwestern clients whose year to date balance is less than $50,000 • List names and addresses of clients with a year to date balance of less than $50,000 who are headquartered in the midwest SELECT Name, Address FROM Client WHERE Region = “Midwest” AND YTD_Ord < 50000

  10. Expert Systems • A knowledge-intensive program that captures the expertise of humans in limited domains of knowledge • Rule - based expert system • AI system based on IF - THEN statements • Knowledge base • Model of human knowledge • Inference engine • Search through rule base can be either • Forward chaining: Take input, search rules for answer • Backward chaining: begin with goal; seek information until goal is achieved or not. • Expert System Shell • Programming environment of expert system

  11. Examples of Expert Systems • CLUES • Loan underwriting • Blue Cross Blue Shield • Medical underwriting system • United Nations • Calculates employee salaries • XCON • Mainframe configuration

  12. Case-Based Reasoning (CBR) • uses database of cases and solutions • User describes problem • System searches database for similar cases • System asks more questions • Finds closest fit and retrieves solution • Modify solution as required • Stores problem and new solution in case base

  13. Other Intelligent Techniques • Neural Networks • Software attempts to emulate brain processes • Fuzzy Logic • Tolerates ambiguity using nonspecific terms within if-then rules (for example: if truck is close to loading dock then sound warning) • Genetic Algorithms • Uses models of organisms to promote evolution of solution • Intelligent Agents/bots • Carries out specific, repetitive tasks

More Related