Management Information Systems, Sixth Edition. Chapter 10: Decision Support and Expert Systems

Size: px
Start display at page:

Download "Management Information Systems, Sixth Edition. Chapter 10: Decision Support and Expert Systems"

Transcription

1 Management Information Systems, Sixth Edition Chapter 10: Decision Support and Expert Systems

2 Objectives List and explain the phases in decision making Articulate the difference between structured and unstructured decision making Describe the typical software components that decision support systems and expert systems comprise Give examples of how decision support systems and expert systems are used in various domains Describe the typical elements and uses of geographic information systems Management Information Systems, Sixth Edition 2

3 Decision Support Success of an organization largely depends on the quality of decisions made by employees Computer-based systems can help when: There are large amounts of information There is a lot of processing involved Two types of decision support aids: Decision support systems (DSSs) Expert systems (ESs) Applications today may combine both types Provide single optimal solution or set of solutions Management Information Systems, Sixth Edition 3

4 Decision Support (continued) Decision support modules today may be part of larger enterprise applications Are also called business analysis tools or business intelligence applications Are designed to streamline the decision-making process Data warehouses and online processing (OLAP) technologies have enhanced the ability to use data for decision making Management Information Systems, Sixth Edition 4

5 The Decision-Making Process A decision must be made whenever more than one possible action is available It can be difficult to make decisions when many reasonable alternatives are present In business, there may be dozens, hundreds, or even millions of different courses of actions available to achieve a desired result Management Information Systems, Sixth Edition 5

6 The Decision-Making Process (continued) Decision making is a three-phase process: Intelligence phase: collect facts, beliefs, and ideas Design phase: design the method for considering the collected data, to reduce the alternatives to a manageable number Choice phase: select an alternative from the remaining choices Management Information Systems, Sixth Edition 6

7 The Decision-Making Process (continued) Management Information Systems, Sixth Edition 7

8 The Decision-Making Process (continued) Businesses collect data internally within the organization and externally from outside sources Model: a representation of reality, such as: Map: represents a geographical area Tabletop representation of a building Mathematical equations representing relationships among variables Managers either choose universal models or design their own models Management Information Systems, Sixth Edition 8

9 Structured and Unstructured Problems Structured problem: one in which an optimal solution can be reached through a single set of steps Algorithm: a sequence of steps to complete a task Parameters: categories of data that are considered in an algorithm Most mathematical and physical problems are structured, but many business problems are not Management Information Systems, Sixth Edition 9

10 Structured and Unstructured Problems (continued) Unstructured problem: one for which there is no algorithm that leads to an optimal solution May not be enough information May be a large number of potential factors Unstructuredness is closely related to uncertainty Examples of unstructured problems include: Weather prediction Stock market prediction Management Information Systems, Sixth Edition 10

11 Structured and Unstructured Problems (continued) Semistructured problem: one that is neither fully structured nor totally unstructured Professionals encounter semistructured problems almost daily in many different industries The goal is to choose the one alternative that will bring about the best outcome Management Information Systems, Sixth Edition 11

12 Structured and Unstructured Problems (continued) Management Information Systems, Sixth Edition 12

13 Structured and Unstructured Problems (continued) Management Information Systems, Sixth Edition 13

14 Decision Support Systems Decision support system (DSS): a computerbased information system designed to help knowledge workers select one of many alternative solutions to a problem Advantages of DSSs include: Help increase market share Help reduce costs Help increase profitability Help enhance product quality Management Information Systems, Sixth Edition 14

15 Decision Support Systems (continued) Most DSSs consist of three components: Data management module Model management module Dialog module These components help users: Enter a request in a convenient manner Search vast amounts of data Process the data through desired models View the results in a desired format Management Information Systems, Sixth Edition 15

16 Management Information Systems, Sixth Edition 16

17 The Data Management Module Data management module: a database or data warehouse that provides data for the intelligence phase Accesses the data Provides a means to select data by specified criteria Many DSSs are intertwined with other organizational systems, including data warehouses, data marts, and ERP systems Management Information Systems, Sixth Edition 17

18 The Model Management Module Model management module: turns data into useful information May offer a fixed model, a dynamically modified model, or a collection of models Dynamically modified model: one that is automatically adjusted based on changing relationships among variables A sequence of events or a pattern of behavior can become a useful model Models are often based on mathematical research Management Information Systems, Sixth Edition 18

19 The Model Management Module (continued) Patterns or models may be unique to a certain industry, such as: ATM placement Truck route planning Airline ticket pricing Car rental pricing A linear regression model is a general statistical model that is often used Gives a best-fit linear relationship between two variables Management Information Systems, Sixth Edition 19

20 Management Information Systems, Sixth Edition 20

21 Management Information Systems, Sixth Edition 21

22 The Model Management Module (continued) A linear relationship can be translated into a program in a DSS The actual data points rarely lie directly on the regression line, illustrating the uncertainty Regression models are not necessarily always straight lines; they may be curves Models often describe relationships between more than two variables Some DSSs simulate physical environments Management Information Systems, Sixth Edition 22

23 The Dialog Module Dialog module: part of a DSS that allows user interaction with the program Prompts the user to select a model and data to process Allows the user to change parameters and view the results of the changes ( what if analysis) Displays the results of the analysis in textual, tabular, or graphical format Many DSSs are available through the Internet Management Information Systems, Sixth Edition 23

24 Management Information Systems, Sixth Edition 24

25 Sensitivity Analysis An outcome is often affected by more than one parameter, but changes to parameter values usually affect outcomes differently It is important to determine which parameters have the most effect on the outcome Sensitivity analysis: tests the degree to which the outcome goal grows with each factor Indicates the relative sensitivity of the outcome to changes in a parameter Management Information Systems, Sixth Edition 25

26 Sensitivity Analysis (continued) If a small change in a parameter causes a significant change to the outcome, the sensitivity of the outcome to the parameter is high If the outcome is affected very little by a large change in a parameter, the sensitivity of the outcome to the parameter is low Sensitivity analysis is also called what if analysis Can perform sensitivity analysis on multiple parameters simultaneously Management Information Systems, Sixth Edition 26

27 Decision Support Systems in Action DSSs can be used on demand or integrated into a scheme that enforces corporate policy DSSs help maintain standard criteria in decision making throughout the organization Automated decision production is becoming very popular The only labor required is for data entry Management Information Systems, Sixth Edition 27

28 Decision Support Systems in Action (continued) DSSs are used in many industries: Food production and retailing: to forecast the number of patrons, the amount of ingredients to purchase, etc. Agriculture: allows farmers to make decisions about how to control specific pests, and for picking farm locations Tax planning: tax helper applications such as TurboTax and TaxCut Management Information Systems, Sixth Edition 28

29 Decision Support Systems in Action (continued) DSSs are used in many industries (continued): Web site planning and adjustment: to analyze shopper behavior, and to design Web sites based on page usage Yield management: to maximize revenue from airline trips or lodging Financial services: to determine loan amounts, and to qualify customers based on credit history Benefits selection: to allow employees to make decisions about their benefits Management Information Systems, Sixth Edition 29

30 Decision Support Systems in Action (continued) Management Information Systems, Sixth Edition 30

31 Decision Support Systems in Action (continued) Management Information Systems, Sixth Edition 31

32 Expert Systems Expert system (ES): emulates the knowledge of a human expert Solves problems Makes decisions in a relatively narrow domain Domain: a specific area of knowledge Purpose is to replicate the unstructured and undocumented knowledge of experts, and make that expertise available to novices Neural network: a program that emulates how the human brain works Management Information Systems, Sixth Edition 32

33 Expert Systems (continued) Management Information Systems, Sixth Edition 33

34 Expert Systems (continued) ESs are part of artificial intelligence (AI) research AI focuses on methods and technologies that emulate how humans learn and solve problems Knowledge base: used by an ES A collection of facts and the relationships among them Built as a series of IF-THEN rules Uses an inference engine Inference engine: software that combines data input by the user with the data relationships Management Information Systems, Sixth Edition 34

35 Management Information Systems, Sixth Edition 35

36 Expert Systems (continued) Neural networks: used by more sophisticated ESs to mimic the way a human brain learns Constructed with a set of rules, but then it refines itself based on its decision success rate Very effective for detecting fraud Intelligent agent: software that is dormant until it detects a certain event, and then performs a prescribed action There are also case-based ESs Especially useful in medical decision making Management Information Systems, Sixth Edition 36

37 Expert Systems in Action ESs have been implemented in many industries: Medical diagnosis: Help doctors with the diagnosis of symptoms and treatment advice Can help enhance the accuracy of Alzheimer s disease diagnosis Medical management: Help discern which treatments patient should receive Help with administrative decisions Telephone network maintenance: Used to help diagnose and fix network failures Management Information Systems, Sixth Edition 37

38 Expert Systems in Action (continued) Management Information Systems, Sixth Edition 38

39 Expert Systems in Action (continued) ESs have been implemented in many industries (continued): Credit evaluation: Used to approve credit card charges Used to analyze financial reports submitted with credit applications Local loan officers may periodically update the knowledge base to customize it for current loan policy Detection of insider securities trading: Help prevent trading of stocks based on private information by analyzing the stock s history Management Information Systems, Sixth Edition 39

40 Expert Systems in Action (continued) ESs have been implemented in many industries (continued): Detection of common metals: Help nonexperts identify common metals and alloys outside laboratories Based on results of simple chemical tests and other information available at the scene Irrigation and pest management: Provide recommendations on irrigation, application of fungicides, and likelihood of pest conditions Can significantly improve crop yields Management Information Systems, Sixth Edition 40

41 Expert Systems in Action (continued) ESs have been implemented in many industries (continued): Diagnosis and prediction of mechanical failure: Diagnose cause of component failure Can provide a set of instructions for fixing the problem Help companies know when to replace components before a failure occurs Management Information Systems, Sixth Edition 41

42 Group Decision Support Systems Group decision support system (GDSS): Also called a group intelligence system, collaborative system, or simply a group system Facilitates the contribution of ideas, brainstorming, and choosing promising solutions Typically allows participants to define a problem, contribute ideas, then vote on the decision GDSSs help structure the decision-making process while allowing participants to remain anonymous Management Information Systems, Sixth Edition 42

43 Management Information Systems, Sixth Edition 43

44 Geographic Information Systems Geographic information system (GIS): a decision aid for map-related decisions Processes location data to aid in decision making GISs are used to help: Find shortest paths for deliveries or school bus routes City planning for police coverage and health care resources Find oil drilling locations Locate suitable outdoor recreation sites Businesses determine locations for service kiosks Management Information Systems, Sixth Edition 44

45 Management Information Systems, Sixth Edition 45

46 Geographic Information Systems (continued) A typical GIS consists of three components: A database of quantitative and qualitative data A database of maps A program that displays information on maps Web technology helps promote the use of GISs: Examples: Google Earth, Mapquest, Yahoo Maps HTML and XML support the presentation of marked maps Used to aid sales and government work Management Information Systems, Sixth Edition 46

47 Summary Decision aids include decision support systems, expert systems, group decision support systems, and geographic information systems Three major phases of decision-making process: intelligence, design, and choice Two types of problems: unstructured and structured Most DSSs have three components: data management module, model management module, and dialog module Management Information Systems, Sixth Edition 47

48 Summary (continued) Sensitivity analysis measures how parameters affect results, and allow what if analysis Spreadsheets allow users to create DSSs without expertise Expert systems are designed to emulate the knowledge of an expert, using artificial intelligence techniques Neural network software may be integrated into an expert system to emulate learning Management Information Systems, Sixth Edition 48

49 Summary (continued) Expert systems are used in narrow domains where decisions are unstructured Geographic information systems are used when decisions involve locations and routes Computerized decision aids may overlook important circumstances, leading to inaccuracies or unfairness to individuals Management Information Systems, Sixth Edition 49

Mod-TWO. Transaction Processing System (TPS) Office Automation System (OAS)

Mod-TWO. Transaction Processing System (TPS) Office Automation System (OAS) Mod-TWO Transaction Processing System (TPS) Office Automation System (OAS) TPS, MIS, DSS, and AI/ES Hierarchy: Information AI/ES Less More Less More DSS MIS Routine Decision support Input & output Sophistication

More information

WKU-MIS-B11 Management Decision Support and Intelligent Systems. Management Information Systems

WKU-MIS-B11 Management Decision Support and Intelligent Systems. Management Information Systems Management Information Systems Management Information Systems B11. Management Decision Support and Intelligent Systems Code: 166137-01+02 Course: Management Information Systems Period: Spring 2013 Professor:

More information

Business Information Systems. Decision Making and Problem Solving. Figure Chapters 10 & 11

Business Information Systems. Decision Making and Problem Solving. Figure Chapters 10 & 11 Business Information Systems Chapters 10 & 11 Decision Making and Problem Solving Figure 10.1 1 Programmed versus Nonprogrammed Decisions Programmed decisions Structured situations with well defined relationships

More information

Fundamentals of Information Systems, Seventh Edition

Fundamentals of Information Systems, Seventh Edition Chapter 6 Information and Decision Support Systems 1 Why Learn About Information and Decision Support Systems? True potential of information systems: Is in helping you and your coworkers make more informed

More information

Information System - Classification & Types. Chapter 2 1

Information System - Classification & Types. Chapter 2 1 Information System - Classification & Types Chapter 2 1 Information System - Classification & Types Personal and Productivity Systems: Systems to support P/PC balance. Personal Information Management (PIM)

More information

Information Systems in Organizations. Decision Making. Mintzberg s five 5 organizational parts. Types of Organizations.

Information Systems in Organizations. Decision Making. Mintzberg s five 5 organizational parts. Types of Organizations. Information Systems in Organizations Decision Making February 24, 2016 1 Mintzberg s five 5 organizational parts 2 Types of Organizations An organization is an administrative and functional structure where

More information

Predictive analytics [Page 105]

Predictive analytics [Page 105] Week 8, Lecture 17 and Lecture 18 Predictive analytics [Page 105] Predictive analytics is a highly computational data-mining technology that uses information and business intelligence to build a predictive

More information

Enhancing Decision Making

Enhancing Decision Making MIS 14e Ch12 6.1 Copyright 2014 Pearson Education, Inc. publishing as Prentice Hall Chapter 12 Enhancing Decision Making VIDEO CASES Video Case 1: FreshDirect Uses Business Intelligence to Manage Its Online

More information

1-2 Copyright 2011 Pearson Education, Inc. Publishing as Prentice Hall

1-2 Copyright 2011 Pearson Education, Inc. Publishing as Prentice Hall Decision Support and Business Intelligence Systems Chapter 1: Decision Support Systems and Business Intelligence Learning Objectives Understand today's turbulent business environment and describe how organizations

More information

Managing Knowledge in the Digital Firm

Managing Knowledge in the Digital Firm Chapter 12 Managing Knowledge in the Digital Firm 12.1 2006 by Prentice Hall OBJECTIVES Assess the role of knowledge management and knowledge management programs in business Define and describe the types

More information

Chapter 12 ENHANCING DECISION MAKING

Chapter 12 ENHANCING DECISION MAKING MANAGING THE DIGITAL FIRM, 12 TH EDITION Learning Objectives Chapter 12 ENHANCING DECISION MAKING What are the different types of decisions and how does the decision making i process work? How do information

More information

Enhancing Decision Making

Enhancing Decision Making Chapter 12 Enhancing Decision Making VIDEO CASES Video Case 1: FreshDirect Uses Business Intelligence to Manage Its Online Grocery Video Case 2: Business Intelligence Helps the Cincinnati Zoo Instructional

More information

one Introduction chapter Overview Chapter

one Introduction chapter Overview Chapter one Introduction Chapter chapter Overview 1.1 Introduction to Decision Support Systems 1.2 Defining a Decision Support System 1.3 Decision Support Systems Applications 1.4 Textbook Overview 1.5 Summary

More information

Introduction to Information Systems Fifth Edition

Introduction to Information Systems Fifth Edition Introduction to Information Systems Fifth Edition R. Kelly Rainer Brad Prince Casey Cegielski Appendix D Intelligent Systems Copyright 2014 John Wiley & Sons, Inc. All rights reserved. 1. Explain the potential

More information

Enhancing Decision Making for the Digital Firm

Enhancing Decision Making for the Digital Firm Chapter 8 Enhancing Decision Making for the Digital Firm 8.1 2006 by Prentice Hall OBJECTIVES Describe different types of decisions and the decision-making process Evaluate the role of information systems

More information

Test Bank Business Intelligence and Analytics Systems for Decision Support 10th Edition Sharda

Test Bank Business Intelligence and Analytics Systems for Decision Support 10th Edition Sharda Test Bank Business Intelligence and Analytics Systems for Decision Support 10th Edition Sharda Instant download and all Business Intelligence and Analytics Systems for Decision Support 10th Edition Sharda

More information

MODULE - 9 LECTURE NOTES 4 DECISION SUPPORT SYSTEMS

MODULE - 9 LECTURE NOTES 4 DECISION SUPPORT SYSTEMS 1 MODULE - 9 LECTURE NOTES 4 DECISION SUPPORT SYSTEMS INTRODUCTION DSS is an interactive computer-based system to help decision makers use communications technologies, data, documents, knowledge and/or

More information

WHITE PAPER. Results Delivers Value

WHITE PAPER. Results Delivers Value WHITE PAPER SAS Title Results Delivers Value ii Contents Building on a foundation of analytics... 1 SAS Results: The right tools for the job... 1 Fill the analytical skills gap...2 Address limited IT support...2

More information

An Overview of Management Information Systems 3/18/2014

An Overview of Management Information Systems 3/18/2014 An Overview of Management Information Systems Management information system (MIS) Integrated collection of people, procedures, databases, and devices Provides managers and decision makers with information

More information

Solutions. Cash & Logistics Intelligent and Integrated Solutions to Optimize Currency Levels, Reduce Expenses and Improve Control

Solutions. Cash & Logistics Intelligent and Integrated Solutions to Optimize Currency Levels, Reduce Expenses and Improve Control Solutions Cash & Logistics Intelligent and Integrated Solutions to Optimize Currency Levels, Reduce Expenses and Improve Control Solutions The financial services industry faces a number of new challenges

More information

MANAGING INFORMATION TECHNOLOGY 7 th EDITION

MANAGING INFORMATION TECHNOLOGY 7 th EDITION MANAGING INFORMATION TECHNOLOGY 7 th EDITION CHAPTER 6 MANAGERIAL SUPPORT SYSTEMS Copyright 2011 Pearson Education, Inc. publishing as Prentice Hall 6-1 PART II - APPLICATION AREAS Intra-organizational

More information

Decision Support Systems

Decision Support Systems Introduction to Essentials for Systems 1 Eleventh Edition James A. O Brien C h a p t e r 9 Decision Support Systems James A. O Brien Introduction to Essentials for Systems Eleventh Edition 2 Chapter Objectives

More information

IT1105 Information Systems and Technology. Student Manual. Lesson 5: Business Information Systems

IT1105 Information Systems and Technology. Student Manual. Lesson 5: Business Information Systems IT1105 Information Systems and Technology BIT 1 ST YEAR SEMESTER 1 University of Colombo School of Computing Student Manual Lesson 5: Business Information Systems By Yamaya Ekanayaka Duration: 16 hrs 5:

More information

Decision Support System (DSS)

Decision Support System (DSS) Decision Support System (DSS) Decision support systems are computer based information systems that provide interactive information support to managers and business professionals during the decision making

More information

Introduction into Decision Support Systems. Gastcollege MMI Slinger Jansen en Siamak Farshidi

Introduction into Decision Support Systems. Gastcollege MMI Slinger Jansen en Siamak Farshidi Introduction into Decision Support Systems Gastcollege MMI Slinger Jansen en Siamak Farshidi Where shall we go for dinner tonight? So if we decide now, do we have the optimal decision? Where shall we go

More information

The Accurate Marketing System Design Based on Data Mining Technology: A New Approach. ZENG Yuling 1, a

The Accurate Marketing System Design Based on Data Mining Technology: A New Approach. ZENG Yuling 1, a International Conference on Advances in Mechanical Engineering and Industrial Informatics (AMEII 2015) The Accurate Marketing System Design Based on Data Mining Technology: A New Approach ZENG Yuling 1,

More information

Data Warehousing. and Data Mining. Gauravkumarsingh Gaharwar

Data Warehousing. and Data Mining. Gauravkumarsingh Gaharwar Data Warehousing 1 and Data Mining 2 Data warehousing: Introduction A collection of data designed to support decisionmaking. Term data warehousing generally refers to the combination of different databases

More information

CS200-Chapter12-Homework

CS200-Chapter12-Homework Name: Class: Date: CS200-Chapter12-Homework Multiple Choice Identify the choice that best completes the statement or answers the question. 1. A typical enterprise like the one in the accompanying figure

More information

Decision Support and Business Intelligence Systems

Decision Support and Business Intelligence Systems Decision Support and Business Intelligence Systems (9 th Ed., Prentice Hall) Chapter 4: Modeling and Analysis Learning Objectives Understand the basic concepts of management support system (MSS) modeling

More information

Week 1 Unit 1: Intelligent Applications Powered by Machine Learning

Week 1 Unit 1: Intelligent Applications Powered by Machine Learning Week 1 Unit 1: Intelligent Applications Powered by Machine Learning Intelligent Applications Powered by Machine Learning Objectives Realize recent advances in machine learning Understand the impact on

More information

Types of Information Systems

Types of Information Systems 1 Types of Information Systems Opening Case: Boeing Paperless design process using a mainframe-based computer-aided design (CAD) tool All the design data stored in a database Huge system, involving thousands

More information

Management Information Systems, Sixth Edition. Chapter 3: Business Functions and Supply Chains

Management Information Systems, Sixth Edition. Chapter 3: Business Functions and Supply Chains Management Information Systems, Sixth Edition Chapter 3: Business Functions and Supply Chains Objectives Identify various business functions and the role of ISs in these functions Explain how ISs in the

More information

Concepts, Technology, and Applications of Mobile Commerce

Concepts, Technology, and Applications of Mobile Commerce Concepts, Technology, and Applications of Mobile Commerce Robert Nickerson Professor and Chair Department of Information Systems Director, Center for Electronic Business College of Business San Francisco

More information

Introduction to Management Science 8th Edition by Bernard W. Taylor III. Chapter 1 Management Science

Introduction to Management Science 8th Edition by Bernard W. Taylor III. Chapter 1 Management Science Introduction to Management Science 8th Edition by Bernard W. Taylor III Chapter 1 Management Science Chapter 1- Management Science 1 Chapter Topics The Management Science Approach to Problem Solving Model

More information

Design of Information Systems 1st Lecture

Design of Information Systems 1st Lecture Design of Information Systems 1st Lecture Evaluation method http://online.ase.ro http://sinf.ase.ro Final grade: 50% seminar grade (minimum 5) 50% course grade 1 st written test (in the 6 th week): 2p

More information

UNIT TITLE: SOURCE AND PROVIDE DESTINATION INFORMATION AND ADVICE UNIT NUMBER: NOMINAL HOURS:

UNIT TITLE: SOURCE AND PROVIDE DESTINATION INFORMATION AND ADVICE UNIT NUMBER: NOMINAL HOURS: UNIT TITLE: SOURCE AND PROVIDE DESTINATION INFORMATION AND ADVICE UNIT NUMBER: NOMINAL HOURS: UNIT DESCRIPTOR: This unit deals with skills and knowledge required to obtain and make available current destination

More information

Procurement beyond RPA: The cognitive future of procurement in the age of Artificial Intelligence and Machine Learning

Procurement beyond RPA: The cognitive future of procurement in the age of Artificial Intelligence and Machine Learning Procurement beyond RPA: The cognitive future of procurement in the age of Artificial Intelligence and Machine Learning Traditionally, enterprises have viewed procurement transformation as a linear journey.

More information

Managing Knowledge. MIS 14e Ch11 2/21/2016. Chapter 11

Managing Knowledge. MIS 14e Ch11 2/21/2016. Chapter 11 MIS 14e Ch11 6.1 Copyright 2015 Pearson Education, Inc. publishing as Prentice Hall Chapter 11 Managing Knowledge VIDEO CASES Video Case 1: How IBM s Watson Became a Jeopardy Champion Video Case 2: Tour:

More information

Information Technologies: Concepts and Management. MIT 21043, Technology Management and Applications

Information Technologies: Concepts and Management. MIT 21043, Technology Management and Applications Chapter 2 Information Technologies: Concepts and Management MIT 21043, Technology Management and Applications Lecturer in Charge S. Sabraz Nawaz Lecturer in Management & IT 1 Learning Objectives Describe

More information

Big Data - Its Impacts on Economies, Finance and Central Banking

Big Data - Its Impacts on Economies, Finance and Central Banking November 1, 2017 Bank of Japan Big Data - Its Impacts on Economies, Finance and Central Banking Remarks at the Fourth FinTech Forum Hiroshi Nakaso Deputy Governor of the Bank of Japan (English translation

More information

ARTICLE. Four Ways Intelligent Chatbots Can Help Cut Contact Center Costs

ARTICLE. Four Ways Intelligent Chatbots Can Help Cut Contact Center Costs ARTICLE Four Ways Intelligent Chatbots Can Help Cut Contact Center Costs Why are enterprises singing the praises of intelligent chatbots? Because they re seeing incredible results. One North American retailer

More information

Organizational Decision-Making and Process Management (BPM)

Organizational Decision-Making and Process Management (BPM) Organizational Decision-Making and Process (BPM) BSAD 141 Dave Novak BDIS: Chapter 2 Agenda Decision-making and types of decisions Decision-making and the organizational pyramid Metrics CSFs and KPIs Efficiency

More information

Is Machine Learning the future of the Business Intelligence?

Is Machine Learning the future of the Business Intelligence? Is Machine Learning the future of the Business Intelligence Fernando IAFRATE : Sr Manager of the BI domain Fernando.iafrate@disney.com Tel : 33 (0)1 64 74 59 81 Mobile : 33 (0)6 81 97 14 26 What is Business

More information

2-2 Copyright 2011 Pearson Education, Inc. Publishing as Prentice Hall

2-2 Copyright 2011 Pearson Education, Inc. Publishing as Prentice Hall Decision Support and Business Intelligence (9 th Systems th Ed., Prentice Hall) Chapter 3: Decision Support Systems Concepts, Methodologies, and Technologies: An Overview Learning Objectives Understand

More information

QUAD CITIES MANUFACTURING INNOVATION HUB DIGITAL B2B USERS GROUP

QUAD CITIES MANUFACTURING INNOVATION HUB DIGITAL B2B USERS GROUP IoT OEM, Channel, Customer Collaboration QUAD CITIES MANUFACTURING INNOVATION HUB DIGITAL B2B USERS GROUP Tom Trone Illinois State University College of Business September 11, 2017 College of Business

More information

Areas of Computer Applications

Areas of Computer Applications Areas of Computer Applications Commercial data processing Large companies like banks, insurance companies, phone, gas and electricity suppliers and mail order companies, often have over a million customers.

More information

SAP Thought Leadership Paper Supply Chain Management. Inventory Optimization A New Approach to Operational Inventory Planning

SAP Thought Leadership Paper Supply Chain Management. Inventory Optimization A New Approach to Operational Inventory Planning SAP Thought Leadership Paper Supply Chain Management Inventory Optimization A New Approach to Operational Inventory Planning Table of Contents 4 Executive Summary 5 Inventory Management Has Changed The

More information

Advanced Enterprise Work and Asset Management for Performance-Driven Utilities

Advanced Enterprise Work and Asset Management for Performance-Driven Utilities Advanced Enterprise Work and Asset Management for Performance-Driven Utilities Asset & Resource Management (ARM) 2 CGI s Asset & Resource Management (ARM) 2 suite is a solution designed to streamline the

More information

Session 15 Business Intelligence: Data Mining and Data Warehousing

Session 15 Business Intelligence: Data Mining and Data Warehousing 15.561 Information Technology Essentials Session 15 Business Intelligence: Data Mining and Data Warehousing Copyright 2005 Chris Dellarocas and Thomas Malone Adapted from Chris Dellarocas, U. Md. Outline

More information

Precision Deposit Pricing

Precision Deposit Pricing Precision Deposit BY PABLO DE LOS SANTOS AND RICH SOLOMON Deposit pricing analytics offer substantial opportunity in banking, but each management team faces the challenge of establishing a clear developmental

More information

EHR AND ERP INTEGRATION. January 25, 2018

EHR AND ERP INTEGRATION. January 25, 2018 EHR AND ERP INTEGRATION January 25, 2018 Your Instructor Agenda Introduction to EHR and ERP EHR and ERP integration opportunities Evaluating the potential impact of EHR and ERP integration to your organization

More information

Knowledge Solution for Credit Scoring

Knowledge Solution for Credit Scoring Knowledge Solution for Credit Scoring Hendrik Wagner Product Manager Data Mining Solutions SAS EMEA Agenda What is and why do Credit Scoring Enterprise Miner Case Study Project Delivery Enterprise Miner

More information

THE EVOLUTION OF SUPPORT SYSTEMS

THE EVOLUTION OF SUPPORT SYSTEMS ONLINE FILE W2.1 THE EVOLUTION OF SUPPORT SYSTEMS The first computers were designed to compute formulas for scientific and military applications during World War II. The first business applications began

More information

Crop Production Modelling and Environmental

Crop Production Modelling and Environmental Argus Control Systems Ltd. E-mail: argus@arguscontrols.com Web: www.arguscontrols.com Crop Production Modelling and Environmental This discussion paper explores the relationship between crop production

More information

Comprehensive Enterprise Solution for Compliance and Risk Monitoring

Comprehensive Enterprise Solution for Compliance and Risk Monitoring Comprehensive Enterprise Solution for Compliance and Risk Monitoring 30 Wall Street, 8th Floor New York, NY 10005 E inquiries@surveil-lens.com T (212) 804-5734 F (212) 943-2300 UNIQUE FEATURES OF SURVEILLENS

More information

Ch.01 Introduction to Modeling. Management Science / Instructor: Bonghyun Ahn

Ch.01 Introduction to Modeling. Management Science / Instructor: Bonghyun Ahn Ch.01 Introduction to Modeling Management Science / Instructor: Bonghyun Ahn Chapter Topics The Management Science Approach to Problem Solving Model Building: Break-Even Analysis Computer Solution Management

More information

Source Capture Solutions

Source Capture Solutions Resource Guide Source Capture Solutions A Resource Guide to Web-Based Deposit Capture Solutions from Fiserv October 2013, Version 1.0 Contents 3 ATM Source Capture 3 Branch Source Capture 4 Central Source

More information

Chapter 1 Assuming the Role of the Systems Analyst (SOOADM) 1

Chapter 1 Assuming the Role of the Systems Analyst (SOOADM) 1 Chapter 1 Assuming the Role of the Systems Analyst (SOOADM) 1 Handouts for Chapter - 1 Objective: Recall the basic types of computer-based systems that a systems analyst needs to address Understand how

More information

SAP Leonardo Machine Learning Enabling the intelligent enterprise. Bruno Renzo Localization Product Manager Localization Day Spain 2017

SAP Leonardo Machine Learning Enabling the intelligent enterprise. Bruno Renzo Localization Product Manager Localization Day Spain 2017 SAP Leonardo Machine Learning Enabling the intelligent enterprise Bruno Renzo Localization Product Manager Localization Day Spain 2017 Legal Disclaimer The information in this presentation is confidential

More information

What is a Computer-based Information System? Chapter 14: Information Systems Types and Presentations. Classification of Information Systems

What is a Computer-based Information System? Chapter 14: Information Systems Types and Presentations. Classification of Information Systems What is a Computer-based Information System? Chapter 14: Information Systems Types and Presentations Classification of Information Systems This is one that uses technology to perform some or all of its

More information

SYSPRO Product Roadmap Q Version 03

SYSPRO Product Roadmap Q Version 03 SYSPRO Product Roadmap Q4 2017 Version 03 This roadmap is intended for use as a guideline and for information purposes only, and represents SYSPRO s current view of our product direction. Due to the dynamic

More information

Introduction to Analytics Tools Data Models Problem solving with analytics

Introduction to Analytics Tools Data Models Problem solving with analytics Introduction to Analytics Tools Data Models Problem solving with analytics Analytics is the use of: data, information technology, statistical analysis, quantitative methods, and mathematical or computer-based

More information

Chapter 08 Location Planning and Analysis

Chapter 08 Location Planning and Analysis Chapter 08 Location Planning and Analysis True / False Questions 1. Location decisions are basically one-time decisions usually made by new organizations. FALSE TLO: 1 2. The fact that most types of firms

More information

WHITE PAPER. IoT-enabled Banking Services

WHITE PAPER. IoT-enabled Banking Services WHITE PAPER IoT-enabled Banking Services The Internet of Things (IoT) is the next big and imminent thing in financial services. It is a network of connected devices through the Internet, which receive

More information

INSIGHTS & BIG DATA. Data Science as a Service BIG DATA ANALYTICS

INSIGHTS & BIG DATA. Data Science as a Service BIG DATA ANALYTICS INSIGHTS & BIG DATA Data Science as a Service BIG DATA ANALYTICS Our data sciences consulting and business analytics solutions help enterprises take effective data-driven business decisions and find innovative

More information

Managing the Cognitive Transformation. Paul Harmon

Managing the Cognitive Transformation. Paul Harmon Managing the Cognitive Transformation Paul Harmon 2 Thank You for Joining Us! Paul Harmon Author, Expert Systems: AI and Business Senior Consultant, Cutter Consortium Executive Editor, www.bptrends.com

More information

MICROSOFT DYNAMICS GP. Product Capabilities and Business Ready Licensing Module Guide. Solutions

MICROSOFT DYNAMICS GP. Product Capabilities and Business Ready Licensing Module Guide. Solutions MICROSOFT DYNAMICS GP Product Capabilities and Business Ready Licensing Module Guide Solutions Become a Dynamic Business with Microsoft Dynamics GP For more than 25 years, Microsoft Dynamics GP has delivered

More information

Chapter 14 Decision Support Systems and Knowledge Management. Book:- Waman S Jawadekar

Chapter 14 Decision Support Systems and Knowledge Management. Book:- Waman S Jawadekar Chapter 14 Decision Support Systems and Knowledge Management Book:- Waman S Jawadekar Decision Support Systems (DSS): Concept DSS are an application of Herbert Simon Model. The DSS helps the information

More information

SAP Performance Benchmarking Human Capital Management Benchmarking Results. Company: ABC Company 6/25/2012

SAP Performance Benchmarking Human Capital Management Benchmarking Results. Company: ABC Company 6/25/2012 SAP Performance Benchmarking Benchmarking Results Company: ABC Company 6/5/0 Statement of Confidentiality and Exceptions The information and analysis contained herein are the confidential and proprietary

More information

Management Information Systems. B02. Information Technologies: Concepts and Management

Management Information Systems. B02. Information Technologies: Concepts and Management Management Information Systems Management Information Systems B02. Information Technologies: Concepts and Management Code: 166137-01+02 Course: Management Information Systems Period: Spring 2013 Professor:

More information

Link download full: Solution Manual for Accounting Information Systems 13th Edition by Romney

Link download full: Solution Manual for Accounting Information Systems 13th Edition by Romney Link download full: Solution Manual for Accounting Information Systems 13th Edition by Romney http://testbankcollection.com/download/solution-manual-for-accountinginformation-systems-13th-edition-by-romney

More information

Business Agility for Smarter Banking

Business Agility for Smarter Banking Chris O Connor A/NZ BPM Sales Executive FST Banking Conference Business Agility for Smarter Banking Achieving Faster and More Profitable Results in Banking Operations I B M Business Agility for Smarter

More information

ELOenterprise. Document Management Archiving Workflow

ELOenterprise. Document Management Archiving Workflow ELOenterprise Document Management Archiving Workflow ELO Enterprise Content Management E L O E n t e r p r i s e C o n t e n t M a n a g e m e n t Dear Sir or Madam I would like to take this opportunity

More information

Assuming the Role of the Systems Analyst. Learning Objectives. Major Topics. Information A Key Resource 1/28/2008

Assuming the Role of the Systems Analyst. Learning Objectives. Major Topics. Information A Key Resource 1/28/2008 Assuming the Role of the Systems Analyst Systems Analysis and Design, 7e Kendall & Kendall 1 Learning Objectives Recall the basic types of computer based systems that a systems analyst needs to address

More information

CHAPTER 2 OVERVIEW OF TRANSACTION PROCESSING AND ENTERPRISE RESOURCE PLANNING SYSTEMS SUGGESTED ANSWERS TO DISCUSSION QUESTIONS

CHAPTER 2 OVERVIEW OF TRANSACTION PROCESSING AND ENTERPRISE RESOURCE PLANNING SYSTEMS SUGGESTED ANSWERS TO DISCUSSION QUESTIONS CHAPTER 2 OVERVIEW OF TRANSACTION PROCESSING AND ENTERPRISE RESOURCE PLANNING SYSTEMS SUGGESTED ANSWERS TO DISCUSSION QUESTIONS 2.1 Table 2-1 lists some of the documents used in the revenue, expenditure,

More information

An Automated Decision Support System to Assist with Project Planning, Program Management and Work Flow Analysis of an Enterprise

An Automated Decision Support System to Assist with Project Planning, Program Management and Work Flow Analysis of an Enterprise An Automated Decision Support System to Assist with Project Planning, Program Management and Work Flow Analysis of an Enterprise NBS Enterprises Competition Sensitive Natasha J. Schebella / CEO & Owner

More information

1. Search, for finding individual or sets of documents and files

1. Search, for finding individual or sets of documents and files WHITE PAPER TURNING UNSTRUCTURED TEXT INTO INSIGHT Extending Business Intelligence With Text Analysis and Search EXECUTIVE SUMMARY While traditional business intelligence (BI) has transformed business

More information

DFS-Sphere Human Resources Automation Efficient processes, Compliance and Audit Trails: Keys to Success

DFS-Sphere Human Resources Automation Efficient processes, Compliance and Audit Trails: Keys to Success DFS-Sphere Human Resources Automation Efficient processes, Compliance and Audit Trails: Keys to Success Introduction Human resources is an ever-evolving business function. The number one pain HR professional

More information

Airline Management Solutions. ProfitLine. The integrated solution for revenue management and pricing

Airline Management Solutions. ProfitLine. The integrated solution for revenue management and pricing Airline Management Solutions ProfitLine The integrated solution for revenue and pricing Contents Airline network planning and control 2 Revenue and pricing 4 ProfitLine 5 ProfitLine Services 6 Pricing

More information

SIMULATION ON DEMAND: Using SIMPROCESS in an SOA Environment

SIMULATION ON DEMAND: Using SIMPROCESS in an SOA Environment SIMULATION ON DEMAND: Using SIMPROCESS in an SOA Environment Joseph M DeFee Senior Vice President Advanced Systems Division CACI Services-Oriented Architecture The one constant in business is change. New

More information

Information Technologies: Concepts and Management

Information Technologies: Concepts and Management Information Technologies: Concepts and Management Management Information Code: 164292-02 Course: Management Information Period: Autumn 2013 Professor: Sync Sangwon Lee, Ph. D D. of Information & Electronic

More information

Artificial Intelligence & Cognitive Computing for Lawyers and Their Clients

Artificial Intelligence & Cognitive Computing for Lawyers and Their Clients Artificial Intelligence & Cognitive Computing for Lawyers and Their Clients by Brian Kuhn, Esq. Partner, Watson Legal Watson Legal Co-Founder & Co-Leader I. AI/Cognitive Computing: the Future is Arriving.

More information

QPR ScoreCard. White Paper. QPR ScoreCard - Balanced Scorecard with Commitment. Copyright 2002 QPR Software Oyj Plc All Rights Reserved

QPR ScoreCard. White Paper. QPR ScoreCard - Balanced Scorecard with Commitment. Copyright 2002 QPR Software Oyj Plc All Rights Reserved QPR ScoreCard White Paper QPR ScoreCard - Balanced Scorecard with Commitment QPR Management Software 2/25 Table of Contents 1 Executive Overview...3 2 Implementing Balanced Scorecard with QPR ScoreCard...4

More information

Solution Overview : The IBM Government Industry Framework

Solution Overview : The IBM Government Industry Framework Meng Tay Software Consultant IBM Vietnam Solution Overview : The IBM Government Industry Framework 2010 IBM Corporation Challenges governments face in this economic environment Reduce costs Virtualization

More information

THE ITRC RAPID APPRAISAL PROCESS (RAP) FOR IRRIGATION DISTRICTS. Stuart Styles 1 Charles Burt 2 ABSTRACT

THE ITRC RAPID APPRAISAL PROCESS (RAP) FOR IRRIGATION DISTRICTS. Stuart Styles 1 Charles Burt 2 ABSTRACT THE ITRC RAPID APPRAISAL PROCESS (RAP) FOR IRRIGATION DISTRICTS Stuart Styles 1 Charles Burt 2 ABSTRACT The ITRC Rapid Appraisal Process (RAP) for irrigation projects was created in 1989 as a tool to quickly

More information

Hyperknowledge in Practice - Users Attitudes to Active DSS

Hyperknowledge in Practice - Users Attitudes to Active DSS Hyperknowledge in Practice - Users Attitudes to Active DSS Pirkko Walden, Christer Carlsson and Ossi Kokkonen* Institute for Advanced Management Systems Research, Åbo Akademi University DataCity, 20520

More information

DECISION SUPPORT SYSTEMS: CONCEPTS, DEFINITIONS AND TYPOLOGIES

DECISION SUPPORT SYSTEMS: CONCEPTS, DEFINITIONS AND TYPOLOGIES STUDIA UNIVERSITATIS BABEŞ-BOLYAI, NEGOTIA, LI, 1, 2006 DECISION SUPPORT SYSTEMS: CONCEPTS, DEFINITIONS AND TYPOLOGIES ROZALIA VERONICA RUS 1 ABSTRACT. There is no definition unanimously accepted for Decision

More information

WEB-BASED EXPERT SYSTEM OF WHEAT AND CORN GROWTH MANAGEMENT

WEB-BASED EXPERT SYSTEM OF WHEAT AND CORN GROWTH MANAGEMENT WEB-BASED EXPERT SYSTEM OF WHEAT AND CORN GROWTH MANAGEMENT Xuesong Suo 1,*, Nan Shi 2 1 School of Mechanical and Electrical Engineering, Hebei Agricultural University, Baoding 071001, China 2 College

More information

BUSINESS INTELLIGENCE TOWARDS REVENUE ASSURANCE

BUSINESS INTELLIGENCE TOWARDS REVENUE ASSURANCE BUSINESS INTELLIGENCE TOWARDS REVENUE ASSURANCE Improved Visibility on your Operations Erik Saayman July 2012 South African Revenue Protection Association (SARPA) DRIVERS Why is it important..» Energy

More information

Chapter 8 Analytical Procedures

Chapter 8 Analytical Procedures Slide 8.1 Principles of Auditing: An Introduction to International Standards on Auditing Chapter 8 Analytical Procedures Rick Hayes, Hans Gortemaker and Philip Wallage Slide 8.2 Analytical procedures Analytical

More information

Advanced Recognition

Advanced Recognition HARVEY SPENCER ASSOCIATES Advanced Recognition Expanding the Capabilities of Capture 2017 HSA Inc. Page 1 of 10 Introduction Advanced Recognition consists of a series of technologies including pattern

More information

White Paper. Demand Signal Analytics: The Next Big Innovation in Demand Forecasting

White Paper. Demand Signal Analytics: The Next Big Innovation in Demand Forecasting White Paper Demand Signal Analytics: The Next Big Innovation in Demand Forecasting Contents Introduction... 1 What Are Demand Signal Repositories?... 1 Benefits of DSRs Complemented by DSA...2 What Are

More information

Key Factors When Choosing a Shopper Counting Solution An Executive Brief

Key Factors When Choosing a Shopper Counting Solution An Executive Brief Key Factors When Choosing a Shopper Counting Solution An Executive Brief July 2015 Table of Contents Preface: Why Numbers Alone Aren t Enough... 1 Realizing Optimum ROI from Shopper Counting Solutions...

More information

How to test Chatbots. Author: Martin Hart. Introduction. What is a Chatbot? WHITEPAPER

How to test Chatbots. Author: Martin Hart. Introduction. What is a Chatbot? WHITEPAPER How to test Chatbots Author: Martin Hart Introduction An example conversation could be: One of the latest hot topics is the use of Chatbots to supplement ecommerce and to offer an alternative to conventional

More information

GIVING ANALYTICS MEANING AGAIN

GIVING ANALYTICS MEANING AGAIN GIVING ANALYTICS MEANING AGAIN GIVING ANALYTICS MEANING AGAIN When you hear the word analytics what do you think? If it conjures up a litany of buzzwords and software vendors, this is for good reason.

More information

Digital Finance in Shared Services & GBS. Deloitte: Piyush Mistry & Oscar Hamilton LBG: Steve McKenna

Digital Finance in Shared Services & GBS. Deloitte: Piyush Mistry & Oscar Hamilton LBG: Steve McKenna Digital Finance in Shared Services & GBS Deloitte: Piyush Mistry & Oscar Hamilton LBG: Steve McKenna Agenda Agenda Content Digital Finance of the Future Uncover the picture of what the future of Finance

More information

Enterprise Artificial Intelligence

Enterprise Artificial Intelligence Ron Bodkin VP and GM, Artificial Intelligence Enterprise Artificial Intelligence Applications and Approaches 1 2015 Teradata 2016 Teradata Evolution of Analytics Prescriptive Predictive Descriptive REPORTING

More information

UNIT-II Enterprise Resource Planning

UNIT-II Enterprise Resource Planning UNIT-II Enterprise Resource Planning 1 Syllabus Evolution of ERP- MRP and MRP II, Structure Of ERP- Two Tier Architecture, Three Tier Architecture, Electronic Data Processing, Management Information System,

More information

MODULE 2 KINDS OF IS -GROUP 4

MODULE 2 KINDS OF IS -GROUP 4 MODULE 2 KINDS OF IS -GROUP 4 INDEX I. Transaction Processing System (TPS) II. Office Automation Systems (OAS) III. Management Information Systems (MIS) IV. Decision Support Systems (DSS) V. Group Decision

More information

Strategic Role. Information Systems in the Enterprise. Different Kinds of Information Systems. Kinds of Information Systems

Strategic Role. Information Systems in the Enterprise. Different Kinds of Information Systems. Kinds of Information Systems Strategic Role Information Systems in the Enterprise In business, a strategy is a plan designed to help an organization outperform its competitors. Better information gives corporations a competitive advantage

More information