尊敬的 微信汇率:1円 ≈ 0.046089 元 支付宝汇率:1円 ≈ 0.04618元 [退出登录]
SlideShare a Scribd company logo
Data Mining:
        Concepts and Techniques
        By Akannsha A. Totewar
        Professor at YCCE,
        Wanadongari,
        Nagpur.




1   Data Mining: Concepts and Techniques   November 24, 2012
Chapter 1. Introduction

     Motivation: Why data mining?

     What is data mining?

     Data Mining: On what kind of data?

     Data mining functionality

     Are all the patterns interesting?

     Classification of data mining systems

     Major issues in data mining
2
Why Mine Data? Commercial Viewpoint

 Lots of data is being collected
  and warehoused
    Web data, e-commerce
    purchases at department/
     grocery stores
    Bank/Credit Card
     transactions

 Computers have become cheaper and more powerful
 Competitive Pressure is Strong
    Provide better, customized services for an edge (e.g. in
     Customer Relationship Management)
Motivation: ―Necessity is the Mother of
           Invention‖

     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!

     Solution: data mining

       Extraction of interesting knowledge (rules, regularities, patterns,

        constraints) from data in large databases


4
Evolution of Database Technology
     1960s:
       Data collection, database creation, IMS and network DBMS

     1970s:
       Relational data model, relational DBMS implementation

     1980s:
       RDBMS, advanced data models (extended-relational, OO,
       deductive, etc.) and application-oriented DBMS (spatial, scientific,
       engineering, etc.)
     1990s—2000s:
       Data mining and data warehousing, multimedia databases, and
       Web databases


5
What is Data Mining?
 Many Definitions
  Extraction of implicit, previously unknown and
  potentially useful information from data

  Exploration & analysis, by automatic or
  semi-automatic means, of large quantities of data
  in order to discover meaningful patterns
What Is Data Mining?
     Data mining (knowledge discovery in databases):
       Extraction of interesting (non-trivial, implicit, previously
        unknown and potentially useful) information or patterns from
        data in large databases
     Alternative names :
       Knowledge discovery(mining) in databases (KDD),
        knowledge extraction, data/pattern analysis, data
        archeology, data dredging, information harvesting, business
        intelligence, etc.
     What is not data mining?
       (Deductive) query processing.
       Expert systems or statistical programs



7
What is (not) Data Mining?

   What is not Data Mining?         What is Data Mining?

      – Look up phone number in
      phone directory                   – Certain names are more prevalent in
                                        certain US locations (O’Brien, O’Rurke,
                                        O’Reilly… in Boston area)
      – Query a Web search
      engine for information            – Group together similar documents returned
      about ―Amazon‖                    by search engine according to their context
                                        (e.g. Amazon rainforest, Amazon.com,)
Origins of Data Mining
 Draws ideas from machine learning/AI, pattern
  recognition, statistics, and database systems
 Traditional Techniques
  may be unsuitable due to
   Enormity of data            Statistics/   Machine Learning/
                                    AI              Pattern
   High dimensionality
                                                  Recognition
    of data
   Heterogeneous,                      Data Mining
    distributed nature
    of data
                                         Database
                                         systems
Decisions in Data Mining
 Databases to be mined
   Relational, transactional, object-oriented, object-relational, active,
    spatial, time-series, text, multi-media, heterogeneous, legacy,
    WWW, etc.
 Knowledge to be mined
   Characterization, discrimination, association, classification,
    clustering, trend, deviation and outlier analysis, etc.
   Multiple/integrated functions and mining at multiple levels
 Techniques utilized
   Database-oriented, data warehouse (OLAP), machine learning,
    statistics, visualization, neural network, etc.
 Applications adapted
   Retail, telecommunication, banking, fraud analysis, DNA mining, stock
    market analysis, Web mining, Weblog analysis, etc.
Data Mining Tasks
 Prediction Tasks
   Use some variables to predict unknown or future values of
    other variables
 Description Tasks
   Find human-interpretable patterns that describe the data.


Common data mining tasks
   Classification [Predictive]
   Clustering [Descriptive]
   Association Rule Discovery [Descriptive]
   Sequential Pattern Discovery [Descriptive]
   Regression [Predictive]
   Deviation Detection [Predictive]
Data Mining— Potential
    Applications
     Database analysis and decision support
      ◦ Market analysis and management

         target marketing, customer relation management, market
          basket analysis, cross selling, market segmentation
      ◦ Risk analysis and management

         Forecasting, customer retention, improved underwriting,
          quality control, competitive analysis
      ◦ Fraud detection and management

     Other Applications
      ◦ Text mining (news group, email, documents) and Web analysis.
      ◦ Intelligent query answering


1
2
Other Applications
     Sports
       IBM Advanced Scout analyzed NBA game statistics (shots
       blocked, assists, and fouls) to gain competitive advantage for
       New York Knicks and Miami Heat
     Astronomy
       JPL and the Palomar Observatory discovered 22 quasars with
       the help of data mining
     Internet Web Surf-Aid
       IBM Surf-Aid applies data mining algorithms to Web access logs
       for market-related pages to discover customer preference and
       behavior pages, analyzing effectiveness of Web
       marketing, improving Web site organization, etc.

1
3
Data Mining: A KDD Process

                                            Pattern Evaluation
    ◦ Data mining: the core of
     knowledge discovery             Data Mining
     process.
                      Task-relevant Data


       Data Warehouse          Selection


Data Cleaning

           Data Integration

1
4         Databases
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 transformation:
      ◦ 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
     Pattern evaluation and knowledge presentation
      ◦ visualization, transformation, removing redundant patterns, etc.
     Use of discovered knowledge

1
5
Data Mining and Business Intelligence
    Increasing potential
    to support
    business decisions                                                       End User
                                           Making
                                           Decisions

                                        Data Presentation                    Business
                                                                              Analyst
                                    Visualization Techniques
                                          Data Mining                          Data
                                       Information Discovery                 Analyst

                                         Data Exploration
                           Statistical Analysis, Querying and Reporting

                               Data Warehouses / Data Marts
                                       OLAP, MDA                                DBA
                                      Data Sources
1              Paper, Files, Information Providers, Database Systems, OLTP
6
Architecture of a Typical Data Mining
                   System

                   Graphical user interface

                          Pattern evaluation


                         Data mining engine

                                                           Knowledge-base
                        Database or data
                        warehouse server
       Data cleaning & data integration        Filtering

                                            Data
                   Databases              Warehouse
1
7
Data Mining: On What Kind of Data?

     Relational databases
     Data warehouses
     Transactional databases
     Advanced DB and information repositories
       Object-oriented and object-relational databases
       Spatial databases
       Time-series data and temporal data
       Text databases and multimedia databases
       Heterogeneous and legacy databases
       WWW
1
8
Data Mining Functionalities (1)

     Concept description: Characterization and
     discrimination
      ◦ Generalize, summarize, and contrast data
       characteristics, e.g., dry vs. wet regions
     Association (correlation and causality)
      ◦ Multi-dimensional vs. single-dimensional association
      ◦ age(X, ―20..29‖) ^ income(X, ―20..29K‖)  buys(X,
        ―PC‖) [support = 2%, confidence = 60%]
      ◦ contains(T, ―computer‖)  contains(x, ―software‖) [1%,
        75%]
1
9
Data Mining Functionalities (2)

     Classification and Prediction
      ◦ Finding models (functions) that describe and distinguish classes
        or concepts for future prediction
      ◦ E.g., classify countries based on climate, or classify cars based
        on gas mileage
      ◦ Presentation: decision-tree, classification rule, neural network
      ◦ Prediction: Predict some unknown or missing numerical values

     Cluster analysis
      ◦ Class label is unknown: Group data to form new classes, e.g.,
        cluster houses to find distribution patterns
      ◦ Clustering based on the principle: maximizing the intra-class
        similarity and minimizing the interclass similarity
2
0
Data Mining Functionalities (3)

     Outlier analysis
       Outlier: a data object that does not comply with the general behavior of
        the data
       It can be considered as noise or exception but is quite useful in fraud
        detection, rare events analysis

     Trend and evolution analysis
       Trend and deviation: regression analysis

       Sequential pattern mining, periodicity analysis

       Similarity-based analysis

2    Other pattern-directed or statistical analyses
1
Are All the ―Discovered‖ Patterns
          Interesting?

     A data mining system/query may generate thousands of patterns,
      not all of them are interesting.
      ◦ Suggested approach: Human-centered, query-based, focused mining

     Interestingness measures: A pattern is interesting if it is easily
      understood by humans, valid on new or test data with some degree
      of certainty, potentially useful, novel, or validates some hypothesis
      that a user seeks to confirm
     Objective vs. subjective interestingness measures:
      ◦ Objective: based on statistics and structures of patterns, e.g., support,
        confidence, etc.
      ◦ Subjective: based on user’s belief in the data, e.g., unexpectedness,
2     Data Mining: Concepts and Techniques
        novelty, actionability, etc.                               November 24, 2012
2
Can We Find All and Only Interesting
            Patterns?

     Find all the interesting patterns: Completeness
      ◦ Can a data mining system find all the interesting patterns?
      ◦ Association vs. classification vs. clustering

     Search for only interesting patterns: Optimization
      ◦ Can a data mining system find only the interesting patterns?
      ◦ Approaches
         First general all the patterns and then filter out the uninteresting
           ones.
         Generate only the interesting patterns—mining query
           optimization
2    Data Mining: Concepts and Techniques                    November 24, 2012
3
Data Mining: Confluence of Multiple
            Disciplines
                 Database
                                                     Statistics
                Technology



    Machine
                                       Data Mining                Visualization
    Learning



           Information                                    Other
             Science                                    Disciplines
2    Data Mining: Concepts and Techniques                         November 24, 2012
4
Data Mining: Classification
         Schemes

     General functionality
         Descriptive data mining

         Predictive data mining

     Different views, different classifications
         Kinds of databases to be mined

         Kinds of knowledge to be discovered

         Kinds of techniques utilized

         Kinds of applications adapted
2   Data Mining: Concepts and Techniques        November 24, 2012
5
A Multi-Dimensional View of Data
        Mining Classification
     Databases to be mined
       Relational, transactional, object-oriented, object-
        relational, active, spatial, time-series, text, multi-
        media, heterogeneous, legacy, WWW, etc.
     Knowledge to be mined
       Characterization, discrimination, association, classification, cluste
        ring, trend, deviation and outlier analysis, etc.
       Multiple/integrated functions and mining at multiple levels
     Techniques utilized
       Database-oriented, data warehouse (OLAP), machine
        learning, statistics, visualization, neural network, etc.
     Applications adapted
2      Retail, telecommunication, banking, fraud analysis, DNA mining, stock
      Data Mining: Concepts and Techniques                      November 24, 2012
6        market analysis, Web mining, Weblog analysis, etc.
OLAP Mining: An Integration of Data
         Mining and Data Warehousing

     Data mining systems, DBMS, Data warehouse
     systems coupling
       No coupling, loose-coupling, semi-tight-coupling, tight-coupling

     On-line analytical mining data
       integration of mining and OLAP technologies

     Interactive mining multi-level knowledge
       Necessity of mining knowledge and patterns at different levels of
        abstraction by drilling/rolling, pivoting, slicing/dicing, etc.
     Integration of multiple mining functions
2      Characterized and Techniques
       Data Mining: Concepts classification, first clustering and then association
                                                                     November 24, 2012
7
An OLAM Architecture
    Mining query                                    Mining result        Layer4
                                                                     User Interface
                             User GUI API
                                                                         Layer3
           OLAM                                      OLAP
           Engine                                    Engine          OLAP/OLAM

                              Data Cube API

                                                                         Layer2
                                MDDB
                                                                         MDDB
                                                     Meta Data

     Filtering&Integration    Database API           Filtering
                                                                         Layer1
                               Data cleaning        Data
2            Databases                                                   Data
        Data Mining: Concepts andData integration Warehouse
                                 Techniques                      November 24, 2012
8                                                                      Repository
Major Issues in Data Mining (1)

     Mining methodology and user interaction
       Mining different kinds of knowledge in databases
       Interactive mining of knowledge at multiple levels of abstraction
       Incorporation of background knowledge
       Data mining query languages and ad-hoc data mining
       Expression and visualization of data mining results
       Handling noise and incomplete data
       Pattern evaluation: the interestingness problem

     Performance and scalability
       Efficiency and scalability of data mining algorithms

2
       Parallel, distributed and incremental mining methods
       Data Mining: Concepts and Techniques                    November 24, 2012
9
Major Issues in Data Mining (2)


     Issues relating to the diversity of data types
        Handling relational and complex types of data
        Mining information from heterogeneous databases and global
         information systems (WWW)
   Issues related to applications and social impacts
      Application of discovered knowledge
         Domain-specific data mining tools
         Intelligent query answering
         Process control and decision making
      Integration of the discovered knowledge with existing knowledge: A
       knowledge fusion problem
3
      Protection of data security, integrity, and privacy
        Data Mining: Concepts and Techniques               November 24, 2012
0
Summary
     Data mining: discovering interesting patterns from large amounts of
      data
     A natural evolution of database technology, in great demand, with
      wide applications
     A KDD process includes data cleaning, data integration, data
      selection, transformation, data mining, pattern evaluation, and
      knowledge presentation
     Mining can be performed in a variety of information repositories
     Data mining functionalities:
      characterization, discrimination, association, classification, clustering,
      outlier and trend analysis, etc.
     Classification of data mining systems
3      Data Mining: Concepts and Techniques                     November 24, 2012
1    Major issues in data mining
A Brief History of Data Mining Society

     1989 IJCAI Workshop on Knowledge Discovery in Databases
      (Piatetsky-Shapiro)
       Knowledge Discovery in Databases (G. Piatetsky-Shapiro and W. Frawley, 1991)

     1991-1994 Workshops on Knowledge Discovery in Databases
       Advances in Knowledge Discovery and Data Mining (U. Fayyad, G. Piatetsky-
        Shapiro, P. Smyth, and R. Uthurusamy, 1996)
     1995-1998 International Conferences on Knowledge Discovery in
      Databases and Data Mining (KDD’95-98)
       Journal of Data Mining and Knowledge Discovery (1997)

     1998 ACM SIGKDD, SIGKDD’1999-2001 conferences, and SIGKDD
      Explorations
     More conferences on data mining
3
       Data Mining: Concepts and Techniques (IEEE) ICDM, etc.
         PAKDD, PKDD, SIAM-Data Mining,                              November 24, 2012
2
Where to Find References?


     Data mining and KDD (SIGKDD member CDROM):
        Conference proceedings: KDD, and others, such as PKDD, PAKDD, etc.
        Journal: Data Mining and Knowledge Discovery
     Database field (SIGMOD member CD ROM):
        Conference proceedings: ACM-SIGMOD, ACM-PODS, VLDB, ICDE, EDBT,
         DASFAA
        Journals: ACM-TODS, J. ACM, IEEE-TKDE, JIIS, etc.
     AI and Machine Learning:
        Conference proceedings: Machine learning, AAAI, IJCAI, etc.
        Journals: Machine Learning, Artificial Intelligence, etc.
     Statistics:
        Conference proceedings: Joint Stat. Meeting, etc.
        Journals: Annals of statistics, etc.
     Visualization:
        Conference proceedings: CHI, etc.
3       Data Mining: Concepts and visualization and computer graphics, etc.
         Journals: IEEE Trans. Techniques
                                                                           November 24, 2012
3
References

       U. M. Fayyad, G. Piatetsky-Shapiro, P. Smyth, and R. Uthurusamy. Advances in
        Knowledge Discovery and Data Mining. AAAI/MIT Press, 1996.
       J. Han and M. Kamber. Data Mining: Concepts and Techniques. Morgan
        Kaufmann, 2000.
       T. Imielinski and H. Mannila. A database perspective on knowledge discovery.
        Communications of ACM, 39:58-64, 1996.
       G. Piatetsky-Shapiro, U. Fayyad, and P. Smith. From data mining to knowledge
        discovery: An overview. In U.M. Fayyad, et al. (eds.), Advances in Knowledge
        Discovery and Data Mining, 1-35. AAAI/MIT Press, 1996.
       G. Piatetsky-Shapiro and W. J. Frawley. Knowledge Discovery in Databases.
        AAAI/MIT Press, 1991.


3       Data Mining: Concepts and Techniques                             November 24, 2012
4
http://www.cs.sfu.ca/~han




3
5
                Thank you !!!
    Data Mining: Concepts and Techniques   November 24, 2012

More Related Content

What's hot

Data mining primitives
Data mining primitivesData mining primitives
Data mining primitives
lavanya marichamy
 
Data analytics
Data analyticsData analytics
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
Laguna State Polytechnic University
 
Data mining & data warehousing (ppt)
Data mining & data warehousing (ppt)Data mining & data warehousing (ppt)
Data mining & data warehousing (ppt)
Harish Chand
 
Major issues in data mining
Major issues in data miningMajor issues in data mining
Major issues in data mining
Slideshare
 
Supervised learning and Unsupervised learning
Supervised learning and Unsupervised learning Supervised learning and Unsupervised learning
Supervised learning and Unsupervised learning
Usama Fayyaz
 
Database Management System ppt
Database Management System pptDatabase Management System ppt
Database Management System ppt
OECLIB Odisha Electronics Control Library
 
Data Integration and Transformation in Data mining
Data Integration and Transformation in Data miningData Integration and Transformation in Data mining
Data Integration and Transformation in Data mining
kavitha muneeshwaran
 
Data mining
Data mining Data mining
Data mining
sayalipatil528
 
Introduction to Data mining
Introduction to Data miningIntroduction to Data mining
Introduction to Data mining
Hadi Fadlallah
 
Kdd process
Kdd processKdd process
Kdd process
Rajesh Chandra
 
Introduction to Machine Learning
Introduction to Machine LearningIntroduction to Machine Learning
Introduction to Machine Learning
Lior Rokach
 
Decision Trees
Decision TreesDecision Trees
Decision Trees
Student
 
Knowledge Discovery and Data Mining
Knowledge Discovery and Data MiningKnowledge Discovery and Data Mining
Knowledge Discovery and Data Mining
Amritanshu Mehra
 
Clustering in Data Mining
Clustering in Data MiningClustering in Data Mining
Clustering in Data Mining
Archana Swaminathan
 
Text MIning
Text MIningText MIning
Text MIning
Prakhyath Rai
 
Data Mining
Data MiningData Mining
Data Mining
SHIKHA GAUTAM
 
Big data ppt
Big  data pptBig  data ppt
Big data ppt
Nasrin Hussain
 
Data mining
Data mining Data mining
Big Data Analytics
Big Data AnalyticsBig Data Analytics
Big Data Analytics
RohithND
 

What's hot (20)

Data mining primitives
Data mining primitivesData mining primitives
Data mining primitives
 
Data analytics
Data analyticsData analytics
Data analytics
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Data mining & data warehousing (ppt)
Data mining & data warehousing (ppt)Data mining & data warehousing (ppt)
Data mining & data warehousing (ppt)
 
Major issues in data mining
Major issues in data miningMajor issues in data mining
Major issues in data mining
 
Supervised learning and Unsupervised learning
Supervised learning and Unsupervised learning Supervised learning and Unsupervised learning
Supervised learning and Unsupervised learning
 
Database Management System ppt
Database Management System pptDatabase Management System ppt
Database Management System ppt
 
Data Integration and Transformation in Data mining
Data Integration and Transformation in Data miningData Integration and Transformation in Data mining
Data Integration and Transformation in Data mining
 
Data mining
Data mining Data mining
Data mining
 
Introduction to Data mining
Introduction to Data miningIntroduction to Data mining
Introduction to Data mining
 
Kdd process
Kdd processKdd process
Kdd process
 
Introduction to Machine Learning
Introduction to Machine LearningIntroduction to Machine Learning
Introduction to Machine Learning
 
Decision Trees
Decision TreesDecision Trees
Decision Trees
 
Knowledge Discovery and Data Mining
Knowledge Discovery and Data MiningKnowledge Discovery and Data Mining
Knowledge Discovery and Data Mining
 
Clustering in Data Mining
Clustering in Data MiningClustering in Data Mining
Clustering in Data Mining
 
Text MIning
Text MIningText MIning
Text MIning
 
Data Mining
Data MiningData Mining
Data Mining
 
Big data ppt
Big  data pptBig  data ppt
Big data ppt
 
Data mining
Data mining Data mining
Data mining
 
Big Data Analytics
Big Data AnalyticsBig Data Analytics
Big Data Analytics
 

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 Concepts
Data Mining ConceptsData Mining Concepts
Data Mining Concepts
Dung Nguyen
 
Data Mining: Mining ,associations, and correlations
Data Mining: Mining ,associations, and correlationsData Mining: Mining ,associations, and correlations
Data Mining: Mining ,associations, and correlations
Datamining Tools
 
Mining Frequent Patterns, Association and Correlations
Mining Frequent Patterns, Association and CorrelationsMining Frequent Patterns, Association and Correlations
Mining Frequent Patterns, Association and Correlations
Justin Cletus
 
Data Mining: Classification and analysis
Data Mining: Classification and analysisData Mining: Classification and analysis
Data Mining: Classification and analysis
DataminingTools Inc
 
Data warehouse architecture
Data warehouse architectureData warehouse architecture
Data warehouse architecture
pcherukumalla
 
Data Warehouse Modeling
Data Warehouse ModelingData Warehouse Modeling
Data Warehouse Modeling
vivekjv
 
Data mining PPT
Data mining PPTData mining PPT
Data mining PPT
Kapil Rode
 
Sequential pattern mining
Sequential pattern miningSequential pattern mining
Sequential pattern mining
kiran said
 
Cis 528presentation final
Cis 528presentation finalCis 528presentation final
Cis 528presentation final
priyalmistry4
 
Procurement Models for the Future
Procurement Models for the FutureProcurement Models for the Future
Procurement Models for the Future
Rajat Dhawan, PhD
 
Data Mining: Application and trends in data mining
Data Mining: Application and trends in data miningData Mining: Application and trends in data mining
Data Mining: Application and trends in data mining
DataminingTools Inc
 
Tuning data warehouse
Tuning data warehouseTuning data warehouse
Tuning data warehouse
Srinivasan R
 
Web mining slides
Web mining slidesWeb mining slides
Web mining slides
mahavir_a
 
4.2 spatial data mining
4.2 spatial data mining4.2 spatial data mining
4.2 spatial data mining
Krish_ver2
 
Data Mining: Graph mining and social network analysis
Data Mining: Graph mining and social network analysisData Mining: Graph mining and social network analysis
Data Mining: Graph mining and social network analysis
Datamining Tools
 
XIC - LIC Composite index
XIC  - LIC Composite indexXIC  - LIC Composite index
XIC - LIC Composite index
Share Trading
 
Chapter - 6 Data Mining Concepts and Techniques 2nd Ed slides Han & Kamber
Chapter - 6 Data Mining Concepts and Techniques 2nd Ed slides Han & KamberChapter - 6 Data Mining Concepts and Techniques 2nd Ed slides Han & Kamber
Chapter - 6 Data Mining Concepts and Techniques 2nd Ed slides Han & Kamber
error007
 
Data mining notes
Data mining notesData mining notes
Data mining notes
AVC College of Engineering
 
Data Mining: Data cube computation and data generalization
Data Mining: Data cube computation and data generalizationData Mining: Data cube computation and data generalization
Data Mining: Data cube computation and data generalization
Datamining Tools
 

Viewers also liked (20)

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
 
Data Mining Concepts
Data Mining ConceptsData Mining Concepts
Data Mining Concepts
 
Data Mining: Mining ,associations, and correlations
Data Mining: Mining ,associations, and correlationsData Mining: Mining ,associations, and correlations
Data Mining: Mining ,associations, and correlations
 
Mining Frequent Patterns, Association and Correlations
Mining Frequent Patterns, Association and CorrelationsMining Frequent Patterns, Association and Correlations
Mining Frequent Patterns, Association and Correlations
 
Data Mining: Classification and analysis
Data Mining: Classification and analysisData Mining: Classification and analysis
Data Mining: Classification and analysis
 
Data warehouse architecture
Data warehouse architectureData warehouse architecture
Data warehouse architecture
 
Data Warehouse Modeling
Data Warehouse ModelingData Warehouse Modeling
Data Warehouse Modeling
 
Data mining PPT
Data mining PPTData mining PPT
Data mining PPT
 
Sequential pattern mining
Sequential pattern miningSequential pattern mining
Sequential pattern mining
 
Cis 528presentation final
Cis 528presentation finalCis 528presentation final
Cis 528presentation final
 
Procurement Models for the Future
Procurement Models for the FutureProcurement Models for the Future
Procurement Models for the Future
 
Data Mining: Application and trends in data mining
Data Mining: Application and trends in data miningData Mining: Application and trends in data mining
Data Mining: Application and trends in data mining
 
Tuning data warehouse
Tuning data warehouseTuning data warehouse
Tuning data warehouse
 
Web mining slides
Web mining slidesWeb mining slides
Web mining slides
 
4.2 spatial data mining
4.2 spatial data mining4.2 spatial data mining
4.2 spatial data mining
 
Data Mining: Graph mining and social network analysis
Data Mining: Graph mining and social network analysisData Mining: Graph mining and social network analysis
Data Mining: Graph mining and social network analysis
 
XIC - LIC Composite index
XIC  - LIC Composite indexXIC  - LIC Composite index
XIC - LIC Composite index
 
Chapter - 6 Data Mining Concepts and Techniques 2nd Ed slides Han & Kamber
Chapter - 6 Data Mining Concepts and Techniques 2nd Ed slides Han & KamberChapter - 6 Data Mining Concepts and Techniques 2nd Ed slides Han & Kamber
Chapter - 6 Data Mining Concepts and Techniques 2nd Ed slides Han & Kamber
 
Data mining notes
Data mining notesData mining notes
Data mining notes
 
Data Mining: Data cube computation and data generalization
Data Mining: Data cube computation and data generalizationData Mining: Data cube computation and data generalization
Data Mining: Data cube computation and data generalization
 

Similar to Data mining

Data mining - GDi Techno Solutions
Data mining - GDi Techno SolutionsData mining - GDi Techno Solutions
Data mining - GDi Techno Solutions
GDi Techno Solutions
 
Introduction To Data Mining
Introduction To Data MiningIntroduction To Data Mining
Introduction To Data Mining
dataminers.ir
 
Introduction To Data Mining
Introduction To Data Mining   Introduction To Data Mining
Introduction To Data Mining
Phi Jack
 
Data mining & Decison Trees
Data mining & Decison TreesData mining & Decison Trees
Data mining & Decison Trees
Selman Bozkır
 
Dbm630_lecture01
Dbm630_lecture01Dbm630_lecture01
Dbm630 Lecture01
Dbm630 Lecture01Dbm630 Lecture01
Dbm630 Lecture01
Aj Kritsada Sriphaew
 
Data mining 1
Data mining 1Data mining 1
Data mining 1
Krunal Doshi
 
Dwdmunit1 a
Dwdmunit1 aDwdmunit1 a
Dwdmunit1 a
bhagathk
 
Introduction to data warehouse
Introduction to data warehouseIntroduction to data warehouse
Introduction to data warehouse
Cognizant Technology Solutions
 
Lect 1 introduction
Lect 1 introductionLect 1 introduction
Lect 1 introduction
hktripathy
 
Data Mining
Data MiningData Mining
Data Mining
NafiulIslamNakib
 
D
DD
Data Mining Intro
Data Mining IntroData Mining Intro
Data Mining Intro
ShubhamSamrat5
 
01Intro.ppt
01Intro.ppt01Intro.ppt
01Intro.ppt
AidaMustapha6
 
01Introduction to data mining chapter 1.ppt
01Introduction to data mining chapter 1.ppt01Introduction to data mining chapter 1.ppt
01Introduction to data mining chapter 1.ppt
admsoyadm4
 
data mining
data miningdata mining
data mining
AMITKUMAR202236
 
01Intro.ppt
01Intro.ppt01Intro.ppt
01Intro.ppt
VaibhavGupta447155
 
Data warehousing
Data warehousingData warehousing
Data warehousing
Mandar Kulkarni
 
Introduction
IntroductionIntroduction
Introduction
neelamoberoi1030
 
Chapter 1. Introduction.ppt
Chapter 1. Introduction.pptChapter 1. Introduction.ppt
Chapter 1. Introduction.ppt
Subrata Kumer Paul
 

Similar to Data mining (20)

Data mining - GDi Techno Solutions
Data mining - GDi Techno SolutionsData mining - GDi Techno Solutions
Data mining - GDi Techno Solutions
 
Introduction To Data Mining
Introduction To Data MiningIntroduction To Data Mining
Introduction To Data Mining
 
Introduction To Data Mining
Introduction To Data Mining   Introduction To Data Mining
Introduction To Data Mining
 
Data mining & Decison Trees
Data mining & Decison TreesData mining & Decison Trees
Data mining & Decison Trees
 
Dbm630_lecture01
Dbm630_lecture01Dbm630_lecture01
Dbm630_lecture01
 
Dbm630 Lecture01
Dbm630 Lecture01Dbm630 Lecture01
Dbm630 Lecture01
 
Data mining 1
Data mining 1Data mining 1
Data mining 1
 
Dwdmunit1 a
Dwdmunit1 aDwdmunit1 a
Dwdmunit1 a
 
Introduction to data warehouse
Introduction to data warehouseIntroduction to data warehouse
Introduction to data warehouse
 
Lect 1 introduction
Lect 1 introductionLect 1 introduction
Lect 1 introduction
 
Data Mining
Data MiningData Mining
Data Mining
 
D
DD
D
 
Data Mining Intro
Data Mining IntroData Mining Intro
Data Mining Intro
 
01Intro.ppt
01Intro.ppt01Intro.ppt
01Intro.ppt
 
01Introduction to data mining chapter 1.ppt
01Introduction to data mining chapter 1.ppt01Introduction to data mining chapter 1.ppt
01Introduction to data mining chapter 1.ppt
 
data mining
data miningdata mining
data mining
 
01Intro.ppt
01Intro.ppt01Intro.ppt
01Intro.ppt
 
Data warehousing
Data warehousingData warehousing
Data warehousing
 
Introduction
IntroductionIntroduction
Introduction
 
Chapter 1. Introduction.ppt
Chapter 1. Introduction.pptChapter 1. Introduction.ppt
Chapter 1. Introduction.ppt
 

Recently uploaded

Building a Semantic Layer of your Data Platform
Building a Semantic Layer of your Data PlatformBuilding a Semantic Layer of your Data Platform
Building a Semantic Layer of your Data Platform
Enterprise Knowledge
 
Day 2 - Intro to UiPath Studio Fundamentals
Day 2 - Intro to UiPath Studio FundamentalsDay 2 - Intro to UiPath Studio Fundamentals
Day 2 - Intro to UiPath Studio Fundamentals
UiPathCommunity
 
Day 4 - Excel Automation and Data Manipulation
Day 4 - Excel Automation and Data ManipulationDay 4 - Excel Automation and Data Manipulation
Day 4 - Excel Automation and Data Manipulation
UiPathCommunity
 
ScyllaDB Topology on Raft: An Inside Look
ScyllaDB Topology on Raft: An Inside LookScyllaDB Topology on Raft: An Inside Look
ScyllaDB Topology on Raft: An Inside Look
ScyllaDB
 
CTO Insights: Steering a High-Stakes Database Migration
CTO Insights: Steering a High-Stakes Database MigrationCTO Insights: Steering a High-Stakes Database Migration
CTO Insights: Steering a High-Stakes Database Migration
ScyllaDB
 
Getting Started Using the National Research Platform
Getting Started Using the National Research PlatformGetting Started Using the National Research Platform
Getting Started Using the National Research Platform
Larry Smarr
 
APJC Introduction to ThousandEyes Webinar
APJC Introduction to ThousandEyes WebinarAPJC Introduction to ThousandEyes Webinar
APJC Introduction to ThousandEyes Webinar
ThousandEyes
 
MongoDB vs ScyllaDB: Tractian’s Experience with Real-Time ML
MongoDB vs ScyllaDB: Tractian’s Experience with Real-Time MLMongoDB vs ScyllaDB: Tractian’s Experience with Real-Time ML
MongoDB vs ScyllaDB: Tractian’s Experience with Real-Time ML
ScyllaDB
 
Ubuntu Server CLI cheat sheet 2024 v6.pdf
Ubuntu Server CLI cheat sheet 2024 v6.pdfUbuntu Server CLI cheat sheet 2024 v6.pdf
Ubuntu Server CLI cheat sheet 2024 v6.pdf
TechOnDemandSolution
 
Chapter 5 - Managing Test Activities V4.0
Chapter 5 - Managing Test Activities V4.0Chapter 5 - Managing Test Activities V4.0
Chapter 5 - Managing Test Activities V4.0
Neeraj Kumar Singh
 
Database Management Myths for Developers
Database Management Myths for DevelopersDatabase Management Myths for Developers
Database Management Myths for Developers
John Sterrett
 
DynamoDB to ScyllaDB: Technical Comparison and the Path to Success
DynamoDB to ScyllaDB: Technical Comparison and the Path to SuccessDynamoDB to ScyllaDB: Technical Comparison and the Path to Success
DynamoDB to ScyllaDB: Technical Comparison and the Path to Success
ScyllaDB
 
QA or the Highway - Component Testing: Bridging the gap between frontend appl...
QA or the Highway - Component Testing: Bridging the gap between frontend appl...QA or the Highway - Component Testing: Bridging the gap between frontend appl...
QA or the Highway - Component Testing: Bridging the gap between frontend appl...
zjhamm304
 
Radically Outperforming DynamoDB @ Digital Turbine with SADA and Google Cloud
Radically Outperforming DynamoDB @ Digital Turbine with SADA and Google CloudRadically Outperforming DynamoDB @ Digital Turbine with SADA and Google Cloud
Radically Outperforming DynamoDB @ Digital Turbine with SADA and Google Cloud
ScyllaDB
 
MySQL InnoDB Storage Engine: Deep Dive - Mydbops
MySQL InnoDB Storage Engine: Deep Dive - MydbopsMySQL InnoDB Storage Engine: Deep Dive - Mydbops
MySQL InnoDB Storage Engine: Deep Dive - Mydbops
Mydbops
 
Supplier Sourcing Presentation - Gay De La Cruz.pdf
Supplier Sourcing Presentation - Gay De La Cruz.pdfSupplier Sourcing Presentation - Gay De La Cruz.pdf
Supplier Sourcing Presentation - Gay De La Cruz.pdf
gaydlc2513
 
ThousandEyes New Product Features and Release Highlights: June 2024
ThousandEyes New Product Features and Release Highlights: June 2024ThousandEyes New Product Features and Release Highlights: June 2024
ThousandEyes New Product Features and Release Highlights: June 2024
ThousandEyes
 
Call Girls Chennai ☎️ +91-7426014248 😍 Chennai Call Girl Beauty Girls Chennai...
Call Girls Chennai ☎️ +91-7426014248 😍 Chennai Call Girl Beauty Girls Chennai...Call Girls Chennai ☎️ +91-7426014248 😍 Chennai Call Girl Beauty Girls Chennai...
Call Girls Chennai ☎️ +91-7426014248 😍 Chennai Call Girl Beauty Girls Chennai...
anilsa9823
 
From NCSA to the National Research Platform
From NCSA to the National Research PlatformFrom NCSA to the National Research Platform
From NCSA to the National Research Platform
Larry Smarr
 
An Introduction to All Data Enterprise Integration
An Introduction to All Data Enterprise IntegrationAn Introduction to All Data Enterprise Integration
An Introduction to All Data Enterprise Integration
Safe Software
 

Recently uploaded (20)

Building a Semantic Layer of your Data Platform
Building a Semantic Layer of your Data PlatformBuilding a Semantic Layer of your Data Platform
Building a Semantic Layer of your Data Platform
 
Day 2 - Intro to UiPath Studio Fundamentals
Day 2 - Intro to UiPath Studio FundamentalsDay 2 - Intro to UiPath Studio Fundamentals
Day 2 - Intro to UiPath Studio Fundamentals
 
Day 4 - Excel Automation and Data Manipulation
Day 4 - Excel Automation and Data ManipulationDay 4 - Excel Automation and Data Manipulation
Day 4 - Excel Automation and Data Manipulation
 
ScyllaDB Topology on Raft: An Inside Look
ScyllaDB Topology on Raft: An Inside LookScyllaDB Topology on Raft: An Inside Look
ScyllaDB Topology on Raft: An Inside Look
 
CTO Insights: Steering a High-Stakes Database Migration
CTO Insights: Steering a High-Stakes Database MigrationCTO Insights: Steering a High-Stakes Database Migration
CTO Insights: Steering a High-Stakes Database Migration
 
Getting Started Using the National Research Platform
Getting Started Using the National Research PlatformGetting Started Using the National Research Platform
Getting Started Using the National Research Platform
 
APJC Introduction to ThousandEyes Webinar
APJC Introduction to ThousandEyes WebinarAPJC Introduction to ThousandEyes Webinar
APJC Introduction to ThousandEyes Webinar
 
MongoDB vs ScyllaDB: Tractian’s Experience with Real-Time ML
MongoDB vs ScyllaDB: Tractian’s Experience with Real-Time MLMongoDB vs ScyllaDB: Tractian’s Experience with Real-Time ML
MongoDB vs ScyllaDB: Tractian’s Experience with Real-Time ML
 
Ubuntu Server CLI cheat sheet 2024 v6.pdf
Ubuntu Server CLI cheat sheet 2024 v6.pdfUbuntu Server CLI cheat sheet 2024 v6.pdf
Ubuntu Server CLI cheat sheet 2024 v6.pdf
 
Chapter 5 - Managing Test Activities V4.0
Chapter 5 - Managing Test Activities V4.0Chapter 5 - Managing Test Activities V4.0
Chapter 5 - Managing Test Activities V4.0
 
Database Management Myths for Developers
Database Management Myths for DevelopersDatabase Management Myths for Developers
Database Management Myths for Developers
 
DynamoDB to ScyllaDB: Technical Comparison and the Path to Success
DynamoDB to ScyllaDB: Technical Comparison and the Path to SuccessDynamoDB to ScyllaDB: Technical Comparison and the Path to Success
DynamoDB to ScyllaDB: Technical Comparison and the Path to Success
 
QA or the Highway - Component Testing: Bridging the gap between frontend appl...
QA or the Highway - Component Testing: Bridging the gap between frontend appl...QA or the Highway - Component Testing: Bridging the gap between frontend appl...
QA or the Highway - Component Testing: Bridging the gap between frontend appl...
 
Radically Outperforming DynamoDB @ Digital Turbine with SADA and Google Cloud
Radically Outperforming DynamoDB @ Digital Turbine with SADA and Google CloudRadically Outperforming DynamoDB @ Digital Turbine with SADA and Google Cloud
Radically Outperforming DynamoDB @ Digital Turbine with SADA and Google Cloud
 
MySQL InnoDB Storage Engine: Deep Dive - Mydbops
MySQL InnoDB Storage Engine: Deep Dive - MydbopsMySQL InnoDB Storage Engine: Deep Dive - Mydbops
MySQL InnoDB Storage Engine: Deep Dive - Mydbops
 
Supplier Sourcing Presentation - Gay De La Cruz.pdf
Supplier Sourcing Presentation - Gay De La Cruz.pdfSupplier Sourcing Presentation - Gay De La Cruz.pdf
Supplier Sourcing Presentation - Gay De La Cruz.pdf
 
ThousandEyes New Product Features and Release Highlights: June 2024
ThousandEyes New Product Features and Release Highlights: June 2024ThousandEyes New Product Features and Release Highlights: June 2024
ThousandEyes New Product Features and Release Highlights: June 2024
 
Call Girls Chennai ☎️ +91-7426014248 😍 Chennai Call Girl Beauty Girls Chennai...
Call Girls Chennai ☎️ +91-7426014248 😍 Chennai Call Girl Beauty Girls Chennai...Call Girls Chennai ☎️ +91-7426014248 😍 Chennai Call Girl Beauty Girls Chennai...
Call Girls Chennai ☎️ +91-7426014248 😍 Chennai Call Girl Beauty Girls Chennai...
 
From NCSA to the National Research Platform
From NCSA to the National Research PlatformFrom NCSA to the National Research Platform
From NCSA to the National Research Platform
 
An Introduction to All Data Enterprise Integration
An Introduction to All Data Enterprise IntegrationAn Introduction to All Data Enterprise Integration
An Introduction to All Data Enterprise Integration
 

Data mining

  • 1. Data Mining: Concepts and Techniques By Akannsha A. Totewar Professor at YCCE, Wanadongari, Nagpur. 1 Data Mining: Concepts and Techniques November 24, 2012
  • 2. Chapter 1. Introduction  Motivation: Why data mining?  What is data mining?  Data Mining: On what kind of data?  Data mining functionality  Are all the patterns interesting?  Classification of data mining systems  Major issues in data mining 2
  • 3. Why Mine Data? Commercial Viewpoint  Lots of data is being collected and warehoused  Web data, e-commerce  purchases at department/ grocery stores  Bank/Credit Card transactions  Computers have become cheaper and more powerful  Competitive Pressure is Strong  Provide better, customized services for an edge (e.g. in Customer Relationship Management)
  • 4. Motivation: ―Necessity is the Mother of Invention‖  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!  Solution: data mining  Extraction of interesting knowledge (rules, regularities, patterns, constraints) from data in large databases 4
  • 5. Evolution of Database Technology  1960s:  Data collection, database creation, IMS and network DBMS  1970s:  Relational data model, relational DBMS implementation  1980s:  RDBMS, advanced data models (extended-relational, OO, deductive, etc.) and application-oriented DBMS (spatial, scientific, engineering, etc.)  1990s—2000s:  Data mining and data warehousing, multimedia databases, and Web databases 5
  • 6. What is Data Mining?  Many Definitions  Extraction of implicit, previously unknown and potentially useful information from data  Exploration & analysis, by automatic or semi-automatic means, of large quantities of data in order to discover meaningful patterns
  • 7. What Is Data Mining?  Data mining (knowledge discovery in databases):  Extraction of interesting (non-trivial, implicit, previously unknown and potentially useful) information or patterns from data in large databases  Alternative names :  Knowledge discovery(mining) in databases (KDD), knowledge extraction, data/pattern analysis, data archeology, data dredging, information harvesting, business intelligence, etc.  What is not data mining?  (Deductive) query processing.  Expert systems or statistical programs 7
  • 8. What is (not) Data Mining?  What is not Data Mining?  What is Data Mining? – Look up phone number in phone directory – Certain names are more prevalent in certain US locations (O’Brien, O’Rurke, O’Reilly… in Boston area) – Query a Web search engine for information – Group together similar documents returned about ―Amazon‖ by search engine according to their context (e.g. Amazon rainforest, Amazon.com,)
  • 9. Origins of Data Mining  Draws ideas from machine learning/AI, pattern recognition, statistics, and database systems  Traditional Techniques may be unsuitable due to  Enormity of data Statistics/ Machine Learning/ AI Pattern  High dimensionality Recognition of data  Heterogeneous, Data Mining distributed nature of data Database systems
  • 10. Decisions in Data Mining  Databases to be mined  Relational, transactional, object-oriented, object-relational, active, spatial, time-series, text, multi-media, heterogeneous, legacy, WWW, etc.  Knowledge to be mined  Characterization, discrimination, association, classification, clustering, trend, deviation and outlier analysis, etc.  Multiple/integrated functions and mining at multiple levels  Techniques utilized  Database-oriented, data warehouse (OLAP), machine learning, statistics, visualization, neural network, etc.  Applications adapted  Retail, telecommunication, banking, fraud analysis, DNA mining, stock market analysis, Web mining, Weblog analysis, etc.
  • 11. Data Mining Tasks  Prediction Tasks  Use some variables to predict unknown or future values of other variables  Description Tasks  Find human-interpretable patterns that describe the data. Common data mining tasks  Classification [Predictive]  Clustering [Descriptive]  Association Rule Discovery [Descriptive]  Sequential Pattern Discovery [Descriptive]  Regression [Predictive]  Deviation Detection [Predictive]
  • 12. Data Mining— Potential Applications  Database analysis and decision support ◦ Market analysis and management  target marketing, customer relation management, market basket analysis, cross selling, market segmentation ◦ Risk analysis and management  Forecasting, customer retention, improved underwriting, quality control, competitive analysis ◦ Fraud detection and management  Other Applications ◦ Text mining (news group, email, documents) and Web analysis. ◦ Intelligent query answering 1 2
  • 13. Other Applications  Sports  IBM Advanced Scout analyzed NBA game statistics (shots blocked, assists, and fouls) to gain competitive advantage for New York Knicks and Miami Heat  Astronomy  JPL and the Palomar Observatory discovered 22 quasars with the help of data mining  Internet Web Surf-Aid  IBM Surf-Aid applies data mining algorithms to Web access logs for market-related pages to discover customer preference and behavior pages, analyzing effectiveness of Web marketing, improving Web site organization, etc. 1 3
  • 14. Data Mining: A KDD Process Pattern Evaluation ◦ Data mining: the core of knowledge discovery Data Mining process. Task-relevant Data Data Warehouse Selection Data Cleaning Data Integration 1 4 Databases
  • 15. 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 transformation: ◦ 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  Pattern evaluation and knowledge presentation ◦ visualization, transformation, removing redundant patterns, etc.  Use of discovered knowledge 1 5
  • 16. Data Mining and Business Intelligence Increasing potential to support business decisions End User Making Decisions Data Presentation Business Analyst Visualization Techniques Data Mining Data Information Discovery Analyst Data Exploration Statistical Analysis, Querying and Reporting Data Warehouses / Data Marts OLAP, MDA DBA Data Sources 1 Paper, Files, Information Providers, Database Systems, OLTP 6
  • 17. Architecture of a Typical Data Mining System Graphical user interface Pattern evaluation Data mining engine Knowledge-base Database or data warehouse server Data cleaning & data integration Filtering Data Databases Warehouse 1 7
  • 18. Data Mining: On What Kind of Data?  Relational databases  Data warehouses  Transactional databases  Advanced DB and information repositories  Object-oriented and object-relational databases  Spatial databases  Time-series data and temporal data  Text databases and multimedia databases  Heterogeneous and legacy databases  WWW 1 8
  • 19. Data Mining Functionalities (1)  Concept description: Characterization and discrimination ◦ Generalize, summarize, and contrast data characteristics, e.g., dry vs. wet regions  Association (correlation and causality) ◦ Multi-dimensional vs. single-dimensional association ◦ age(X, ―20..29‖) ^ income(X, ―20..29K‖)  buys(X, ―PC‖) [support = 2%, confidence = 60%] ◦ contains(T, ―computer‖)  contains(x, ―software‖) [1%, 75%] 1 9
  • 20. Data Mining Functionalities (2)  Classification and Prediction ◦ Finding models (functions) that describe and distinguish classes or concepts for future prediction ◦ E.g., classify countries based on climate, or classify cars based on gas mileage ◦ Presentation: decision-tree, classification rule, neural network ◦ Prediction: Predict some unknown or missing numerical values  Cluster analysis ◦ Class label is unknown: Group data to form new classes, e.g., cluster houses to find distribution patterns ◦ Clustering based on the principle: maximizing the intra-class similarity and minimizing the interclass similarity 2 0
  • 21. Data Mining Functionalities (3)  Outlier analysis  Outlier: a data object that does not comply with the general behavior of the data  It can be considered as noise or exception but is quite useful in fraud detection, rare events analysis  Trend and evolution analysis  Trend and deviation: regression analysis  Sequential pattern mining, periodicity analysis  Similarity-based analysis 2  Other pattern-directed or statistical analyses 1
  • 22. Are All the ―Discovered‖ Patterns Interesting?  A data mining system/query may generate thousands of patterns, not all of them are interesting. ◦ Suggested approach: Human-centered, query-based, focused mining  Interestingness measures: A pattern is interesting if it is easily understood by humans, valid on new or test data with some degree of certainty, potentially useful, novel, or validates some hypothesis that a user seeks to confirm  Objective vs. subjective interestingness measures: ◦ Objective: based on statistics and structures of patterns, e.g., support, confidence, etc. ◦ Subjective: based on user’s belief in the data, e.g., unexpectedness, 2 Data Mining: Concepts and Techniques novelty, actionability, etc. November 24, 2012 2
  • 23. Can We Find All and Only Interesting Patterns?  Find all the interesting patterns: Completeness ◦ Can a data mining system find all the interesting patterns? ◦ Association vs. classification vs. clustering  Search for only interesting patterns: Optimization ◦ Can a data mining system find only the interesting patterns? ◦ Approaches  First general all the patterns and then filter out the uninteresting ones.  Generate only the interesting patterns—mining query optimization 2 Data Mining: Concepts and Techniques November 24, 2012 3
  • 24. Data Mining: Confluence of Multiple Disciplines Database Statistics Technology Machine Data Mining Visualization Learning Information Other Science Disciplines 2 Data Mining: Concepts and Techniques November 24, 2012 4
  • 25. Data Mining: Classification Schemes  General functionality  Descriptive data mining  Predictive data mining  Different views, different classifications  Kinds of databases to be mined  Kinds of knowledge to be discovered  Kinds of techniques utilized  Kinds of applications adapted 2 Data Mining: Concepts and Techniques November 24, 2012 5
  • 26. A Multi-Dimensional View of Data Mining Classification  Databases to be mined  Relational, transactional, object-oriented, object- relational, active, spatial, time-series, text, multi- media, heterogeneous, legacy, WWW, etc.  Knowledge to be mined  Characterization, discrimination, association, classification, cluste ring, trend, deviation and outlier analysis, etc.  Multiple/integrated functions and mining at multiple levels  Techniques utilized  Database-oriented, data warehouse (OLAP), machine learning, statistics, visualization, neural network, etc.  Applications adapted 2  Retail, telecommunication, banking, fraud analysis, DNA mining, stock Data Mining: Concepts and Techniques November 24, 2012 6 market analysis, Web mining, Weblog analysis, etc.
  • 27. OLAP Mining: An Integration of Data Mining and Data Warehousing  Data mining systems, DBMS, Data warehouse systems coupling  No coupling, loose-coupling, semi-tight-coupling, tight-coupling  On-line analytical mining data  integration of mining and OLAP technologies  Interactive mining multi-level knowledge  Necessity of mining knowledge and patterns at different levels of abstraction by drilling/rolling, pivoting, slicing/dicing, etc.  Integration of multiple mining functions 2  Characterized and Techniques Data Mining: Concepts classification, first clustering and then association November 24, 2012 7
  • 28. An OLAM Architecture Mining query Mining result Layer4 User Interface User GUI API Layer3 OLAM OLAP Engine Engine OLAP/OLAM Data Cube API Layer2 MDDB MDDB Meta Data Filtering&Integration Database API Filtering Layer1 Data cleaning Data 2 Databases Data Data Mining: Concepts andData integration Warehouse Techniques November 24, 2012 8 Repository
  • 29. Major Issues in Data Mining (1)  Mining methodology and user interaction  Mining different kinds of knowledge in databases  Interactive mining of knowledge at multiple levels of abstraction  Incorporation of background knowledge  Data mining query languages and ad-hoc data mining  Expression and visualization of data mining results  Handling noise and incomplete data  Pattern evaluation: the interestingness problem  Performance and scalability  Efficiency and scalability of data mining algorithms 2  Parallel, distributed and incremental mining methods Data Mining: Concepts and Techniques November 24, 2012 9
  • 30. Major Issues in Data Mining (2)  Issues relating to the diversity of data types  Handling relational and complex types of data  Mining information from heterogeneous databases and global information systems (WWW)  Issues related to applications and social impacts  Application of discovered knowledge  Domain-specific data mining tools  Intelligent query answering  Process control and decision making  Integration of the discovered knowledge with existing knowledge: A knowledge fusion problem 3  Protection of data security, integrity, and privacy Data Mining: Concepts and Techniques November 24, 2012 0
  • 31. Summary  Data mining: discovering interesting patterns from large amounts of data  A natural evolution of database technology, in great demand, with wide applications  A KDD process includes data cleaning, data integration, data selection, transformation, data mining, pattern evaluation, and knowledge presentation  Mining can be performed in a variety of information repositories  Data mining functionalities: characterization, discrimination, association, classification, clustering, outlier and trend analysis, etc.  Classification of data mining systems 3 Data Mining: Concepts and Techniques November 24, 2012 1  Major issues in data mining
  • 32. A Brief History of Data Mining Society  1989 IJCAI Workshop on Knowledge Discovery in Databases (Piatetsky-Shapiro)  Knowledge Discovery in Databases (G. Piatetsky-Shapiro and W. Frawley, 1991)  1991-1994 Workshops on Knowledge Discovery in Databases  Advances in Knowledge Discovery and Data Mining (U. Fayyad, G. Piatetsky- Shapiro, P. Smyth, and R. Uthurusamy, 1996)  1995-1998 International Conferences on Knowledge Discovery in Databases and Data Mining (KDD’95-98)  Journal of Data Mining and Knowledge Discovery (1997)  1998 ACM SIGKDD, SIGKDD’1999-2001 conferences, and SIGKDD Explorations  More conferences on data mining 3  Data Mining: Concepts and Techniques (IEEE) ICDM, etc. PAKDD, PKDD, SIAM-Data Mining, November 24, 2012 2
  • 33. Where to Find References?  Data mining and KDD (SIGKDD member CDROM):  Conference proceedings: KDD, and others, such as PKDD, PAKDD, etc.  Journal: Data Mining and Knowledge Discovery  Database field (SIGMOD member CD ROM):  Conference proceedings: ACM-SIGMOD, ACM-PODS, VLDB, ICDE, EDBT, DASFAA  Journals: ACM-TODS, J. ACM, IEEE-TKDE, JIIS, etc.  AI and Machine Learning:  Conference proceedings: Machine learning, AAAI, IJCAI, etc.  Journals: Machine Learning, Artificial Intelligence, etc.  Statistics:  Conference proceedings: Joint Stat. Meeting, etc.  Journals: Annals of statistics, etc.  Visualization:  Conference proceedings: CHI, etc. 3  Data Mining: Concepts and visualization and computer graphics, etc. Journals: IEEE Trans. Techniques November 24, 2012 3
  • 34. References  U. M. Fayyad, G. Piatetsky-Shapiro, P. Smyth, and R. Uthurusamy. Advances in Knowledge Discovery and Data Mining. AAAI/MIT Press, 1996.  J. Han and M. Kamber. Data Mining: Concepts and Techniques. Morgan Kaufmann, 2000.  T. Imielinski and H. Mannila. A database perspective on knowledge discovery. Communications of ACM, 39:58-64, 1996.  G. Piatetsky-Shapiro, U. Fayyad, and P. Smith. From data mining to knowledge discovery: An overview. In U.M. Fayyad, et al. (eds.), Advances in Knowledge Discovery and Data Mining, 1-35. AAAI/MIT Press, 1996.  G. Piatetsky-Shapiro and W. J. Frawley. Knowledge Discovery in Databases. AAAI/MIT Press, 1991. 3 Data Mining: Concepts and Techniques November 24, 2012 4
  • 35. http://www.cs.sfu.ca/~han 3 5 Thank you !!! Data Mining: Concepts and Techniques November 24, 2012
  翻译: