SlideShare a Scribd company logo
1 of 51
1
1
Data Mining:
Concepts and Techniques
(3rd ed.)
—Unit 1 (Chapter 1)—
Dr. S Padmaja
Associate Professor
Keshav Memorial Institute of Technology
Narayanguda
2
Introduction
īŽ Why Data Mining?
īŽ What Is Data Mining?
īŽ A Multi-Dimensional View of Data Mining
īŽ What Kind of Data Can Be Mined?
īŽ What Kinds of Patterns Can Be Mined?
īŽ What Technology Are Used?
īŽ What Kind of Applications Are Targeted?
īŽ Major Issues in Data Mining
īŽ A Brief History of Data Mining and Data Mining Society
īŽ Summary
3
Why Data Mining?
īŽ The Explosive Growth of Data: from terabytes to petabytes
īŽ Data collection and data availability
īŽ Automated data collection tools, database systems, Web,
computerized society
īŽ Major sources of abundant data
īŽ Business: Web, e-commerce, transactions, stocks, â€Ļ
īŽ Science: Remote sensing, bioinformatics, scientific simulation, â€Ļ
īŽ Society and everyone: news, digital cameras, YouTube
īŽ We are drowning in data, but starving for knowledge!
īŽ “Necessity is the mother of invention”—Data mining—Automated
analysis of massive data sets
4
Evolution of Sciences
īŽ Before 1600, empirical science
īŽ 1600-1950s, theoretical science
īŽ Each discipline has grown a theoretical component. Theoretical models often
motivate experiments and generalize our understanding.
īŽ 1950s-1990s, computational science
īŽ Over the last 50 years, most disciplines have grown a third, computational branch
(e.g. empirical, theoretical, and computational ecology, or physics, or linguistics.)
īŽ Computational Science traditionally meant simulation. It grew out of our inability to
find closed-form solutions for complex mathematical models.
īŽ 1990-now, data science
īŽ The flood of data from new scientific instruments and simulations
īŽ The ability to economically store and manage petabytes of data online
īŽ The Internet and computing Grid that makes all these archives universally accessible
īŽ Scientific info. management, acquisition, organization, query, and visualization tasks
scale almost linearly with data volumes. Data mining is a major new challenge!
īŽ Jim Gray and Alex Szalay, The World Wide Telescope: An Archetype for Online Science,
Comm. ACM, 45(11): 50-54, Nov. 2002
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.)
īŽ Application-oriented DBMS (spatial, scientific, engineering, etc.)
īŽ 1990s:
īŽ Data mining, data warehousing, multimedia databases, and Web
databases
īŽ 2000s
īŽ Stream data management and mining
īŽ Data mining and its applications
īŽ Web technology (XML, data integration) and global information systems
6
Introduction
īŽ Why Data Mining?
īŽ What Is Data Mining?
īŽ A Multi-Dimensional View of Data Mining
īŽ What Kind of Data Can Be Mined?
īŽ What Kinds of Patterns Can Be Mined?
īŽ What Technology Are Used?
īŽ What Kind of Applications Are Targeted?
īŽ Major Issues in Data Mining
īŽ A Brief History of Data Mining and Data Mining Society
īŽ Summary
What is (not) Data Mining?
Examples
l What is not Data
Mining?
– Look up phone
number in phone
directory
– Query a Web
search engine for
information about
“Amazon”
l What is Data Mining?
– Certain names are more
prevalent in certain US locations
(O’Brien, O’Rurke, O’Reillyâ€Ļ in
Boston area)
– Group together similar
documents returned by search
engine according to their context
(e.g. Amazon rainforest,
Amazon.com,)
8
What Is Data Mining?
īŽ Data mining (knowledge discovery from data)
īŽ Extraction of interesting (non-trivial, implicit, previously
unknown and potentially useful) patterns or knowledge from
huge amount of data
īŽ Alternative names
īŽ Knowledge discovery (mining) in databases (KDD), knowledge
extraction, data/pattern analysis, data archeology, data
dredging, information harvesting, business intelligence, etc.
9
Knowledge Discovery from Data
(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
10
Knowledge Discovery (KDD) Process
īŽ This is a view from typical
database systems and data
warehousing communities
īŽ Data mining plays an essential
role in the knowledge discovery
process
Data Cleaning
Data Integration
Databases
Data Warehouse
Task-relevant Data
Selection
Data Mining
Pattern Evaluation
11
Example: A Web Mining Framework
īŽ Web mining usually involves
īŽ Data cleaning
īŽ Data integration from multiple sources
īŽ Warehousing the data
īŽ Data cube construction
īŽ Data selection for data mining
īŽ Data mining
īŽ Presentation of the mining results
īŽ Patterns and knowledge to be used or stored into
knowledge-base
12
Data Mining in Business Intelligence
Increasing potential
to support
business decisions End User
Business
Analyst
Data
Analyst
DBA
Decision
Making
Data Presentation
Visualization Techniques
Data Mining
Information Discovery
Data Exploration
Statistical Summary, Querying, and Reporting
Data Preprocessing/Integration, Data Warehouses
Data Sources
Paper, Files, Web documents, Scientific experiments, Database Systems
13
KDD Process: A Typical View from ML and
Statistics
Input Data Data
Mining
Data Pre-
Processing
Post-
Processing
īŽ This is a view from typical machine learning and statistics communities
Data integration
Normalization
Feature selection
Dimension reduction
Pattern discovery
Association & correlation
Classification
Clustering
Outlier analysis
â€Ļ â€Ļ â€Ļ â€Ļ
Pattern evaluation
Pattern selection
Pattern interpretation
Pattern visualization
14
Introduction
īŽ Why Data Mining?
īŽ What Is Data Mining?
īŽ A Multi-Dimensional View of Data Mining
īŽ What Kind of Data Can Be Mined?
īŽ What Kinds of Patterns Can Be Mined?
īŽ What Technology Are Used?
īŽ What Kind of Applications Are Targeted?
īŽ Major Issues in Data Mining
īŽ A Brief History of Data Mining and Data Mining Society
īŽ Summary
15
Multi-Dimensional View of Data Mining
īŽ Data to be mined
īŽ Database data (extended-relational, object-oriented, heterogeneous,
legacy), data warehouse, transactional data, stream, time-series,
sequence, text and web, multi-media, graphs & social and
information networks
īŽ Knowledge to be mined (or: Data mining functions)
īŽ Characterization, discrimination, association, classification,
clustering, trend/deviation, outlier analysis, etc.
īŽ Descriptive vs. predictive data mining
īŽ Multiple/integrated functions and mining at multiple levels
īŽ Techniques utilized
īŽ Data-intensive, data warehouse (OLAP), machine learning, statistics,
pattern recognition, visualization, high-performance, etc.
īŽ Applications adapted
īŽ Retail, telecommunication, banking, fraud analysis, bio-data mining,
stock market analysis, text mining, Web mining, etc.
Database Data
Data Warehouses
A Multidimensional data cube
Transactional Data
20
Multi-Dimensional View of Data Mining
īŽ Knowledge to be mined (or: Data mining functions)
īŽ Characterization, discrimination, association, classification,
clustering, trend/deviation, outlier analysis, etc.
īŽ Descriptive vs. predictive data mining
īŽ Multiple/integrated functions and mining at multiple levels
21
Data Mining Functionalities
īŽ Multidimensional concept description: Characterization and
discrimination
īŽ Generalize, summarize, and contrast data characteristics, e.g.,
dry vs. wet regions
īŽ Frequent patterns, association, correlation vs. causality
īŽ Diaper īƒ  Beer [0.5%, 75%] (Correlation or causality?)
īŽ Classification and prediction
īŽ Construct 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)
īŽ Predict some unknown or missing numerical values
22
Data Mining Functionalities (contd)
īŽ Cluster analysis
īŽ Class label is unknown: Group data to form new classes, e.g.,
cluster houses to find distribution patterns
īŽ Maximizing intra-class similarity & minimizing interclass similarity
īŽ Outlier analysis
īŽ Outlier: Data object that does not comply with the general behavior
of the data
īŽ Noise or exception? Useful in fraud detection, rare events analysis
īŽ Trend and evolution analysis
īŽ Trend and deviation: e.g., regression analysis
īŽ Sequential pattern mining: e.g., digital camera īƒ  large SD memory
īŽ Periodicity analysis
īŽ Similarity-based analysis
īŽ Other pattern-directed or statistical analyses
23
Multi-Dimensional View of Data Mining
īŽ Techniques utilized
īŽ Data-intensive, data warehouse (OLAP), machine learning, statistics,
pattern recognition, visualization, high-performance, etc.
24
Chapter 1. Introduction
īŽ Why Data Mining?
īŽ What Is Data Mining?
īŽ A Multi-Dimensional View of Data Mining
īŽ What Kind of Data Can Be Mined?
īŽ What Kinds of Patterns Can Be Mined?
īŽ What Technology Are Used?
īŽ What Kind of Applications Are Targeted?
īŽ Major Issues in Data Mining
īŽ A Brief History of Data Mining and Data Mining Society
īŽ Summary
25
Data Mining: On What Kinds of Data?
īŽ Database-oriented data sets and applications
īŽ Relational database, data warehouse, transactional database
īŽ Advanced data sets and advanced applications
īŽ Data streams and sensor data
īŽ Time-series data, temporal data, sequence data (incl. bio-sequences)
īŽ Structure data, graphs, social networks and multi-linked data
īŽ Object-relational databases
īŽ Heterogeneous databases and legacy databases
īŽ Spatial data and spatiotemporal data
īŽ Multimedia database
īŽ Text databases
īŽ The World-Wide Web
26
Chapter 1. Introduction
īŽ Why Data Mining?
īŽ What Is Data Mining?
īŽ A Multi-Dimensional View of Data Mining
īŽ What Kind of Data Can Be Mined?
īŽ What Kinds of Patterns Can Be Mined?
īŽ What Technology Are Used?
īŽ What Kind of Applications Are Targeted?
īŽ Major Issues in Data Mining
īŽ A Brief History of Data Mining and Data Mining Society
īŽ Summary
27
Data Mining Function: (1) Generalization
īŽ Information integration and data warehouse construction
īŽ Data cleaning, transformation, integration, and
multidimensional data model
īŽ Data cube technology
īŽ OLAP (online analytical processing)
īŽ Multidimensional concept description: Characterization
and discrimination
īŽ Generalize, summarize, and contrast data
characteristics, e.g., dry vs. wet region
28
Data Mining Function: (2) Association and
Correlation Analysis
īŽ Frequent patterns (or frequent itemsets)
īŽ What items are frequently purchased together in your
Walmart?
īŽ Association, correlation vs. causality
īŽ A typical association rule
īŽ Diaper īƒ  Beer [0.5%, 75%] (support, confidence)
īŽ Are strongly associated items also strongly correlated?
īŽ How to mine such patterns and rules efficiently in large
datasets?
īŽ How to use such patterns for classification, clustering,
and other applications?
Association Rule Discovery:
Definition
īŽ Given a set of records each of which contain some number
of items from a given collection;
īŽ Produce dependency rules which will predict occurrence
of an item based on occurrences of other items.
TID Items
1 Bread, Coke, Milk
2 Beer, Bread
3 Beer, Coke, Diaper, Milk
4 Beer, Bread, Diaper, Milk
5 Coke, Diaper, Milk
Rules Discovered:
{Milk} --> {Coke}
{Diaper, Milk} --> {Beer}
30
Data Mining Function: (3) Classification
īŽ Classification and label prediction
īŽ Construct models (functions) based on some training examples
īŽ Describe and distinguish classes or concepts for future prediction
īŽ E.g., classify countries based on (climate), or classify cars
based on (gas mileage)
īŽ Predict some unknown class labels
īŽ Typical methods
īŽ Decision trees, naïve Bayesian classification, support vector
machines, neural networks, rule-based classification, pattern-
based classification, logistic regression, â€Ļ
īŽ Typical applications:
īŽ Credit card fraud detection, direct marketing, classifying stars,
diseases, web-pages, â€Ļ
Classification Example
Tid Refund Marital
Status
Taxable
Income Cheat
1 Yes Single 125K No
2 No Married 100K No
3 No Single 70K No
4 Yes Married 120K No
5 No Divorced 95K Yes
6 No Married 60K No
7 Yes Divorced 220K No
8 No Single 85K Yes
9 No Married 75K No
10 No Single 90K Yes
10
Refund Marital
Status
Taxable
Income Cheat
No Single 75K ?
Yes Married 50K ?
No Married 150K ?
Yes Divorced 90K ?
No Single 40K ?
No Married 80K ?
10
Test
Set
Training
Set
Model
Learn
Classifier
32
Data Mining Function: (4) Cluster Analysis
īŽ Unsupervised learning (i.e., Class label is unknown)
īŽ Group data to form new categories (i.e., clusters), e.g.,
cluster houses to find distribution patterns
īŽ Principle: Maximizing intra-class similarity & minimizing
interclass similarity
īŽ Many methods and applications
Illustrating Clustering
x Euclidean Distance Based Clustering in 3-D space.
Intracluster distances
are minimized
Intercluster distances
are maximized
34
Data Mining Function: (5) Outlier Analysis
īŽ Outlier analysis
īŽ Outlier: A data object that does not comply with the general
behavior of the data
īŽ Noise or exception? ― One person’s garbage could be another
person’s treasure
īŽ Methods: by product of clustering or regression analysis, â€Ļ
īŽ Useful in fraud detection, rare events analysis
35
Time and Ordering: Sequential Pattern,
Trend and Evolution Analysis
īŽ Sequence, trend and evolution analysis
īŽ Trend, time-series, and deviation analysis: e.g.,
regression and value prediction
īŽ Sequential pattern mining
īŽ e.g., first buy digital camera, then buy large SD
memory cards
īŽ Periodicity analysis
īŽ Mining data streams
īŽ Ordered, time-varying, potentially infinite, data streams
36
Evaluation of Knowledge
īŽ Are all mined knowledge interesting?
īŽ One can mine tremendous amount of “patterns” and knowledge
īŽ Some may fit only certain dimension space (time, location, â€Ļ)
īŽ Some may not be representative, may be transient, â€Ļ
īŽ Evaluation of mined knowledge → directly mine only
interesting knowledge?
īŽ Descriptive vs. predictive
īŽ Coverage
īŽ Typicality vs. novelty
īŽ Accuracy
īŽ Timeliness
īŽ â€Ļ
37
Chapter 1. Introduction
īŽ Why Data Mining?
īŽ What Is Data Mining?
īŽ A Multi-Dimensional View of Data Mining
īŽ What Kind of Data Can Be Mined?
īŽ What Kinds of Patterns Can Be Mined?
īŽ What Technology Are Used?
īŽ What Kind of Applications Are Targeted?
īŽ Major Issues in Data Mining
īŽ A Brief History of Data Mining and Data Mining Society
īŽ Summary
38
Data Mining: Confluence of Multiple Disciplines
Data Mining
Machine
Learning
Statistics
Applications
Algorithm
Pattern
Recognition
High-Performance
Computing
Visualization
Database
Technology
39
Chapter 1. Introduction
īŽ Why Data Mining?
īŽ What Is Data Mining?
īŽ A Multi-Dimensional View of Data Mining
īŽ What Kind of Data Can Be Mined?
īŽ What Kinds of Patterns Can Be Mined?
īŽ What Technology Are Used?
īŽ What Kind of Applications Are Targeted?
īŽ Major Issues in Data Mining
īŽ A Brief History of Data Mining and Data Mining Society
īŽ Summary
40
Multi-Dimensional View of Data Mining
īŽ Applications adapted
īŽ Retail, telecommunication, banking, fraud analysis, bio-data mining,
stock market analysis, text mining, Web mining, etc.
41
Applications of Data Mining
īŽ Web page analysis: from web page classification, clustering to
PageRank & HITS algorithms
īŽ Basket data analysis to targeted marketing
īŽ Biological and medical data analysis: classification, cluster
analysis (microarray data analysis), biological sequence analysis,
biological network analysis
īŽ Data mining and software engineering (e.g., IEEE Computer, Aug.
2009 issue)
īŽ From major dedicated data mining systems/tools (e.g., SAS, MS SQL-
Server Analysis Manager, Oracle Data Mining Tools) to invisible data
mining
42
Chapter 1. Introduction
īŽ Why Data Mining?
īŽ What Is Data Mining?
īŽ A Multi-Dimensional View of Data Mining
īŽ What Kind of Data Can Be Mined?
īŽ What Kinds of Patterns Can Be Mined?
īŽ What Technology Are Used?
īŽ What Kind of Applications Are Targeted?
īŽ Major Issues in Data Mining
īŽ A Brief History of Data Mining and Data Mining Society
īŽ Summary
43
Major Issues in Data Mining (1)
īŽ Mining Methodology
īŽ Mining various and new kinds of knowledge
īŽ Mining knowledge in multi-dimensional space
īŽ Data mining: An interdisciplinary effort
īŽ Boosting the power of discovery in a networked environment
īŽ Handling noise, uncertainty, and incompleteness of data
īŽ Pattern evaluation and pattern- or constraint-guided mining
īŽ User Interaction
īŽ Interactive mining
īŽ Incorporation of background knowledge
īŽ Presentation and visualization of data mining results
44
Major Issues in Data Mining (2)
īŽ Efficiency and Scalability
īŽ Efficiency and scalability of data mining algorithms
īŽ Diversity of data types
īŽ Handling complex types of data
īŽ Mining dynamic, networked, and global data repositories
īŽ Data mining and society
īŽ Social impacts of data mining
īŽ Privacy-preserving data mining
īŽ Invisible data mining
45
Chapter 1. Introduction
īŽ Why Data Mining?
īŽ What Is Data Mining?
īŽ A Multi-Dimensional View of Data Mining
īŽ What Kind of Data Can Be Mined?
īŽ What Kinds of Patterns Can Be Mined?
īŽ What Technology Are Used?
īŽ What Kind of Applications Are Targeted?
īŽ Major Issues in Data Mining
īŽ A Brief History of Data Mining and Data Mining Society
īŽ Summary
46
A Brief History of Data Mining Society
īŽ 1989 IJCAI Workshop on Knowledge Discovery in Databases
īŽ 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)
īŽ ACM SIGKDD conferences since 1998 and SIGKDD Explorations
īŽ More conferences on data mining
īŽ PAKDD (1997), PKDD (1997), SIAM-Data Mining (2001), (IEEE) ICDM
(2001), etc.
īŽ ACM Transactions on KDD starting in 2007
47
Conferences and Journals on Data Mining
īŽ KDD Conferences
īŽ ACM SIGKDD Int. Conf. on
Knowledge Discovery in
Databases and Data Mining (KDD)
īŽ SIAM Data Mining Conf. (SDM)
īŽ (IEEE) Int. Conf. on Data Mining
(ICDM)
īŽ European Conf. on Machine
Learning and Principles and
practices of Knowledge Discovery
and Data Mining (ECML-PKDD)
īŽ Pacific-Asia Conf. on Knowledge
Discovery and Data Mining
(PAKDD)
īŽ Int. Conf. on Web Search and
Data Mining (WSDM)
īŽ Other related conferences
īŽ DB conferences: ACM SIGMOD,
VLDB, ICDE, EDBT, ICDT, â€Ļ
īŽ Web and IR conferences: WWW,
SIGIR, WSDM
īŽ ML conferences: ICML, NIPS
īŽ PR conferences: CVPR,
īŽ Journals
īŽ Data Mining and Knowledge
Discovery (DAMI or DMKD)
īŽ IEEE Trans. On Knowledge and
Data Eng. (TKDE)
īŽ KDD Explorations
īŽ ACM Trans. on KDD
48
Where to Find References? DBLP, CiteSeer, Google
īŽ Data mining and KDD (SIGKDD: CDROM)
īŽ Conferences: ACM-SIGKDD, IEEE-ICDM, SIAM-DM, PKDD, PAKDD, etc.
īŽ Journal: Data Mining and Knowledge Discovery, KDD Explorations, ACM TKDD
īŽ Database systems (SIGMOD: ACM SIGMOD Anthology—CD ROM)
īŽ Conferences: ACM-SIGMOD, ACM-PODS, VLDB, IEEE-ICDE, EDBT, ICDT, DASFAA
īŽ Journals: IEEE-TKDE, ACM-TODS/TOIS, JIIS, J. ACM, VLDB J., Info. Sys., etc.
īŽ AI & Machine Learning
īŽ Conferences: Machine learning (ML), AAAI, IJCAI, COLT (Learning Theory), CVPR, NIPS, etc.
īŽ Journals: Machine Learning, Artificial Intelligence, Knowledge and Information Systems,
IEEE-PAMI, etc.
īŽ Web and IR
īŽ Conferences: SIGIR, WWW, CIKM, etc.
īŽ Journals: WWW: Internet and Web Information Systems,
īŽ Statistics
īŽ Conferences: Joint Stat. Meeting, etc.
īŽ Journals: Annals of statistics, etc.
īŽ Visualization
īŽ Conference proceedings: CHI, ACM-SIGGraph, etc.
īŽ Journals: IEEE Trans. visualization and computer graphics, etc.
49
Chapter 1. Introduction
īŽ Why Data Mining?
īŽ What Is Data Mining?
īŽ A Multi-Dimensional View of Data Mining
īŽ What Kind of Data Can Be Mined?
īŽ What Kinds of Patterns Can Be Mined?
īŽ What Technology Are Used?
īŽ What Kind of Applications Are Targeted?
īŽ Major Issues in Data Mining
īŽ A Brief History of Data Mining and Data Mining Society
īŽ Summary
50
Summary
īŽ Data mining: Discovering interesting patterns and knowledge from
massive amount 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 data
īŽ Data mining functionalities: characterization, discrimination,
association, classification, clustering, outlier and trend analysis, etc.
īŽ Data mining technologies and applications
īŽ Major issues in data mining
51
Recommended Reference Books
īŽ S. Chakrabarti. Mining the Web: Statistical Analysis of Hypertex and Semi-Structured Data. Morgan
Kaufmann, 2002
īŽ R. O. Duda, P. E. Hart, and D. G. Stork, Pattern Classification, 2ed., Wiley-Interscience, 2000
īŽ T. Dasu and T. Johnson. Exploratory Data Mining and Data Cleaning. John Wiley & Sons, 2003
īŽ U. M. Fayyad, G. Piatetsky-Shapiro, P. Smyth, and R. Uthurusamy. Advances in Knowledge Discovery and
Data Mining. AAAI/MIT Press, 1996
īŽ U. Fayyad, G. Grinstein, and A. Wierse, Information Visualization in Data Mining and Knowledge
Discovery, Morgan Kaufmann, 2001
īŽ J. Han and M. Kamber. Data Mining: Concepts and Techniques. Morgan Kaufmann, 3rd ed., 2011
īŽ D. J. Hand, H. Mannila, and P. Smyth, Principles of Data Mining, MIT Press, 2001
īŽ T. Hastie, R. Tibshirani, and J. Friedman, The Elements of Statistical Learning: Data Mining, Inference,
and Prediction, 2nd ed., Springer-Verlag, 2009
īŽ B. Liu, Web Data Mining, Springer 2006.
īŽ T. M. Mitchell, Machine Learning, McGraw Hill, 1997
īŽ G. Piatetsky-Shapiro and W. J. Frawley. Knowledge Discovery in Databases. AAAI/MIT Press, 1991
īŽ P.-N. Tan, M. Steinbach and V. Kumar, Introduction to Data Mining, Wiley, 2005
īŽ S. M. Weiss and N. Indurkhya, Predictive Data Mining, Morgan Kaufmann, 1998
īŽ I. H. Witten and E. Frank, Data Mining: Practical Machine Learning Tools and Techniques with Java
Implementations, Morgan Kaufmann, 2nd ed. 2005

More Related Content

Similar to Unit 1 (Chapter-1) on data mining concepts.ppt

Chapter 1. Introduction
Chapter 1. IntroductionChapter 1. Introduction
Chapter 1. Introductionbutest
 
Introduction.ppt
Introduction.pptIntroduction.ppt
Introduction.pptbommaiah
 
01 Data Mining: Concepts and Techniques, 2nd ed.
01 Data Mining: Concepts and Techniques, 2nd ed.01 Data Mining: Concepts and Techniques, 2nd ed.
01 Data Mining: Concepts and Techniques, 2nd ed.Institute of Technology Telkom
 
Data mining Introduction
Data mining IntroductionData mining Introduction
Data mining IntroductionVijayasankariS
 
Data mining 1
Data mining 1Data mining 1
Data mining 1Krunal Doshi
 
Introduction to Data Mining and technologies .ppt
Introduction to Data Mining and technologies .pptIntroduction to Data Mining and technologies .ppt
Introduction to Data Mining and technologies .pptSangrangBargayary3
 
Data Mining mod1 ppt.pdf bca sixth semester notes
Data Mining mod1 ppt.pdf bca sixth semester notesData Mining mod1 ppt.pdf bca sixth semester notes
Data Mining mod1 ppt.pdf bca sixth semester notesasnaparveen414
 
Dwdmunit1 a
Dwdmunit1 aDwdmunit1 a
Dwdmunit1 abhagathk
 
Data Mining : Concepts and Techniques
Data Mining : Concepts and TechniquesData Mining : Concepts and Techniques
Data Mining : Concepts and TechniquesDeepaR42
 
Data Mining introduction and basic concepts
Data Mining introduction and basic conceptsData Mining introduction and basic concepts
Data Mining introduction and basic conceptsPritiRishi
 
Introduction to Data Mining
Introduction to Data MiningIntroduction to Data Mining
Introduction to Data MiningAbcdDcba12
 
Data mining and knowledge discovery
Data mining and knowledge discoveryData mining and knowledge discovery
Data mining and knowledge discoveryYoung Alista
 
Data mining and knowledge discovery
Data mining and knowledge discoveryData mining and knowledge discovery
Data mining and knowledge discoveryHarry Potter
 
Data mining and knowledge discovery
Data mining and knowledge discoveryData mining and knowledge discovery
Data mining and knowledge discoveryJames Wong
 
Data mining and knowledge discovery
Data mining and knowledge discoveryData mining and knowledge discovery
Data mining and knowledge discoveryFraboni Ec
 

Similar to Unit 1 (Chapter-1) on data mining concepts.ppt (20)

Chapter 1. Introduction
Chapter 1. IntroductionChapter 1. Introduction
Chapter 1. Introduction
 
Introduction
IntroductionIntroduction
Introduction
 
Introduction.ppt
Introduction.pptIntroduction.ppt
Introduction.ppt
 
Data Mining
Data MiningData Mining
Data Mining
 
01 Data Mining: Concepts and Techniques, 2nd ed.
01 Data Mining: Concepts and Techniques, 2nd ed.01 Data Mining: Concepts and Techniques, 2nd ed.
01 Data Mining: Concepts and Techniques, 2nd ed.
 
Data mining Introduction
Data mining IntroductionData mining Introduction
Data mining Introduction
 
01datamining.pdf
01datamining.pdf01datamining.pdf
01datamining.pdf
 
Cs501 dm intro
Cs501 dm introCs501 dm intro
Cs501 dm intro
 
unit 1 DATA MINING.ppt
unit 1 DATA MINING.pptunit 1 DATA MINING.ppt
unit 1 DATA MINING.ppt
 
Data mining 1
Data mining 1Data mining 1
Data mining 1
 
Introduction to Data Mining and technologies .ppt
Introduction to Data Mining and technologies .pptIntroduction to Data Mining and technologies .ppt
Introduction to Data Mining and technologies .ppt
 
Data Mining mod1 ppt.pdf bca sixth semester notes
Data Mining mod1 ppt.pdf bca sixth semester notesData Mining mod1 ppt.pdf bca sixth semester notes
Data Mining mod1 ppt.pdf bca sixth semester notes
 
Dwdmunit1 a
Dwdmunit1 aDwdmunit1 a
Dwdmunit1 a
 
Data Mining : Concepts and Techniques
Data Mining : Concepts and TechniquesData Mining : Concepts and Techniques
Data Mining : Concepts and Techniques
 
Data Mining introduction and basic concepts
Data Mining introduction and basic conceptsData Mining introduction and basic concepts
Data Mining introduction and basic concepts
 
Introduction to Data Mining
Introduction to Data MiningIntroduction to Data Mining
Introduction to Data Mining
 
Data mining and knowledge discovery
Data mining and knowledge discoveryData mining and knowledge discovery
Data mining and knowledge discovery
 
Data mining and knowledge discovery
Data mining and knowledge discoveryData mining and knowledge discovery
Data mining and knowledge discovery
 
Data mining and knowledge discovery
Data mining and knowledge discoveryData mining and knowledge discovery
Data mining and knowledge discovery
 
Data mining and knowledge discovery
Data mining and knowledge discoveryData mining and knowledge discovery
Data mining and knowledge discovery
 

Recently uploaded

Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoÃŖo Esperancinha
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Study on Air-Water & Water-Water Heat Exchange in a Finned īģŋTube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned īģŋTube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned īģŋTube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned īģŋTube ExchangerAnamika Sarkar
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 

Recently uploaded (20)

Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Study on Air-Water & Water-Water Heat Exchange in a Finned īģŋTube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned īģŋTube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned īģŋTube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned īģŋTube Exchanger
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 

Unit 1 (Chapter-1) on data mining concepts.ppt

  • 1. 1 1 Data Mining: Concepts and Techniques (3rd ed.) —Unit 1 (Chapter 1)— Dr. S Padmaja Associate Professor Keshav Memorial Institute of Technology Narayanguda
  • 2. 2 Introduction īŽ Why Data Mining? īŽ What Is Data Mining? īŽ A Multi-Dimensional View of Data Mining īŽ What Kind of Data Can Be Mined? īŽ What Kinds of Patterns Can Be Mined? īŽ What Technology Are Used? īŽ What Kind of Applications Are Targeted? īŽ Major Issues in Data Mining īŽ A Brief History of Data Mining and Data Mining Society īŽ Summary
  • 3. 3 Why Data Mining? īŽ The Explosive Growth of Data: from terabytes to petabytes īŽ Data collection and data availability īŽ Automated data collection tools, database systems, Web, computerized society īŽ Major sources of abundant data īŽ Business: Web, e-commerce, transactions, stocks, â€Ļ īŽ Science: Remote sensing, bioinformatics, scientific simulation, â€Ļ īŽ Society and everyone: news, digital cameras, YouTube īŽ We are drowning in data, but starving for knowledge! īŽ “Necessity is the mother of invention”—Data mining—Automated analysis of massive data sets
  • 4. 4 Evolution of Sciences īŽ Before 1600, empirical science īŽ 1600-1950s, theoretical science īŽ Each discipline has grown a theoretical component. Theoretical models often motivate experiments and generalize our understanding. īŽ 1950s-1990s, computational science īŽ Over the last 50 years, most disciplines have grown a third, computational branch (e.g. empirical, theoretical, and computational ecology, or physics, or linguistics.) īŽ Computational Science traditionally meant simulation. It grew out of our inability to find closed-form solutions for complex mathematical models. īŽ 1990-now, data science īŽ The flood of data from new scientific instruments and simulations īŽ The ability to economically store and manage petabytes of data online īŽ The Internet and computing Grid that makes all these archives universally accessible īŽ Scientific info. management, acquisition, organization, query, and visualization tasks scale almost linearly with data volumes. Data mining is a major new challenge! īŽ Jim Gray and Alex Szalay, The World Wide Telescope: An Archetype for Online Science, Comm. ACM, 45(11): 50-54, Nov. 2002
  • 5. 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.) īŽ Application-oriented DBMS (spatial, scientific, engineering, etc.) īŽ 1990s: īŽ Data mining, data warehousing, multimedia databases, and Web databases īŽ 2000s īŽ Stream data management and mining īŽ Data mining and its applications īŽ Web technology (XML, data integration) and global information systems
  • 6. 6 Introduction īŽ Why Data Mining? īŽ What Is Data Mining? īŽ A Multi-Dimensional View of Data Mining īŽ What Kind of Data Can Be Mined? īŽ What Kinds of Patterns Can Be Mined? īŽ What Technology Are Used? īŽ What Kind of Applications Are Targeted? īŽ Major Issues in Data Mining īŽ A Brief History of Data Mining and Data Mining Society īŽ Summary
  • 7. What is (not) Data Mining? Examples l What is not Data Mining? – Look up phone number in phone directory – Query a Web search engine for information about “Amazon” l What is Data Mining? – Certain names are more prevalent in certain US locations (O’Brien, O’Rurke, O’Reillyâ€Ļ in Boston area) – Group together similar documents returned by search engine according to their context (e.g. Amazon rainforest, Amazon.com,)
  • 8. 8 What Is Data Mining? īŽ Data mining (knowledge discovery from data) īŽ Extraction of interesting (non-trivial, implicit, previously unknown and potentially useful) patterns or knowledge from huge amount of data īŽ Alternative names īŽ Knowledge discovery (mining) in databases (KDD), knowledge extraction, data/pattern analysis, data archeology, data dredging, information harvesting, business intelligence, etc.
  • 9. 9 Knowledge Discovery from Data (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
  • 10. 10 Knowledge Discovery (KDD) Process īŽ This is a view from typical database systems and data warehousing communities īŽ Data mining plays an essential role in the knowledge discovery process Data Cleaning Data Integration Databases Data Warehouse Task-relevant Data Selection Data Mining Pattern Evaluation
  • 11. 11 Example: A Web Mining Framework īŽ Web mining usually involves īŽ Data cleaning īŽ Data integration from multiple sources īŽ Warehousing the data īŽ Data cube construction īŽ Data selection for data mining īŽ Data mining īŽ Presentation of the mining results īŽ Patterns and knowledge to be used or stored into knowledge-base
  • 12. 12 Data Mining in Business Intelligence Increasing potential to support business decisions End User Business Analyst Data Analyst DBA Decision Making Data Presentation Visualization Techniques Data Mining Information Discovery Data Exploration Statistical Summary, Querying, and Reporting Data Preprocessing/Integration, Data Warehouses Data Sources Paper, Files, Web documents, Scientific experiments, Database Systems
  • 13. 13 KDD Process: A Typical View from ML and Statistics Input Data Data Mining Data Pre- Processing Post- Processing īŽ This is a view from typical machine learning and statistics communities Data integration Normalization Feature selection Dimension reduction Pattern discovery Association & correlation Classification Clustering Outlier analysis â€Ļ â€Ļ â€Ļ â€Ļ Pattern evaluation Pattern selection Pattern interpretation Pattern visualization
  • 14. 14 Introduction īŽ Why Data Mining? īŽ What Is Data Mining? īŽ A Multi-Dimensional View of Data Mining īŽ What Kind of Data Can Be Mined? īŽ What Kinds of Patterns Can Be Mined? īŽ What Technology Are Used? īŽ What Kind of Applications Are Targeted? īŽ Major Issues in Data Mining īŽ A Brief History of Data Mining and Data Mining Society īŽ Summary
  • 15. 15 Multi-Dimensional View of Data Mining īŽ Data to be mined īŽ Database data (extended-relational, object-oriented, heterogeneous, legacy), data warehouse, transactional data, stream, time-series, sequence, text and web, multi-media, graphs & social and information networks īŽ Knowledge to be mined (or: Data mining functions) īŽ Characterization, discrimination, association, classification, clustering, trend/deviation, outlier analysis, etc. īŽ Descriptive vs. predictive data mining īŽ Multiple/integrated functions and mining at multiple levels īŽ Techniques utilized īŽ Data-intensive, data warehouse (OLAP), machine learning, statistics, pattern recognition, visualization, high-performance, etc. īŽ Applications adapted īŽ Retail, telecommunication, banking, fraud analysis, bio-data mining, stock market analysis, text mining, Web mining, etc.
  • 20. 20 Multi-Dimensional View of Data Mining īŽ Knowledge to be mined (or: Data mining functions) īŽ Characterization, discrimination, association, classification, clustering, trend/deviation, outlier analysis, etc. īŽ Descriptive vs. predictive data mining īŽ Multiple/integrated functions and mining at multiple levels
  • 21. 21 Data Mining Functionalities īŽ Multidimensional concept description: Characterization and discrimination īŽ Generalize, summarize, and contrast data characteristics, e.g., dry vs. wet regions īŽ Frequent patterns, association, correlation vs. causality īŽ Diaper īƒ  Beer [0.5%, 75%] (Correlation or causality?) īŽ Classification and prediction īŽ Construct 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) īŽ Predict some unknown or missing numerical values
  • 22. 22 Data Mining Functionalities (contd) īŽ Cluster analysis īŽ Class label is unknown: Group data to form new classes, e.g., cluster houses to find distribution patterns īŽ Maximizing intra-class similarity & minimizing interclass similarity īŽ Outlier analysis īŽ Outlier: Data object that does not comply with the general behavior of the data īŽ Noise or exception? Useful in fraud detection, rare events analysis īŽ Trend and evolution analysis īŽ Trend and deviation: e.g., regression analysis īŽ Sequential pattern mining: e.g., digital camera īƒ  large SD memory īŽ Periodicity analysis īŽ Similarity-based analysis īŽ Other pattern-directed or statistical analyses
  • 23. 23 Multi-Dimensional View of Data Mining īŽ Techniques utilized īŽ Data-intensive, data warehouse (OLAP), machine learning, statistics, pattern recognition, visualization, high-performance, etc.
  • 24. 24 Chapter 1. Introduction īŽ Why Data Mining? īŽ What Is Data Mining? īŽ A Multi-Dimensional View of Data Mining īŽ What Kind of Data Can Be Mined? īŽ What Kinds of Patterns Can Be Mined? īŽ What Technology Are Used? īŽ What Kind of Applications Are Targeted? īŽ Major Issues in Data Mining īŽ A Brief History of Data Mining and Data Mining Society īŽ Summary
  • 25. 25 Data Mining: On What Kinds of Data? īŽ Database-oriented data sets and applications īŽ Relational database, data warehouse, transactional database īŽ Advanced data sets and advanced applications īŽ Data streams and sensor data īŽ Time-series data, temporal data, sequence data (incl. bio-sequences) īŽ Structure data, graphs, social networks and multi-linked data īŽ Object-relational databases īŽ Heterogeneous databases and legacy databases īŽ Spatial data and spatiotemporal data īŽ Multimedia database īŽ Text databases īŽ The World-Wide Web
  • 26. 26 Chapter 1. Introduction īŽ Why Data Mining? īŽ What Is Data Mining? īŽ A Multi-Dimensional View of Data Mining īŽ What Kind of Data Can Be Mined? īŽ What Kinds of Patterns Can Be Mined? īŽ What Technology Are Used? īŽ What Kind of Applications Are Targeted? īŽ Major Issues in Data Mining īŽ A Brief History of Data Mining and Data Mining Society īŽ Summary
  • 27. 27 Data Mining Function: (1) Generalization īŽ Information integration and data warehouse construction īŽ Data cleaning, transformation, integration, and multidimensional data model īŽ Data cube technology īŽ OLAP (online analytical processing) īŽ Multidimensional concept description: Characterization and discrimination īŽ Generalize, summarize, and contrast data characteristics, e.g., dry vs. wet region
  • 28. 28 Data Mining Function: (2) Association and Correlation Analysis īŽ Frequent patterns (or frequent itemsets) īŽ What items are frequently purchased together in your Walmart? īŽ Association, correlation vs. causality īŽ A typical association rule īŽ Diaper īƒ  Beer [0.5%, 75%] (support, confidence) īŽ Are strongly associated items also strongly correlated? īŽ How to mine such patterns and rules efficiently in large datasets? īŽ How to use such patterns for classification, clustering, and other applications?
  • 29. Association Rule Discovery: Definition īŽ Given a set of records each of which contain some number of items from a given collection; īŽ Produce dependency rules which will predict occurrence of an item based on occurrences of other items. TID Items 1 Bread, Coke, Milk 2 Beer, Bread 3 Beer, Coke, Diaper, Milk 4 Beer, Bread, Diaper, Milk 5 Coke, Diaper, Milk Rules Discovered: {Milk} --> {Coke} {Diaper, Milk} --> {Beer}
  • 30. 30 Data Mining Function: (3) Classification īŽ Classification and label prediction īŽ Construct models (functions) based on some training examples īŽ Describe and distinguish classes or concepts for future prediction īŽ E.g., classify countries based on (climate), or classify cars based on (gas mileage) īŽ Predict some unknown class labels īŽ Typical methods īŽ Decision trees, naïve Bayesian classification, support vector machines, neural networks, rule-based classification, pattern- based classification, logistic regression, â€Ļ īŽ Typical applications: īŽ Credit card fraud detection, direct marketing, classifying stars, diseases, web-pages, â€Ļ
  • 31. Classification Example Tid Refund Marital Status Taxable Income Cheat 1 Yes Single 125K No 2 No Married 100K No 3 No Single 70K No 4 Yes Married 120K No 5 No Divorced 95K Yes 6 No Married 60K No 7 Yes Divorced 220K No 8 No Single 85K Yes 9 No Married 75K No 10 No Single 90K Yes 10 Refund Marital Status Taxable Income Cheat No Single 75K ? Yes Married 50K ? No Married 150K ? Yes Divorced 90K ? No Single 40K ? No Married 80K ? 10 Test Set Training Set Model Learn Classifier
  • 32. 32 Data Mining Function: (4) Cluster Analysis īŽ Unsupervised learning (i.e., Class label is unknown) īŽ Group data to form new categories (i.e., clusters), e.g., cluster houses to find distribution patterns īŽ Principle: Maximizing intra-class similarity & minimizing interclass similarity īŽ Many methods and applications
  • 33. Illustrating Clustering x Euclidean Distance Based Clustering in 3-D space. Intracluster distances are minimized Intercluster distances are maximized
  • 34. 34 Data Mining Function: (5) Outlier Analysis īŽ Outlier analysis īŽ Outlier: A data object that does not comply with the general behavior of the data īŽ Noise or exception? ― One person’s garbage could be another person’s treasure īŽ Methods: by product of clustering or regression analysis, â€Ļ īŽ Useful in fraud detection, rare events analysis
  • 35. 35 Time and Ordering: Sequential Pattern, Trend and Evolution Analysis īŽ Sequence, trend and evolution analysis īŽ Trend, time-series, and deviation analysis: e.g., regression and value prediction īŽ Sequential pattern mining īŽ e.g., first buy digital camera, then buy large SD memory cards īŽ Periodicity analysis īŽ Mining data streams īŽ Ordered, time-varying, potentially infinite, data streams
  • 36. 36 Evaluation of Knowledge īŽ Are all mined knowledge interesting? īŽ One can mine tremendous amount of “patterns” and knowledge īŽ Some may fit only certain dimension space (time, location, â€Ļ) īŽ Some may not be representative, may be transient, â€Ļ īŽ Evaluation of mined knowledge → directly mine only interesting knowledge? īŽ Descriptive vs. predictive īŽ Coverage īŽ Typicality vs. novelty īŽ Accuracy īŽ Timeliness īŽ â€Ļ
  • 37. 37 Chapter 1. Introduction īŽ Why Data Mining? īŽ What Is Data Mining? īŽ A Multi-Dimensional View of Data Mining īŽ What Kind of Data Can Be Mined? īŽ What Kinds of Patterns Can Be Mined? īŽ What Technology Are Used? īŽ What Kind of Applications Are Targeted? īŽ Major Issues in Data Mining īŽ A Brief History of Data Mining and Data Mining Society īŽ Summary
  • 38. 38 Data Mining: Confluence of Multiple Disciplines Data Mining Machine Learning Statistics Applications Algorithm Pattern Recognition High-Performance Computing Visualization Database Technology
  • 39. 39 Chapter 1. Introduction īŽ Why Data Mining? īŽ What Is Data Mining? īŽ A Multi-Dimensional View of Data Mining īŽ What Kind of Data Can Be Mined? īŽ What Kinds of Patterns Can Be Mined? īŽ What Technology Are Used? īŽ What Kind of Applications Are Targeted? īŽ Major Issues in Data Mining īŽ A Brief History of Data Mining and Data Mining Society īŽ Summary
  • 40. 40 Multi-Dimensional View of Data Mining īŽ Applications adapted īŽ Retail, telecommunication, banking, fraud analysis, bio-data mining, stock market analysis, text mining, Web mining, etc.
  • 41. 41 Applications of Data Mining īŽ Web page analysis: from web page classification, clustering to PageRank & HITS algorithms īŽ Basket data analysis to targeted marketing īŽ Biological and medical data analysis: classification, cluster analysis (microarray data analysis), biological sequence analysis, biological network analysis īŽ Data mining and software engineering (e.g., IEEE Computer, Aug. 2009 issue) īŽ From major dedicated data mining systems/tools (e.g., SAS, MS SQL- Server Analysis Manager, Oracle Data Mining Tools) to invisible data mining
  • 42. 42 Chapter 1. Introduction īŽ Why Data Mining? īŽ What Is Data Mining? īŽ A Multi-Dimensional View of Data Mining īŽ What Kind of Data Can Be Mined? īŽ What Kinds of Patterns Can Be Mined? īŽ What Technology Are Used? īŽ What Kind of Applications Are Targeted? īŽ Major Issues in Data Mining īŽ A Brief History of Data Mining and Data Mining Society īŽ Summary
  • 43. 43 Major Issues in Data Mining (1) īŽ Mining Methodology īŽ Mining various and new kinds of knowledge īŽ Mining knowledge in multi-dimensional space īŽ Data mining: An interdisciplinary effort īŽ Boosting the power of discovery in a networked environment īŽ Handling noise, uncertainty, and incompleteness of data īŽ Pattern evaluation and pattern- or constraint-guided mining īŽ User Interaction īŽ Interactive mining īŽ Incorporation of background knowledge īŽ Presentation and visualization of data mining results
  • 44. 44 Major Issues in Data Mining (2) īŽ Efficiency and Scalability īŽ Efficiency and scalability of data mining algorithms īŽ Diversity of data types īŽ Handling complex types of data īŽ Mining dynamic, networked, and global data repositories īŽ Data mining and society īŽ Social impacts of data mining īŽ Privacy-preserving data mining īŽ Invisible data mining
  • 45. 45 Chapter 1. Introduction īŽ Why Data Mining? īŽ What Is Data Mining? īŽ A Multi-Dimensional View of Data Mining īŽ What Kind of Data Can Be Mined? īŽ What Kinds of Patterns Can Be Mined? īŽ What Technology Are Used? īŽ What Kind of Applications Are Targeted? īŽ Major Issues in Data Mining īŽ A Brief History of Data Mining and Data Mining Society īŽ Summary
  • 46. 46 A Brief History of Data Mining Society īŽ 1989 IJCAI Workshop on Knowledge Discovery in Databases īŽ 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) īŽ ACM SIGKDD conferences since 1998 and SIGKDD Explorations īŽ More conferences on data mining īŽ PAKDD (1997), PKDD (1997), SIAM-Data Mining (2001), (IEEE) ICDM (2001), etc. īŽ ACM Transactions on KDD starting in 2007
  • 47. 47 Conferences and Journals on Data Mining īŽ KDD Conferences īŽ ACM SIGKDD Int. Conf. on Knowledge Discovery in Databases and Data Mining (KDD) īŽ SIAM Data Mining Conf. (SDM) īŽ (IEEE) Int. Conf. on Data Mining (ICDM) īŽ European Conf. on Machine Learning and Principles and practices of Knowledge Discovery and Data Mining (ECML-PKDD) īŽ Pacific-Asia Conf. on Knowledge Discovery and Data Mining (PAKDD) īŽ Int. Conf. on Web Search and Data Mining (WSDM) īŽ Other related conferences īŽ DB conferences: ACM SIGMOD, VLDB, ICDE, EDBT, ICDT, â€Ļ īŽ Web and IR conferences: WWW, SIGIR, WSDM īŽ ML conferences: ICML, NIPS īŽ PR conferences: CVPR, īŽ Journals īŽ Data Mining and Knowledge Discovery (DAMI or DMKD) īŽ IEEE Trans. On Knowledge and Data Eng. (TKDE) īŽ KDD Explorations īŽ ACM Trans. on KDD
  • 48. 48 Where to Find References? DBLP, CiteSeer, Google īŽ Data mining and KDD (SIGKDD: CDROM) īŽ Conferences: ACM-SIGKDD, IEEE-ICDM, SIAM-DM, PKDD, PAKDD, etc. īŽ Journal: Data Mining and Knowledge Discovery, KDD Explorations, ACM TKDD īŽ Database systems (SIGMOD: ACM SIGMOD Anthology—CD ROM) īŽ Conferences: ACM-SIGMOD, ACM-PODS, VLDB, IEEE-ICDE, EDBT, ICDT, DASFAA īŽ Journals: IEEE-TKDE, ACM-TODS/TOIS, JIIS, J. ACM, VLDB J., Info. Sys., etc. īŽ AI & Machine Learning īŽ Conferences: Machine learning (ML), AAAI, IJCAI, COLT (Learning Theory), CVPR, NIPS, etc. īŽ Journals: Machine Learning, Artificial Intelligence, Knowledge and Information Systems, IEEE-PAMI, etc. īŽ Web and IR īŽ Conferences: SIGIR, WWW, CIKM, etc. īŽ Journals: WWW: Internet and Web Information Systems, īŽ Statistics īŽ Conferences: Joint Stat. Meeting, etc. īŽ Journals: Annals of statistics, etc. īŽ Visualization īŽ Conference proceedings: CHI, ACM-SIGGraph, etc. īŽ Journals: IEEE Trans. visualization and computer graphics, etc.
  • 49. 49 Chapter 1. Introduction īŽ Why Data Mining? īŽ What Is Data Mining? īŽ A Multi-Dimensional View of Data Mining īŽ What Kind of Data Can Be Mined? īŽ What Kinds of Patterns Can Be Mined? īŽ What Technology Are Used? īŽ What Kind of Applications Are Targeted? īŽ Major Issues in Data Mining īŽ A Brief History of Data Mining and Data Mining Society īŽ Summary
  • 50. 50 Summary īŽ Data mining: Discovering interesting patterns and knowledge from massive amount 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 data īŽ Data mining functionalities: characterization, discrimination, association, classification, clustering, outlier and trend analysis, etc. īŽ Data mining technologies and applications īŽ Major issues in data mining
  • 51. 51 Recommended Reference Books īŽ S. Chakrabarti. Mining the Web: Statistical Analysis of Hypertex and Semi-Structured Data. Morgan Kaufmann, 2002 īŽ R. O. Duda, P. E. Hart, and D. G. Stork, Pattern Classification, 2ed., Wiley-Interscience, 2000 īŽ T. Dasu and T. Johnson. Exploratory Data Mining and Data Cleaning. John Wiley & Sons, 2003 īŽ U. M. Fayyad, G. Piatetsky-Shapiro, P. Smyth, and R. Uthurusamy. Advances in Knowledge Discovery and Data Mining. AAAI/MIT Press, 1996 īŽ U. Fayyad, G. Grinstein, and A. Wierse, Information Visualization in Data Mining and Knowledge Discovery, Morgan Kaufmann, 2001 īŽ J. Han and M. Kamber. Data Mining: Concepts and Techniques. Morgan Kaufmann, 3rd ed., 2011 īŽ D. J. Hand, H. Mannila, and P. Smyth, Principles of Data Mining, MIT Press, 2001 īŽ T. Hastie, R. Tibshirani, and J. Friedman, The Elements of Statistical Learning: Data Mining, Inference, and Prediction, 2nd ed., Springer-Verlag, 2009 īŽ B. Liu, Web Data Mining, Springer 2006. īŽ T. M. Mitchell, Machine Learning, McGraw Hill, 1997 īŽ G. Piatetsky-Shapiro and W. J. Frawley. Knowledge Discovery in Databases. AAAI/MIT Press, 1991 īŽ P.-N. Tan, M. Steinbach and V. Kumar, Introduction to Data Mining, Wiley, 2005 īŽ S. M. Weiss and N. Indurkhya, Predictive Data Mining, Morgan Kaufmann, 1998 īŽ I. H. Witten and E. Frank, Data Mining: Practical Machine Learning Tools and Techniques with Java Implementations, Morgan Kaufmann, 2nd ed. 2005