SlideShare a Scribd company logo
1 of 27
Introduction to
Data Mining and Business Intelligence
                        Lecture 1/DMBI/IKI83403T/MTI/UI

          Yudho Giri Sucahyo, Ph.D, CISA (yudho@cs.ui.ac.id)
        Faculty of Computer Science, University of Indonesia
Objectives
       Motivation: Why data mining?
       What is data mining?
       Understand the drivers for BI initiatives in modern
        organizations
       Understand the structure, components, and process of BI




    2
Motivation: Why data mining?
       Data explosion problem:
           Automated data collection tools and mature database
            technology lead to tremendous amounts of data stored in
            databases, data warehouses and other information repositories.
       We are drowning in data, but starving for knowledge!
       Data Mining:
           Extraction of interesting knowledge (rules, regularities, patterns,
            constraints) from data in large databases [JH].
           Analysis of the large quantities of data that are stored in
            computers [DO],
       Alternative names
           KDD, knowledge extraction, data archeology, information
            harvesting, business intelligence, etc.

    3
Data Rich but Information Poor



        Databases are too big




                   Data Mining can help
                   discover knowledge




4
Evolution of Database Technology

       Data Collection, database creation, network DBMS

       Relational data model, relational DBMS implementation

       RDBMS, advanced data models (extended-relational, OO,
        etc.) and application-oriented DBMS (spatial, scientific,
        engineering, etc.)

       Data mining and data warehousing, multimedia databases,
        and Web technology

    5
Potential Applications
       See TSBD lecture notes – Data Mining
       See Chapter 1 of DO
           Retailing
           Banking
           Credit Card Management
           Insurance
           Telecommunications
           Telemarketing
           Human Resource Management




    6
Data Mining Should Not be Used Blindly
       Data mining find regularities from history, but history is
        not the same as the future.
       Association does not dictate trend nor causality.
       Some abnormal data could be caused by human.




    7
Another view of BI
       BI is a broad field and it is viewed differently by different
        people.
       Common agreement on major components:
           A centralized repository of data  data warehouse
           An end-user set of tools to create reports and queries from
            data and information and to analyze the data, information, and
            reports  business analytics
           To find non-obvious relationship among large amounts of data
             data mining, for text  text mining, for web  web mining
           Business Performance Management (BPM) to set goals as
            metrics and standards and monitoring and measuring
            performance by using the BI methodology.


    8
Drivers of BI
       Organizations are being compelled to capture,
        understand, and harness their data to support
        decision making in order to improve business
        operations
       Business cycle times are now extremely compressed;
        faster, more informed, and better decision making is
        therefore a competitive imperative
       Managers need the right information at the right time
        and in the right place
       Case Study 1: BI success story at Toyota Motor
        Company (Chapter 1 ET pg. 4-6).

    9
Business Value of BI




10
Data Mining Functionality
    Association
        From association, correlation, to causality
        Finding rules like ―A -> B‖
    Classification and Prediction
        Classify data based on the values ina classifying attribute
        Predict some unknown or missing attribute values based on other
         information
    Cluster analysis
        Group data to form new classes, e.g., cluster houses to find distribution
         patterns
    Outlier and exception data analysis
    Time series analysis (trend and deviation)
        Trend and deviation analysis: regression, sequential pattern, similiar
    11
         sequences e.g. Stock analysis
Sarbanes-Oxley Act of 2002
(extracted from Gartner, Inc., 2004)
   The Sarbanes-Oxley Act of 2002 mandates
    drove one firm to implement a new financial
    performance management system, capable of
    meeting the new requirements to:
       Perform flawless analysis and compilation of
        thousands of transactions and journal entries.
       Balance more access to data with the need to
        control access to sensitive insider information.
       Deliver reports to the SEC in less time.


12
Sarbanes-Oxley Act of 2002
(extracted from Gartner, Inc., 2004) ...                              continued

    Within the overarching goal of achieving financial-reporting
     compliance, these objectives included the following:
        Get more eyes on the data and KPI and build in strict security
         controls
        Provide live reports that allow people to drill down to the lowest
         level of transaction detail
        Proactively scour the financial databases for anomalies, using variance
         triggers
        Gather all financial data into a cohesive database
    Complement accounting and budgeting applications for flexible
     reporting, free-form investigation, and automated data analysis.
    BI can proactively alert specific individuals whenever an
     anomay is detected.
    13
Now let us see some screenshots.....




14
Dashboard




15
And another dashboard.....




16
And another dashboard....




17
Financial Reporting




18
Back to theory..... 




19
KDD Process
                                            Interpretation/
                                                         Knowledge
                                            Evaluation

                              Data Mining

                  Transformation


        Preprocessin
        g

Selection
        Target Data

Data

20
Steps of a KDD Process
    Learning the application domain:
        relevant prior knowledge and goals of application
    Creating a target data set: data selection
    Data cleaning and preprocessing: (may take 60% of effort!)
    Data reduction and projection:
        Find useful features, dimensionality/variable reduction, invariant
         representation.
    Choosing functions of data mining
        summarization, classification, regression, association, clustering.
    Choosing the mining algorithm(s)
    Data mining: search for patterns of interest
    Interpretation: analysis of results.
        visualization, transformation, removing redundant patterns, etc.
    Use of discovered knowledge
    21
Teradata Advanced Analytics Methodology
(similar to CRISP-DM)




22
Structure and Components of BI




23
Structure and Components of BI... continued
 Data Warehouse
       Data flows from operational systems (e.g., CRM,
        ERP) to a DW, which is a special database or
        repository of data that has been prepared to
        support decision-making applications ranging from
        those for simple reporting and querying to complex
        optimization
   Business Analytics/OLAP
       Software tools that allow users to create on-
        demand reports and queries and to conduct
        analysis of data

24
Structure and Components of BI... continued
   Data Mining
       Data mining is a class of database information
        analysis that looks for hidden patterns in a
        group of data that can be used to predict future
        behavior
       Used to replace or enhance human intelligence
        by scanning through massive storehouses of data
        to discover meaningful new correlations,
        patterns, and trends, by using pattern
        recognition technologies and advanced statistics
25
Structure and Components of BI... continued
 Business   Performance Management (BPM)
    Based on the balanced scorecard methodology—
     a framework for defining, implementing, and
     managing an enterprise’s business strategy by
     linking objectives with factual measures
    Dashboards
     A visual presentation of critical data for
     executives to view. It allows executives to see
     hot spots in seconds and explore the situation


26
BI: Today and Tomorrow
    Recent industry analyst reports show that in the coming
     years, millions of people will use BI visual tools and
     analytics every day
    BI takes advantage of already developed and installed
     components of IT technologies, helping companies
     leverage their current IT investments and use valuable
     data stored in legacy and transactional systems
    Some Issues:
        Mining information from heterogeneous databases and global
         information systems
        Handling relational and complex types of data
        Efficiency and scalability of data mining algorithms


    27

More Related Content

What's hot

Python Programming - VI. Classes and Objects
Python Programming - VI. Classes and ObjectsPython Programming - VI. Classes and Objects
Python Programming - VI. Classes and Objects
Ranel Padon
 

What's hot (20)

Scikit Learn Tutorial | Machine Learning with Python | Python for Data Scienc...
Scikit Learn Tutorial | Machine Learning with Python | Python for Data Scienc...Scikit Learn Tutorial | Machine Learning with Python | Python for Data Scienc...
Scikit Learn Tutorial | Machine Learning with Python | Python for Data Scienc...
 
What is Multithreading In Python | Python Multithreading Tutorial | Edureka
What is Multithreading In Python | Python Multithreading Tutorial | EdurekaWhat is Multithreading In Python | Python Multithreading Tutorial | Edureka
What is Multithreading In Python | Python Multithreading Tutorial | Edureka
 
Python Programming - VI. Classes and Objects
Python Programming - VI. Classes and ObjectsPython Programming - VI. Classes and Objects
Python Programming - VI. Classes and Objects
 
Big data
Big dataBig data
Big data
 
Lecture2 big data life cycle
Lecture2 big data life cycleLecture2 big data life cycle
Lecture2 big data life cycle
 
Approaching (almost) Any NLP Problem
Approaching (almost) Any NLP ProblemApproaching (almost) Any NLP Problem
Approaching (almost) Any NLP Problem
 
NumPy.pptx
NumPy.pptxNumPy.pptx
NumPy.pptx
 
Data visualization in Python
Data visualization in PythonData visualization in Python
Data visualization in Python
 
pandas - Python Data Analysis
pandas - Python Data Analysispandas - Python Data Analysis
pandas - Python Data Analysis
 
Immutable vs mutable data types in python
Immutable vs mutable data types in pythonImmutable vs mutable data types in python
Immutable vs mutable data types in python
 
Python programming : Abstract classes interfaces
Python programming : Abstract classes interfacesPython programming : Abstract classes interfaces
Python programming : Abstract classes interfaces
 
Python NumPy Tutorial | NumPy Array | Edureka
Python NumPy Tutorial | NumPy Array | EdurekaPython NumPy Tutorial | NumPy Array | Edureka
Python NumPy Tutorial | NumPy Array | Edureka
 
Structured Query Language (SQL)
Structured Query Language (SQL)Structured Query Language (SQL)
Structured Query Language (SQL)
 
Introduction to database & sql
Introduction to database & sqlIntroduction to database & sql
Introduction to database & sql
 
Classification in data mining
Classification in data mining Classification in data mining
Classification in data mining
 
03 hive query language (hql)
03 hive query language (hql)03 hive query language (hql)
03 hive query language (hql)
 
Introduction to Machine Learning with SciKit-Learn
Introduction to Machine Learning with SciKit-LearnIntroduction to Machine Learning with SciKit-Learn
Introduction to Machine Learning with SciKit-Learn
 
Introduction to python
Introduction to pythonIntroduction to python
Introduction to python
 
Interpretability beyond feature attribution quantitative testing with concept...
Interpretability beyond feature attribution quantitative testing with concept...Interpretability beyond feature attribution quantitative testing with concept...
Interpretability beyond feature attribution quantitative testing with concept...
 
SQL - Structured query language introduction
SQL - Structured query language introductionSQL - Structured query language introduction
SQL - Structured query language introduction
 

Viewers also liked

Data mining (lecture 1 & 2) conecpts and techniques
Data mining (lecture 1 & 2) conecpts and techniquesData mining (lecture 1 & 2) conecpts and techniques
Data mining (lecture 1 & 2) conecpts and techniques
Saif Ullah
 
Data Mining As Used In Employee Recruitment &
Data Mining As Used In Employee Recruitment &Data Mining As Used In Employee Recruitment &
Data Mining As Used In Employee Recruitment &
melodysmithjones
 
Data Mining
Data MiningData Mining
Data Mining
shrapb
 

Viewers also liked (20)

What Is DATA MINING(INTRODUCTION)
What Is DATA MINING(INTRODUCTION)What Is DATA MINING(INTRODUCTION)
What Is DATA MINING(INTRODUCTION)
 
Getting started with Data Warehousing and BI
Getting started with Data Warehousing and BIGetting started with Data Warehousing and BI
Getting started with Data Warehousing and BI
 
Data mining
Data miningData mining
Data mining
 
Data mining (lecture 1 & 2) conecpts and techniques
Data mining (lecture 1 & 2) conecpts and techniquesData mining (lecture 1 & 2) conecpts and techniques
Data mining (lecture 1 & 2) conecpts and techniques
 
02. Data Warehouse and OLAP
02. Data Warehouse and OLAP02. Data Warehouse and OLAP
02. Data Warehouse and OLAP
 
Kaizentric Presentation
Kaizentric PresentationKaizentric Presentation
Kaizentric Presentation
 
Knowledge Extraction
Knowledge ExtractionKnowledge Extraction
Knowledge Extraction
 
Data Mining As Used In Employee Recruitment &
Data Mining As Used In Employee Recruitment &Data Mining As Used In Employee Recruitment &
Data Mining As Used In Employee Recruitment &
 
Knowledge Extraction from Social Media
Knowledge Extraction from Social MediaKnowledge Extraction from Social Media
Knowledge Extraction from Social Media
 
Data Mining
Data MiningData Mining
Data Mining
 
08. Mining Type Of Complex Data
08. Mining Type Of Complex Data08. Mining Type Of Complex Data
08. Mining Type Of Complex Data
 
05 Classification And Prediction
05   Classification And Prediction05   Classification And Prediction
05 Classification And Prediction
 
Mapping rules
Mapping rulesMapping rules
Mapping rules
 
Dashboarding with Microsoft: Datazen & Power BI
Dashboarding with Microsoft: Datazen & Power BIDashboarding with Microsoft: Datazen & Power BI
Dashboarding with Microsoft: Datazen & Power BI
 
Lecture - Data Mining
Lecture - Data MiningLecture - Data Mining
Lecture - Data Mining
 
Learning-based Data Cleaning
Learning-based Data CleaningLearning-based Data Cleaning
Learning-based Data Cleaning
 
Data mapping tutorial
Data mapping tutorialData mapping tutorial
Data mapping tutorial
 
03. Data Preprocessing
03. Data Preprocessing03. Data Preprocessing
03. Data Preprocessing
 
Multisensor Data Fusion : Techno Briefing
Multisensor Data Fusion : Techno BriefingMultisensor Data Fusion : Techno Briefing
Multisensor Data Fusion : Techno Briefing
 
Modern PHP Developer
Modern PHP DeveloperModern PHP Developer
Modern PHP Developer
 

Similar to 01. Introduction to Data Mining and BI

Ch1-Introduction to Business Intelligence.pptx
Ch1-Introduction to Business Intelligence.pptxCh1-Introduction to Business Intelligence.pptx
Ch1-Introduction to Business Intelligence.pptx
sommaikhantong
 
Mi0036 business intelligence tools
Mi0036  business intelligence toolsMi0036  business intelligence tools
Mi0036 business intelligence tools
smumbahelp
 

Similar to 01. Introduction to Data Mining and BI (20)

Knowledge management and business intelligence
Knowledge management and business intelligenceKnowledge management and business intelligence
Knowledge management and business intelligence
 
Ch03
Ch03Ch03
Ch03
 
Business Intelligence
Business IntelligenceBusiness Intelligence
Business Intelligence
 
Bi orientations
Bi orientationsBi orientations
Bi orientations
 
Ch1-Introduction to Business Intelligence.pptx
Ch1-Introduction to Business Intelligence.pptxCh1-Introduction to Business Intelligence.pptx
Ch1-Introduction to Business Intelligence.pptx
 
Business Analytics
Business AnalyticsBusiness Analytics
Business Analytics
 
Business Analytics
Business AnalyticsBusiness Analytics
Business Analytics
 
Business Intelligence Solution on Windows Azure
Business Intelligence Solution on Windows AzureBusiness Intelligence Solution on Windows Azure
Business Intelligence Solution on Windows Azure
 
The Comparison of Big Data Strategies in Corporate Environment
The Comparison of Big Data Strategies in Corporate EnvironmentThe Comparison of Big Data Strategies in Corporate Environment
The Comparison of Big Data Strategies in Corporate Environment
 
CS8091_BDA_Unit_I_Analytical_Architecture
CS8091_BDA_Unit_I_Analytical_ArchitectureCS8091_BDA_Unit_I_Analytical_Architecture
CS8091_BDA_Unit_I_Analytical_Architecture
 
Information & Data Architecture
Information & Data ArchitectureInformation & Data Architecture
Information & Data Architecture
 
Business Intelligence
Business IntelligenceBusiness Intelligence
Business Intelligence
 
Jn2516891694
Jn2516891694Jn2516891694
Jn2516891694
 
Jn2516891694
Jn2516891694Jn2516891694
Jn2516891694
 
Mi0036 business intelligence tools
Mi0036  business intelligence toolsMi0036  business intelligence tools
Mi0036 business intelligence tools
 
Intro bi
Intro biIntro bi
Intro bi
 
Business Intelligence and Analytics .pptx
Business Intelligence and Analytics .pptxBusiness Intelligence and Analytics .pptx
Business Intelligence and Analytics .pptx
 
Business Intelligence
Business Intelligence Business Intelligence
Business Intelligence
 
KASHTECH AND DENODO: ROI and Economic Value of Data Virtualization
KASHTECH AND DENODO: ROI and Economic Value of Data VirtualizationKASHTECH AND DENODO: ROI and Economic Value of Data Virtualization
KASHTECH AND DENODO: ROI and Economic Value of Data Virtualization
 
DATASCIENCE vs BUSINESS INTELLIGENCE.pptx
DATASCIENCE vs BUSINESS INTELLIGENCE.pptxDATASCIENCE vs BUSINESS INTELLIGENCE.pptx
DATASCIENCE vs BUSINESS INTELLIGENCE.pptx
 

More from Achmad Solichin

More from Achmad Solichin (20)

Kuliah Umum - Tips Publikasi Jurnal SINTA untuk Mahasiswa Galau (6 Agustus 2022)
Kuliah Umum - Tips Publikasi Jurnal SINTA untuk Mahasiswa Galau (6 Agustus 2022)Kuliah Umum - Tips Publikasi Jurnal SINTA untuk Mahasiswa Galau (6 Agustus 2022)
Kuliah Umum - Tips Publikasi Jurnal SINTA untuk Mahasiswa Galau (6 Agustus 2022)
 
Materi Webinar Web 3.0 (16 Juli 2022)
Materi Webinar Web 3.0 (16 Juli 2022)Materi Webinar Web 3.0 (16 Juli 2022)
Materi Webinar Web 3.0 (16 Juli 2022)
 
Webinar: Kesadaran Keamanan Informasi (3 Desember 2021)
Webinar: Kesadaran Keamanan Informasi (3 Desember 2021)Webinar: Kesadaran Keamanan Informasi (3 Desember 2021)
Webinar: Kesadaran Keamanan Informasi (3 Desember 2021)
 
Webinar PHP-ID: Mari Mengenal Logika Fuzzy (Fuzzy Logic)
Webinar PHP-ID: Mari Mengenal Logika Fuzzy (Fuzzy Logic)Webinar PHP-ID: Mari Mengenal Logika Fuzzy (Fuzzy Logic)
Webinar PHP-ID: Mari Mengenal Logika Fuzzy (Fuzzy Logic)
 
Webinar PHP-ID: Machine Learning dengan PHP
Webinar PHP-ID: Machine Learning dengan PHPWebinar PHP-ID: Machine Learning dengan PHP
Webinar PHP-ID: Machine Learning dengan PHP
 
Webinar Data Mining dengan Rapidminer | Universitas Budi Luhur
Webinar Data Mining dengan Rapidminer | Universitas Budi LuhurWebinar Data Mining dengan Rapidminer | Universitas Budi Luhur
Webinar Data Mining dengan Rapidminer | Universitas Budi Luhur
 
TREN DAN IDE RISET BIDANG DATA MINING TERBARU
TREN DAN IDE RISET BIDANG DATA MINING TERBARUTREN DAN IDE RISET BIDANG DATA MINING TERBARU
TREN DAN IDE RISET BIDANG DATA MINING TERBARU
 
Metodologi Riset: Literature Review
Metodologi Riset: Literature ReviewMetodologi Riset: Literature Review
Metodologi Riset: Literature Review
 
Materi Seminar: Artificial Intelligence dengan PHP
Materi Seminar: Artificial Intelligence dengan PHPMateri Seminar: Artificial Intelligence dengan PHP
Materi Seminar: Artificial Intelligence dengan PHP
 
Percobaan Perpindahan Kalor melalui Konduksi, Konveksi dan Radiasi
Percobaan Perpindahan Kalor melalui Konduksi, Konveksi dan RadiasiPercobaan Perpindahan Kalor melalui Konduksi, Konveksi dan Radiasi
Percobaan Perpindahan Kalor melalui Konduksi, Konveksi dan Radiasi
 
Metodologi Riset: Literature Review
Metodologi Riset: Literature ReviewMetodologi Riset: Literature Review
Metodologi Riset: Literature Review
 
Depth First Search (DFS) pada Graph
Depth First Search (DFS) pada GraphDepth First Search (DFS) pada Graph
Depth First Search (DFS) pada Graph
 
Breadth First Search (BFS) pada Graph
Breadth First Search (BFS) pada GraphBreadth First Search (BFS) pada Graph
Breadth First Search (BFS) pada Graph
 
Binary Search Tree (BST) - Algoritma dan Struktur Data
Binary Search Tree (BST) - Algoritma dan Struktur DataBinary Search Tree (BST) - Algoritma dan Struktur Data
Binary Search Tree (BST) - Algoritma dan Struktur Data
 
Computer Vision di Era Industri 4.0
Computer Vision di Era Industri 4.0Computer Vision di Era Industri 4.0
Computer Vision di Era Industri 4.0
 
Seminar: Become a Reliable Web Programmer
Seminar: Become a Reliable Web ProgrammerSeminar: Become a Reliable Web Programmer
Seminar: Become a Reliable Web Programmer
 
The Big 5: Future IT Trends
The Big 5: Future IT TrendsThe Big 5: Future IT Trends
The Big 5: Future IT Trends
 
Seminar: PHP Developer for Dummies
Seminar: PHP Developer for DummiesSeminar: PHP Developer for Dummies
Seminar: PHP Developer for Dummies
 
Pertemuan 1 - Algoritma dan Struktur Data 1
Pertemuan 1 - Algoritma dan Struktur Data 1Pertemuan 1 - Algoritma dan Struktur Data 1
Pertemuan 1 - Algoritma dan Struktur Data 1
 
Sharing Penelitian S3 Lab Elins FMIPA UGM - 17 Februari 2016
Sharing Penelitian S3 Lab Elins FMIPA UGM - 17 Februari 2016Sharing Penelitian S3 Lab Elins FMIPA UGM - 17 Februari 2016
Sharing Penelitian S3 Lab Elins FMIPA UGM - 17 Februari 2016
 

Recently uploaded

The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 

Recently uploaded (20)

On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptx
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
 

01. Introduction to Data Mining and BI

  • 1. Introduction to Data Mining and Business Intelligence Lecture 1/DMBI/IKI83403T/MTI/UI Yudho Giri Sucahyo, Ph.D, CISA (yudho@cs.ui.ac.id) Faculty of Computer Science, University of Indonesia
  • 2. Objectives  Motivation: Why data mining?  What is data mining?  Understand the drivers for BI initiatives in modern organizations  Understand the structure, components, and process of BI 2
  • 3. Motivation: Why data mining?  Data explosion problem:  Automated data collection tools and mature database technology lead to tremendous amounts of data stored in databases, data warehouses and other information repositories.  We are drowning in data, but starving for knowledge!  Data Mining:  Extraction of interesting knowledge (rules, regularities, patterns, constraints) from data in large databases [JH].  Analysis of the large quantities of data that are stored in computers [DO],  Alternative names  KDD, knowledge extraction, data archeology, information harvesting, business intelligence, etc. 3
  • 4. Data Rich but Information Poor Databases are too big Data Mining can help discover knowledge 4
  • 5. Evolution of Database Technology  Data Collection, database creation, network DBMS  Relational data model, relational DBMS implementation  RDBMS, advanced data models (extended-relational, OO, etc.) and application-oriented DBMS (spatial, scientific, engineering, etc.)  Data mining and data warehousing, multimedia databases, and Web technology 5
  • 6. Potential Applications  See TSBD lecture notes – Data Mining  See Chapter 1 of DO  Retailing  Banking  Credit Card Management  Insurance  Telecommunications  Telemarketing  Human Resource Management 6
  • 7. Data Mining Should Not be Used Blindly  Data mining find regularities from history, but history is not the same as the future.  Association does not dictate trend nor causality.  Some abnormal data could be caused by human. 7
  • 8. Another view of BI  BI is a broad field and it is viewed differently by different people.  Common agreement on major components:  A centralized repository of data  data warehouse  An end-user set of tools to create reports and queries from data and information and to analyze the data, information, and reports  business analytics  To find non-obvious relationship among large amounts of data  data mining, for text  text mining, for web  web mining  Business Performance Management (BPM) to set goals as metrics and standards and monitoring and measuring performance by using the BI methodology. 8
  • 9. Drivers of BI  Organizations are being compelled to capture, understand, and harness their data to support decision making in order to improve business operations  Business cycle times are now extremely compressed; faster, more informed, and better decision making is therefore a competitive imperative  Managers need the right information at the right time and in the right place  Case Study 1: BI success story at Toyota Motor Company (Chapter 1 ET pg. 4-6). 9
  • 11. Data Mining Functionality  Association  From association, correlation, to causality  Finding rules like ―A -> B‖  Classification and Prediction  Classify data based on the values ina classifying attribute  Predict some unknown or missing attribute values based on other information  Cluster analysis  Group data to form new classes, e.g., cluster houses to find distribution patterns  Outlier and exception data analysis  Time series analysis (trend and deviation)  Trend and deviation analysis: regression, sequential pattern, similiar 11 sequences e.g. Stock analysis
  • 12. Sarbanes-Oxley Act of 2002 (extracted from Gartner, Inc., 2004)  The Sarbanes-Oxley Act of 2002 mandates drove one firm to implement a new financial performance management system, capable of meeting the new requirements to:  Perform flawless analysis and compilation of thousands of transactions and journal entries.  Balance more access to data with the need to control access to sensitive insider information.  Deliver reports to the SEC in less time. 12
  • 13. Sarbanes-Oxley Act of 2002 (extracted from Gartner, Inc., 2004) ... continued  Within the overarching goal of achieving financial-reporting compliance, these objectives included the following:  Get more eyes on the data and KPI and build in strict security controls  Provide live reports that allow people to drill down to the lowest level of transaction detail  Proactively scour the financial databases for anomalies, using variance triggers  Gather all financial data into a cohesive database  Complement accounting and budgeting applications for flexible reporting, free-form investigation, and automated data analysis.  BI can proactively alert specific individuals whenever an anomay is detected. 13
  • 14. Now let us see some screenshots..... 14
  • 20. KDD Process Interpretation/ Knowledge Evaluation Data Mining Transformation Preprocessin g Selection Target Data Data 20
  • 21. Steps of a KDD Process  Learning the application domain:  relevant prior knowledge and goals of application  Creating a target data set: data selection  Data cleaning and preprocessing: (may take 60% of effort!)  Data reduction and projection:  Find useful features, dimensionality/variable reduction, invariant representation.  Choosing functions of data mining  summarization, classification, regression, association, clustering.  Choosing the mining algorithm(s)  Data mining: search for patterns of interest  Interpretation: analysis of results.  visualization, transformation, removing redundant patterns, etc.  Use of discovered knowledge 21
  • 22. Teradata Advanced Analytics Methodology (similar to CRISP-DM) 22
  • 24. Structure and Components of BI... continued  Data Warehouse  Data flows from operational systems (e.g., CRM, ERP) to a DW, which is a special database or repository of data that has been prepared to support decision-making applications ranging from those for simple reporting and querying to complex optimization  Business Analytics/OLAP  Software tools that allow users to create on- demand reports and queries and to conduct analysis of data 24
  • 25. Structure and Components of BI... continued  Data Mining  Data mining is a class of database information analysis that looks for hidden patterns in a group of data that can be used to predict future behavior  Used to replace or enhance human intelligence by scanning through massive storehouses of data to discover meaningful new correlations, patterns, and trends, by using pattern recognition technologies and advanced statistics 25
  • 26. Structure and Components of BI... continued  Business Performance Management (BPM)  Based on the balanced scorecard methodology— a framework for defining, implementing, and managing an enterprise’s business strategy by linking objectives with factual measures  Dashboards A visual presentation of critical data for executives to view. It allows executives to see hot spots in seconds and explore the situation 26
  • 27. BI: Today and Tomorrow  Recent industry analyst reports show that in the coming years, millions of people will use BI visual tools and analytics every day  BI takes advantage of already developed and installed components of IT technologies, helping companies leverage their current IT investments and use valuable data stored in legacy and transactional systems  Some Issues:  Mining information from heterogeneous databases and global information systems  Handling relational and complex types of data  Efficiency and scalability of data mining algorithms 27