management support systems- business intelligence

Upload: dr-singh

Post on 06-Apr-2018

215 views

Category:

Documents


0 download

TRANSCRIPT

  • 8/3/2019 Management Support Systems- Business Intelligence

    1/33

    Page 1

    Business Intelligence: Data Warehousing, DataAcquisition, Data Mining, Business Analytics,

    and Visualization

    Prof. Rushen Chahal 5-1

    Prof. Rushen Chahal

  • 8/3/2019 Management Support Systems- Business Intelligence

    2/33

    Page 2

    Learning Objectives

    Describe the issues in management of data.

    Understand the concepts and use of DBMS.

    Learn about data warehousing and data marts.

    Explain business intelligence/business analytics.

    Examine how decision making can be improved throughdata manipulation and analytics.

    Understand the interaction betwixt the Web anddatabase technologies.

    Explain how database technologies are used in businessanalytics.

    Understand the impact of the Web on businessintelligence and analytics.

    Prof. Rushen Chahal 5-2

  • 8/3/2019 Management Support Systems- Business Intelligence

    3/33

    Page 3

    Information Sharing a Principle Component of the

    National Strategy for Homeland Security Vignette

    Network of systems that provide

    knowledge integration and distribution

    Horizontal and vertical information sharing Improved communications

    Mining of data stored in Web-enabled

    warehouse

    Prof. Rushen Chahal 5-3

  • 8/3/2019 Management Support Systems- Business Intelligence

    4/33

    Page 4

    Data, Information, Knowledge

    Data

    Items that are the most elementary descriptions of

    things, events, activities, and transactions

    May be internal or external

    Information

    Organized data that has meaning and value

    Knowledge

    Processed data or information that conveys

    understanding or learning applicable to a problem or

    activity

    Prof. Rushen Chahal 5-4

  • 8/3/2019 Management Support Systems- Business Intelligence

    5/33

    Page 5

    Data

    Raw data collected manually or by instruments

    Quality is critical

    Quality determines usefulness

    Contextual data quality

    Intrinsic data quality

    Accessibility data quality

    Representation data quality

    Often neglected or casually handled Problems exposed when data is summarized

    Prof. Rushen Chahal 5-5

  • 8/3/2019 Management Support Systems- Business Intelligence

    6/33

    Page 6Prof. Rushen Chahal 5-6

  • 8/3/2019 Management Support Systems- Business Intelligence

    7/33

    Page 7

    Data

    Cleanse data When populating warehouse

    Data quality action plan

    Best practices for data quality

    Measure results

    Data integrity issues Uniformity

    Version Completeness check

    Conformity check

    Genealogy or drill-down

    Prof. Rushen Chahal 5-7

  • 8/3/2019 Management Support Systems- Business Intelligence

    8/33

    Page 8

    Data

    Data Integration

    Access needed to multiple sources

    Often enterprise-wide Disparate and heterogeneous databases

    XML becoming language standard

    Prof. Rushen Chahal 5-8

  • 8/3/2019 Management Support Systems- Business Intelligence

    9/33

    Page 9

    External Data Sources

    Web

    Intelligent agents

    Document management systems Content management systems

    Commercial databases

    Sell access to specialized databases

    Prof. Rushen Chahal 5-9

  • 8/3/2019 Management Support Systems- Business Intelligence

    10/33

    Page 10

    Database Management Systems

    Software program

    Supplements operating system

    Manages data Queries data and generates reports

    Data security

    Combines with modeling language forconstruction of DSS

    Prof. Rushen Chahal 5-10

  • 8/3/2019 Management Support Systems- Business Intelligence

    11/33

    Page 11

    Database Models

    Hierarchical Top down, like inverted tree

    Fields have only one parent, each parent can have multiple children

    Fast

    Network

    Relationships created through linked lists, using pointers Children can have multiple parents

    Greater flexibility, substantial overhead

    Relational Flat, two-dimensional tables with multiple access queries

    Examines relations between multiple tables

    Flexible, quick, and extendable with data independence Object oriented

    Data analyzed at conceptual level

    Inheritance, abstraction, encapsulation

    Prof. Rushen Chahal 5-11

  • 8/3/2019 Management Support Systems- Business Intelligence

    12/33

    Page 12Prof. Rushen Chahal 5-12

  • 8/3/2019 Management Support Systems- Business Intelligence

    13/33

    Page 13

    Database Models, continued

    Multimedia Based

    Multiple data formats

    JPEG, GIF, bitmap, PNG, sound, video, virtual reality

    Requires specific hardware for full feature availability

    Document Based

    Document storage and management

    Intelligent

    Intelligent agents and ANN

    Inference engines

    Prof. Rushen Chahal 5-13

  • 8/3/2019 Management Support Systems- Business Intelligence

    14/33

    Page 14

    Data Warehouse

    Subject oriented

    Scrubbed so that data from heterogeneous sources arestandardized

    Time series; no current status

    Nonvolatile

    Read only Summarized

    Not normalized; may be redundant

    Data from both internal and external sources is present

    Metadata included

    Data about data Business metadata

    Semantic metadata

    Prof. Rushen Chahal 5-14

  • 8/3/2019 Management Support Systems- Business Intelligence

    15/33

    Page 15

    Architecture

    May have one or more tiers

    Determined by warehouse, data acquisition

    (back end), and client (front end)

    One tier, where all run on same platform, is rare

    Two tier usually combines DSS engine (client) with

    warehouse

    More economical

    Three tier separates these functional parts

    Prof. Rushen Chahal 5-15

  • 8/3/2019 Management Support Systems- Business Intelligence

    16/33

    Page 16Prof. Rushen Chahal 5-16

  • 8/3/2019 Management Support Systems- Business Intelligence

    17/33

    Page 17Prof. Rushen Chahal 5-17

  • 8/3/2019 Management Support Systems- Business Intelligence

    18/33

    Page 18

    Migrating Data

    Business rules Stored in metadata repository

    Applied to data warehouse centrally

    Data extracted from all relevant sources Loaded through data-transformation tools or

    programs

    Separate operation and decision supportenvironments

    Correct problems in quality before data stored Cleanse and organize in consistent manner

    Prof. Rushen Chahal 5-18

  • 8/3/2019 Management Support Systems- Business Intelligence

    19/33

    Page 19

    Data Warehouse Design

    Dimensional modeling

    Retrieval based

    Implemented by star schema Central fact table

    Dimension tables

    Grain

    Highest level of detail

    Drill-down analysis

    Prof. Rushen Chahal 5-19

  • 8/3/2019 Management Support Systems- Business Intelligence

    20/33

  • 8/3/2019 Management Support Systems- Business Intelligence

    21/33

    Page 21

    Data Marts

    Dependent

    Created from warehouse

    Replicated

    Functional subset of warehouse

    Independent

    Scaled down, less expensive version of data

    warehouse

    Designed for a department or SBU

    Organization may have multiple data marts

    Difficult to integrate

    Prof. Rushen Chahal 5-21

  • 8/3/2019 Management Support Systems- Business Intelligence

    22/33

    Page 22

    Business Intelligence and Analytics

    Business intelligence

    Acquisition of data and information for use in

    decision-making activities

    Business analytics

    Models and solution methods

    Data mining

    Applying models and methods to data to

    identify patterns and trends

    Prof. Rushen Chahal 5-22

  • 8/3/2019 Management Support Systems- Business Intelligence

    23/33

    Page 23

    OLAP

    Activities performed by end users in online systems Specific, open-ended query generation

    SQL

    Ad hoc reports

    Statistical analysis

    Building DSS applications

    Modeling and visualization capabilities

    Special class of tools DSS/BI/BA front ends

    Data access front ends

    Database front ends

    Visual information access systems

    Prof. Rushen Chahal 5-23

  • 8/3/2019 Management Support Systems- Business Intelligence

    24/33

    Page 24

    Data Mining

    Organizes and employs information andknowledge from databases

    Statistical, mathematical, artificial intelligence,

    and machine-learning techniques Automatic and fast

    Tools look for patterns Simple models

    Intermediate models Complex Models

    Prof. Rushen Chahal 5-24

  • 8/3/2019 Management Support Systems- Business Intelligence

    25/33

    Page 25

    Data Mining

    Data mining application classes of problems Classification

    Clustering

    Association

    Sequencing Regression

    Forecasting

    Others

    Hypothesis or discovery driven

    Iterative

    Scalable

    Prof. Rushen Chahal 5-25

  • 8/3/2019 Management Support Systems- Business Intelligence

    26/33

    Page 26

    Tools and Techniques

    Data mining Statistical methods

    Decision trees

    Case based reasoning

    Neural computing

    Intelligent agents

    Genetic algorithms

    Text Mining

    Hidden content Group by themes

    Determine relationships

    Prof. Rushen Chahal 5-26

  • 8/3/2019 Management Support Systems- Business Intelligence

    27/33

    Page 27

    Knowledge Discovery in Databases

    Data mining used to find patterns in data

    Identification of data

    Preprocessing Transformation to common format

    Data mining through algorithms

    Evaluation

    Prof. Rushen Chahal 5-27

  • 8/3/2019 Management Support Systems- Business Intelligence

    28/33

    Page 28

    Data Visualization

    Technologies supporting visualization and

    interpretation

    Digital imaging, GIS, GUI, tables,

    multidimensions, graphs, VR, 3D, animation

    Identify relationships and trends

    Data manipulation allows real time look at

    performance data

    Prof. Rushen Chahal 5-28

  • 8/3/2019 Management Support Systems- Business Intelligence

    29/33

    Page 29

    Multidimensionality

    Data organized according to businessstandards, not analysts

    Conceptual

    Factors Dimensions

    Measures

    Time

    Significant overhead and storage Expensive

    Complex

    Prof. Rushen Chahal 5-29

  • 8/3/2019 Management Support Systems- Business Intelligence

    30/33

    Page 30

    Analytic systems

    Real-time queries and analysis

    Real-time decision-making

    Real-time data warehouses updated dailyor more frequently

    Updates may be made while queries areactive

    Not all data updated continuously Deployment of business analytic

    applications

    Prof. Rushen Chahal 5-30

  • 8/3/2019 Management Support Systems- Business Intelligence

    31/33

    Page 31

    GIS

    Computerized system for managing and

    manipulating data with digitized maps

    Geographically oriented

    Geographic spreadsheet for models

    Software allows web access to maps

    Used for modeling and simulations

    Prof. Rushen Chahal 5-31

  • 8/3/2019 Management Support Systems- Business Intelligence

    32/33

    Page 32Prof. Rushen Chahal 5-32

  • 8/3/2019 Management Support Systems- Business Intelligence

    33/33

    Page 33

    Web Analytics/Intelligence

    Web analytics

    Application of business analytics to Web sites

    Web intelligence Application of business intelligence

    techniques to Web sites

    Prof. Rushen Chahal 5-33