SlideShare ist ein Scribd-Unternehmen logo
1 von 39
DATA MINING AND
DATA WAREHOUSING
CS- 6301 (Cr-4)
Dr. Hrudaya Kumar Tripathy
Introduction
Outline
 Definition, motivation & application
 Branches of data mining
 Classification, clustering, Association rule
mining
 Some classification techniques
Large-scale Data is
Everywhere!
 There has been
enormous data growth in
both commercial and
scientific databases due
to advances in data
generation and collection
technologies
 New mantra
 Gather whatever data
you can whenever and
wherever possible.
 Expectations
 Gathered data will
have value either for
the purpose collected
or for a purpose not
Computational Simulations
Social Networking:
Twitter
Sensor Networks
Traffic Patterns
Cyber Security E-Commerce
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!
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
Why Mine Data? Commercial Viewpoint
 Lots of data is being collected and
warehoused
◦ Web data
 Yahoo has Peta Bytes of web data
 Facebook has billions of active users
◦ e-commerce
• Amazon handles millions of visits/day
◦ 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)
Why Mine Data? Scientific Viewpoint
Sky Survey Data
Data collected and stored at enormous
speeds (GB/hour)
remote sensors on a satellite
NASA EOSDIS archives over petabytes of earth
science data / year
telescopes scanning the skies
Sky survey data
High-throughput biological data
scientific simulations
terabytes of data generated in a few hours
Data mining helps scientists
in automated analysis of massive datasets
In hypothesis formation
Surface Temperature of Earth
Gene Expression Data
Great Opportunities to Solve Society’s Major
Problems
Improving health care and reducing costs
Finding alternative/ green energy sources
Predicting the impact of climate change
Reducing hunger and poverty by
increasing agriculture production
Motivation:
 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 warehousing and data mining
◦ Data warehousing and on-line analytical
processing
◦ Extraction of interesting knowledge (rules,
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 and their “inside stories”:
◦ Data mining: a misnomer?
◦ Knowledge discovery(mining) in databases (KDD),
knowledge extraction, data/pattern analysis, data
archeology, business intelligence, etc.
What Is Data Mining? (cont.)
 Many Definitions
◦ Exploration & analysis, by automatic or semi-automatic
means, of large quantities of data in order to discover
meaningful patterns
Data Mining Definition
 Finding hidden information in a
database
 Fit data to a model
 Similar terms
◦ Exploratory data analysis
◦ Data driven discovery
◦ Deductive learning
Examples: What is (not) Data Mining?
 What is not Data
Mining?
– Look up phone
number in phone
directory
– Query a Web
search engine for
information about
“Amazon”
 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,)
 Draws ideas from machine learning/AI, pattern
recognition, statistics, and database systems
 Traditional techniques may be unsuitable due to data
that is
◦ Large-scale
◦ High dimensional
◦ Heterogeneous
◦ Complex
◦ Distributed
 A key component of the emerging field of data science
and data-driven discovery
Origins of Data Mining
Data Mining: Confluence of Multiple
Disciplines
Data
Mining
Algorithm
Why Confluence of Multiple Disciplines?
 Tremendous amount of data
◦ Algorithms must be highly scalable to handle such as tera-bytes of
data
 High-dimensionality of data
◦ Micro-array may have tens of thousands of dimensions
 High complexity of data
◦ Data streams and sensor data
◦ Time-series data, temporal data, sequence data
◦ Structure data, graphs, social networks and multi-linked data
◦ Heterogeneous databases and legacy databases
◦ Spatial, spatiotemporal, multimedia, text and Web data
◦ Software programs, scientific simulations
 New and sophisticated applications
Knowledge Discovery from Data (KDD)
 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
Knowledge Discovery from Data (KDD)
(cont.)
The knowledge discovery process is depicted in
Figure as an iterative sequence of the following steps:
1. Data cleaning (to remove noise and inconsistent data)
2. Data integration (where multiple data sources may be
combined)
3. Data selection (where data relevant to the analysis task are
retrieved from the database)
4. Data transformation (where data are transformed and
consolidated into forms appropriate for mining by performing
summary or aggregation operations)
5. Data mining (an essential process where intelligent methods
are applied in order to extract data patterns)
6. Pattern evaluation (to identify the truly interesting patterns
representing knowledge based on interestingness measures)
7. Knowledge presentation (where visualization and knowledge
representation techniques are used to present the mined
knowledge to the user)
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
How Data Mining is used
1. Identify the problem
2. Use data mining techniques to transform
the data into information
3. Act on the information
4. Measure the results
Database Processing vs. Data Mining
Processing
 Query
◦ Well defined
◦ SQL
 Query
◦ Poorly defined
◦ No precise query language
 Data
◦ Operational data
 Output
◦ Precise
◦ Subset of database
 Data
◦ Not operational data
 Output
◦ Fuzzy
◦ Not a subset of database
Query Examples
 Database
 Data Mining
– Find all customers who have purchased milk
– Find all items which are frequently purchased with milk. (Association
rules)
– Find all credit applicants with last name of Smith.
– Identify customers who have purchased more than $10,000 in the
last month.
– Find all credit applicants who are poor credit risks. (Classification)
– Identify customers with similar buying habits. (Clustering)
Multi-Dimensional Views (Decisions) of Data
Mining
 Data to be mined
◦ Database data (extended-relational, object-oriented,
heterogeneous, legacy), data warehouse, transactional data,
stream, spatiotemporal, 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.
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
Data Mining: Classification Schemes
 Decisions in data mining
◦ Kinds of databases to be mined
◦ Kinds of knowledge to be discovered
◦ Kinds of techniques utilized
◦ Kinds of applications adapted
 Data mining tasks
◦ Descriptive data mining
◦ Predictive data mining
Data Mining Models and Tasks
Data Mining Tasks
 Prediction Tasks (Predictive)
◦ The objective of these tasks is to predict the value of a particular
attribute based on the values of other attributes.
◦ The attribute to be predicted is commonly known as the target or
dependent variable, while the attributes used for making the
prediction are known as the explanatory or independent
variables.
 Description Tasks (Descriptive)
◦ 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]
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
11 No Married 60K No
12 Yes Divorced 220K No
13 No Single 85K Yes
14 No Married 75K No
15 No Single 90K Yes
10
Milk
Data
Data Mining Tasks …
29
Data Mining Function: (1) Generalization
 Information integration and data warehouse
construction
◦ Data cleaning, transformation, integration, and
multidimensional data model
 Data cube technology
◦ Scalable methods for computing (i.e., materializing)
multidimensional aggregates
◦ OLAP (online analytical processing)
 Multidimensional concept description:
Characterization and discrimination
◦ Generalize, summarize, and contrast data
characteristics, e.g., dry vs. wet region
30
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)
 Tea  Sugar [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,
31
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:
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
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
34
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
◦ Motifs and biological sequence analysis
 Approximate and consecutive motifs
◦ Similarity-based analysis
 Mining data streams
◦ Ordered, time-varying, potentially infinite, data
streams
35
Structure and Network Analysis
 Graph mining
◦ Finding frequent subgraphs (e.g., chemical compounds), trees
(XML), substructures (web fragments)
 Information network analysis
◦ Social networks: actors (objects, nodes) and relationships (edges)
 e.g., author networks in CS, terrorist networks
◦ Multiple heterogeneous networks
 A person could be multiple information networks: friends, family,
classmates, …
◦ Links carry a lot of semantic information: Link mining
 Web mining
◦ Web is a big information network: from PageRank to Google
◦ Analysis of Web information networks
 Web community discovery, opinion mining, usage mining, …
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
◦ …
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 environmen
◦ 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
Major Issues in Data Mining (2)
 Efficiency and Scalability
‒ Efficiency and scalability of data mining algorithms
‒ Parallel, distributed, stream, and incremental mining
methods
 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
Applications of Data Mining
 Web page analysis: from web page classification, clustering to
PageRank & HITS algorithms
 Collaborative analysis & recommender systems
 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

Weitere ähnliche Inhalte

Was ist angesagt?

Introduction to-data-mining chapter 1
Introduction to-data-mining  chapter 1Introduction to-data-mining  chapter 1
Introduction to-data-mining chapter 1Mahmoud Alfarra
 
Data preprocessing
Data preprocessingData preprocessing
Data preprocessingankur bhalla
 
The Evolution of Data Science
The Evolution of Data ScienceThe Evolution of Data Science
The Evolution of Data ScienceKenny Daniel
 
How to start your journey as a data scientist
How to start your journey as a data scientistHow to start your journey as a data scientist
How to start your journey as a data scientistParvaneh Shafiei
 
introduction to data mining tutorial
introduction to data mining tutorial introduction to data mining tutorial
introduction to data mining tutorial Salah Amean
 
Classification in data mining
Classification in data mining Classification in data mining
Classification in data mining Sulman Ahmed
 
Machine learning introduction
Machine learning introductionMachine learning introduction
Machine learning introductionAnas Jamil
 
introduction to data science
introduction to data scienceintroduction to data science
introduction to data sciencebhavesh lande
 
Association rule mining and Apriori algorithm
Association rule mining and Apriori algorithmAssociation rule mining and Apriori algorithm
Association rule mining and Apriori algorithmhina firdaus
 
Machine Learning and its Applications
Machine Learning and its ApplicationsMachine Learning and its Applications
Machine Learning and its ApplicationsDr Ganesh Iyer
 

Was ist angesagt? (20)

Introduction to-data-mining chapter 1
Introduction to-data-mining  chapter 1Introduction to-data-mining  chapter 1
Introduction to-data-mining chapter 1
 
Text mining
Text miningText mining
Text mining
 
Big Data Analytics
Big Data AnalyticsBig Data Analytics
Big Data Analytics
 
Data preprocessing
Data preprocessingData preprocessing
Data preprocessing
 
Data preprocessing
Data preprocessingData preprocessing
Data preprocessing
 
Introduction to Data Mining
Introduction to Data MiningIntroduction to Data Mining
Introduction to Data Mining
 
The Evolution of Data Science
The Evolution of Data ScienceThe Evolution of Data Science
The Evolution of Data Science
 
How to start your journey as a data scientist
How to start your journey as a data scientistHow to start your journey as a data scientist
How to start your journey as a data scientist
 
introduction to data mining tutorial
introduction to data mining tutorial introduction to data mining tutorial
introduction to data mining tutorial
 
Big Data Ecosystem
Big Data EcosystemBig Data Ecosystem
Big Data Ecosystem
 
Classification in data mining
Classification in data mining Classification in data mining
Classification in data mining
 
Data science
Data scienceData science
Data science
 
Machine learning introduction
Machine learning introductionMachine learning introduction
Machine learning introduction
 
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.
 
introduction to data science
introduction to data scienceintroduction to data science
introduction to data science
 
Association rule mining and Apriori algorithm
Association rule mining and Apriori algorithmAssociation rule mining and Apriori algorithm
Association rule mining and Apriori algorithm
 
Propositional Logic and Pridicate logic
Propositional Logic and Pridicate logicPropositional Logic and Pridicate logic
Propositional Logic and Pridicate logic
 
Assosiate rule mining
Assosiate rule miningAssosiate rule mining
Assosiate rule mining
 
Machine Learning and its Applications
Machine Learning and its ApplicationsMachine Learning and its Applications
Machine Learning and its Applications
 
Apriori Algorithm
Apriori AlgorithmApriori Algorithm
Apriori Algorithm
 

Ähnlich wie Lect 1 introduction

Lect 1 introduction
Lect 1 introductionLect 1 introduction
Lect 1 introductionhktripathy
 
Chapter 1. Introduction
Chapter 1. IntroductionChapter 1. Introduction
Chapter 1. Introductionbutest
 
6months industrial training in data mining,ludhiana
6months industrial training in data mining,ludhiana6months industrial training in data mining,ludhiana
6months industrial training in data mining,ludhianadeepikakaler1
 
6months industrial training in data mining, jalandhar
6months industrial training in data mining, jalandhar6months industrial training in data mining, jalandhar
6months industrial training in data mining, jalandhardeepikakaler1
 
6 weeks summer training in data mining,ludhiana
6 weeks summer training in data mining,ludhiana6 weeks summer training in data mining,ludhiana
6 weeks summer training in data mining,ludhianadeepikakaler1
 
6 weeks summer training in data mining,jalandhar
6 weeks summer training in data mining,jalandhar6 weeks summer training in data mining,jalandhar
6 weeks summer training in data mining,jalandhardeepikakaler1
 
Data Mining- Unit-I PPT (1).ppt
Data Mining- Unit-I PPT (1).pptData Mining- Unit-I PPT (1).ppt
Data Mining- Unit-I PPT (1).pptAravindReddy565690
 
Data-Mining-ppt (1).pptx
Data-Mining-ppt (1).pptxData-Mining-ppt (1).pptx
Data-Mining-ppt (1).pptxParvathyparu25
 
Data-Mining-ppt.pptx
Data-Mining-ppt.pptxData-Mining-ppt.pptx
Data-Mining-ppt.pptxayush309565
 
Dwdmunit1 a
Dwdmunit1 aDwdmunit1 a
Dwdmunit1 abhagathk
 
Week-1-Introduction to Data Mining.pptx
Week-1-Introduction to Data Mining.pptxWeek-1-Introduction to Data Mining.pptx
Week-1-Introduction to Data Mining.pptxTake1As
 
2 introductory slides
2 introductory slides2 introductory slides
2 introductory slidestafosepsdfasg
 
Unit 1 (Chapter-1) on data mining concepts.ppt
Unit 1 (Chapter-1) on data mining concepts.pptUnit 1 (Chapter-1) on data mining concepts.ppt
Unit 1 (Chapter-1) on data mining concepts.pptPadmajaLaksh
 

Ähnlich wie Lect 1 introduction (20)

Lect 1 introduction
Lect 1 introductionLect 1 introduction
Lect 1 introduction
 
Introduction to data warehouse
Introduction to data warehouseIntroduction to data warehouse
Introduction to data warehouse
 
Dma unit 1
Dma unit   1Dma unit   1
Dma unit 1
 
Chapter 1. Introduction
Chapter 1. IntroductionChapter 1. Introduction
Chapter 1. Introduction
 
6months industrial training in data mining,ludhiana
6months industrial training in data mining,ludhiana6months industrial training in data mining,ludhiana
6months industrial training in data mining,ludhiana
 
6months industrial training in data mining, jalandhar
6months industrial training in data mining, jalandhar6months industrial training in data mining, jalandhar
6months industrial training in data mining, jalandhar
 
6 weeks summer training in data mining,ludhiana
6 weeks summer training in data mining,ludhiana6 weeks summer training in data mining,ludhiana
6 weeks summer training in data mining,ludhiana
 
6 weeks summer training in data mining,jalandhar
6 weeks summer training in data mining,jalandhar6 weeks summer training in data mining,jalandhar
6 weeks summer training in data mining,jalandhar
 
Data Mining- Unit-I PPT (1).ppt
Data Mining- Unit-I PPT (1).pptData Mining- Unit-I PPT (1).ppt
Data Mining- Unit-I PPT (1).ppt
 
Data-Mining-ppt (1).pptx
Data-Mining-ppt (1).pptxData-Mining-ppt (1).pptx
Data-Mining-ppt (1).pptx
 
Data-Mining-ppt.pptx
Data-Mining-ppt.pptxData-Mining-ppt.pptx
Data-Mining-ppt.pptx
 
Dwdmunit1 a
Dwdmunit1 aDwdmunit1 a
Dwdmunit1 a
 
Chapter 1. Introduction.ppt
Chapter 1. Introduction.pptChapter 1. Introduction.ppt
Chapter 1. Introduction.ppt
 
Week-1-Introduction to Data Mining.pptx
Week-1-Introduction to Data Mining.pptxWeek-1-Introduction to Data Mining.pptx
Week-1-Introduction to Data Mining.pptx
 
2 introductory slides
2 introductory slides2 introductory slides
2 introductory slides
 
data.2.pptx
data.2.pptxdata.2.pptx
data.2.pptx
 
Dm unit i r16
Dm unit i   r16Dm unit i   r16
Dm unit i r16
 
2 Data-mining process
2   Data-mining process2   Data-mining process
2 Data-mining process
 
Cs501 dm intro
Cs501 dm introCs501 dm intro
Cs501 dm intro
 
Unit 1 (Chapter-1) on data mining concepts.ppt
Unit 1 (Chapter-1) on data mining concepts.pptUnit 1 (Chapter-1) on data mining concepts.ppt
Unit 1 (Chapter-1) on data mining concepts.ppt
 

Mehr von hktripathy

Lect 3 background mathematics
Lect 3 background mathematicsLect 3 background mathematics
Lect 3 background mathematicshktripathy
 
Lect 2 getting to know your data
Lect 2 getting to know your dataLect 2 getting to know your data
Lect 2 getting to know your datahktripathy
 
Lecture7.1 data sampling
Lecture7.1 data samplingLecture7.1 data sampling
Lecture7.1 data samplinghktripathy
 
Lecture5 virtualization
Lecture5 virtualizationLecture5 virtualization
Lecture5 virtualizationhktripathy
 
Lecture6 introduction to data streams
Lecture6 introduction to data streamsLecture6 introduction to data streams
Lecture6 introduction to data streamshktripathy
 
Lecture4 big data technology foundations
Lecture4 big data technology foundationsLecture4 big data technology foundations
Lecture4 big data technology foundationshktripathy
 
Lecture3 business intelligence
Lecture3 business intelligenceLecture3 business intelligence
Lecture3 business intelligencehktripathy
 
Lecture2 big data life cycle
Lecture2 big data life cycleLecture2 big data life cycle
Lecture2 big data life cyclehktripathy
 
Lecture1 introduction to big data
Lecture1 introduction to big dataLecture1 introduction to big data
Lecture1 introduction to big datahktripathy
 
Lect9 Decision tree
Lect9 Decision treeLect9 Decision tree
Lect9 Decision treehktripathy
 
Lect8 Classification & prediction
Lect8 Classification & predictionLect8 Classification & prediction
Lect8 Classification & predictionhktripathy
 
Lect7 Association analysis to correlation analysis
Lect7 Association analysis to correlation analysisLect7 Association analysis to correlation analysis
Lect7 Association analysis to correlation analysishktripathy
 
Lect6 Association rule & Apriori algorithm
Lect6 Association rule & Apriori algorithmLect6 Association rule & Apriori algorithm
Lect6 Association rule & Apriori algorithmhktripathy
 
Lect5 principal component analysis
Lect5 principal component analysisLect5 principal component analysis
Lect5 principal component analysishktripathy
 
Lect4 principal component analysis-I
Lect4 principal component analysis-ILect4 principal component analysis-I
Lect4 principal component analysis-Ihktripathy
 
Lect 3 background mathematics for Data Mining
Lect 3 background mathematics for Data MiningLect 3 background mathematics for Data Mining
Lect 3 background mathematics for Data Mininghktripathy
 
Lect 2 getting to know your data
Lect 2 getting to know your dataLect 2 getting to know your data
Lect 2 getting to know your datahktripathy
 

Mehr von hktripathy (17)

Lect 3 background mathematics
Lect 3 background mathematicsLect 3 background mathematics
Lect 3 background mathematics
 
Lect 2 getting to know your data
Lect 2 getting to know your dataLect 2 getting to know your data
Lect 2 getting to know your data
 
Lecture7.1 data sampling
Lecture7.1 data samplingLecture7.1 data sampling
Lecture7.1 data sampling
 
Lecture5 virtualization
Lecture5 virtualizationLecture5 virtualization
Lecture5 virtualization
 
Lecture6 introduction to data streams
Lecture6 introduction to data streamsLecture6 introduction to data streams
Lecture6 introduction to data streams
 
Lecture4 big data technology foundations
Lecture4 big data technology foundationsLecture4 big data technology foundations
Lecture4 big data technology foundations
 
Lecture3 business intelligence
Lecture3 business intelligenceLecture3 business intelligence
Lecture3 business intelligence
 
Lecture2 big data life cycle
Lecture2 big data life cycleLecture2 big data life cycle
Lecture2 big data life cycle
 
Lecture1 introduction to big data
Lecture1 introduction to big dataLecture1 introduction to big data
Lecture1 introduction to big data
 
Lect9 Decision tree
Lect9 Decision treeLect9 Decision tree
Lect9 Decision tree
 
Lect8 Classification & prediction
Lect8 Classification & predictionLect8 Classification & prediction
Lect8 Classification & prediction
 
Lect7 Association analysis to correlation analysis
Lect7 Association analysis to correlation analysisLect7 Association analysis to correlation analysis
Lect7 Association analysis to correlation analysis
 
Lect6 Association rule & Apriori algorithm
Lect6 Association rule & Apriori algorithmLect6 Association rule & Apriori algorithm
Lect6 Association rule & Apriori algorithm
 
Lect5 principal component analysis
Lect5 principal component analysisLect5 principal component analysis
Lect5 principal component analysis
 
Lect4 principal component analysis-I
Lect4 principal component analysis-ILect4 principal component analysis-I
Lect4 principal component analysis-I
 
Lect 3 background mathematics for Data Mining
Lect 3 background mathematics for Data MiningLect 3 background mathematics for Data Mining
Lect 3 background mathematics for Data Mining
 
Lect 2 getting to know your data
Lect 2 getting to know your dataLect 2 getting to know your data
Lect 2 getting to know your data
 

Kürzlich hochgeladen

Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfSherif Taha
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfPoh-Sun Goh
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17Celine George
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...Amil baba
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.pptRamjanShidvankar
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSCeline George
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...pradhanghanshyam7136
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxRamakrishna Reddy Bijjam
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxheathfieldcps1
 
Plant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptxPlant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptxUmeshTimilsina1
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structuredhanjurrannsibayan2
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfDr Vijay Vishwakarma
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibitjbellavia9
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...ZurliaSoop
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxJisc
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsKarakKing
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jisc
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptxMaritesTamaniVerdade
 

Kürzlich hochgeladen (20)

Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
Plant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptxPlant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptx
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptx
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 

Lect 1 introduction

  • 1. DATA MINING AND DATA WAREHOUSING CS- 6301 (Cr-4) Dr. Hrudaya Kumar Tripathy Introduction
  • 2. Outline  Definition, motivation & application  Branches of data mining  Classification, clustering, Association rule mining  Some classification techniques
  • 3. Large-scale Data is Everywhere!  There has been enormous data growth in both commercial and scientific databases due to advances in data generation and collection technologies  New mantra  Gather whatever data you can whenever and wherever possible.  Expectations  Gathered data will have value either for the purpose collected or for a purpose not Computational Simulations Social Networking: Twitter Sensor Networks Traffic Patterns Cyber Security E-Commerce
  • 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!
  • 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. Why Mine Data? Commercial Viewpoint  Lots of data is being collected and warehoused ◦ Web data  Yahoo has Peta Bytes of web data  Facebook has billions of active users ◦ e-commerce • Amazon handles millions of visits/day ◦ 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)
  • 7. Why Mine Data? Scientific Viewpoint Sky Survey Data Data collected and stored at enormous speeds (GB/hour) remote sensors on a satellite NASA EOSDIS archives over petabytes of earth science data / year telescopes scanning the skies Sky survey data High-throughput biological data scientific simulations terabytes of data generated in a few hours Data mining helps scientists in automated analysis of massive datasets In hypothesis formation Surface Temperature of Earth Gene Expression Data
  • 8. Great Opportunities to Solve Society’s Major Problems Improving health care and reducing costs Finding alternative/ green energy sources Predicting the impact of climate change Reducing hunger and poverty by increasing agriculture production
  • 9. Motivation:  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 warehousing and data mining ◦ Data warehousing and on-line analytical processing ◦ Extraction of interesting knowledge (rules,
  • 10. 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 and their “inside stories”: ◦ Data mining: a misnomer? ◦ Knowledge discovery(mining) in databases (KDD), knowledge extraction, data/pattern analysis, data archeology, business intelligence, etc.
  • 11. What Is Data Mining? (cont.)  Many Definitions ◦ Exploration & analysis, by automatic or semi-automatic means, of large quantities of data in order to discover meaningful patterns
  • 12. Data Mining Definition  Finding hidden information in a database  Fit data to a model  Similar terms ◦ Exploratory data analysis ◦ Data driven discovery ◦ Deductive learning
  • 13. Examples: What is (not) Data Mining?  What is not Data Mining? – Look up phone number in phone directory – Query a Web search engine for information about “Amazon”  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,)
  • 14.  Draws ideas from machine learning/AI, pattern recognition, statistics, and database systems  Traditional techniques may be unsuitable due to data that is ◦ Large-scale ◦ High dimensional ◦ Heterogeneous ◦ Complex ◦ Distributed  A key component of the emerging field of data science and data-driven discovery Origins of Data Mining
  • 15. Data Mining: Confluence of Multiple Disciplines Data Mining Algorithm
  • 16. Why Confluence of Multiple Disciplines?  Tremendous amount of data ◦ Algorithms must be highly scalable to handle such as tera-bytes of data  High-dimensionality of data ◦ Micro-array may have tens of thousands of dimensions  High complexity of data ◦ Data streams and sensor data ◦ Time-series data, temporal data, sequence data ◦ Structure data, graphs, social networks and multi-linked data ◦ Heterogeneous databases and legacy databases ◦ Spatial, spatiotemporal, multimedia, text and Web data ◦ Software programs, scientific simulations  New and sophisticated applications
  • 17. Knowledge Discovery from Data (KDD)  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
  • 18. Knowledge Discovery from Data (KDD) (cont.) The knowledge discovery process is depicted in Figure as an iterative sequence of the following steps: 1. Data cleaning (to remove noise and inconsistent data) 2. Data integration (where multiple data sources may be combined) 3. Data selection (where data relevant to the analysis task are retrieved from the database) 4. Data transformation (where data are transformed and consolidated into forms appropriate for mining by performing summary or aggregation operations) 5. Data mining (an essential process where intelligent methods are applied in order to extract data patterns) 6. Pattern evaluation (to identify the truly interesting patterns representing knowledge based on interestingness measures) 7. Knowledge presentation (where visualization and knowledge representation techniques are used to present the mined knowledge to the user)
  • 19. 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
  • 20. How Data Mining is used 1. Identify the problem 2. Use data mining techniques to transform the data into information 3. Act on the information 4. Measure the results
  • 21. Database Processing vs. Data Mining Processing  Query ◦ Well defined ◦ SQL  Query ◦ Poorly defined ◦ No precise query language  Data ◦ Operational data  Output ◦ Precise ◦ Subset of database  Data ◦ Not operational data  Output ◦ Fuzzy ◦ Not a subset of database
  • 22. Query Examples  Database  Data Mining – Find all customers who have purchased milk – Find all items which are frequently purchased with milk. (Association rules) – Find all credit applicants with last name of Smith. – Identify customers who have purchased more than $10,000 in the last month. – Find all credit applicants who are poor credit risks. (Classification) – Identify customers with similar buying habits. (Clustering)
  • 23. Multi-Dimensional Views (Decisions) of Data Mining  Data to be mined ◦ Database data (extended-relational, object-oriented, heterogeneous, legacy), data warehouse, transactional data, stream, spatiotemporal, 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.
  • 24. 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
  • 25. Data Mining: Classification Schemes  Decisions in data mining ◦ Kinds of databases to be mined ◦ Kinds of knowledge to be discovered ◦ Kinds of techniques utilized ◦ Kinds of applications adapted  Data mining tasks ◦ Descriptive data mining ◦ Predictive data mining
  • 26. Data Mining Models and Tasks
  • 27. Data Mining Tasks  Prediction Tasks (Predictive) ◦ The objective of these tasks is to predict the value of a particular attribute based on the values of other attributes. ◦ The attribute to be predicted is commonly known as the target or dependent variable, while the attributes used for making the prediction are known as the explanatory or independent variables.  Description Tasks (Descriptive) ◦ 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]
  • 28. 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 11 No Married 60K No 12 Yes Divorced 220K No 13 No Single 85K Yes 14 No Married 75K No 15 No Single 90K Yes 10 Milk Data Data Mining Tasks …
  • 29. 29 Data Mining Function: (1) Generalization  Information integration and data warehouse construction ◦ Data cleaning, transformation, integration, and multidimensional data model  Data cube technology ◦ Scalable methods for computing (i.e., materializing) multidimensional aggregates ◦ OLAP (online analytical processing)  Multidimensional concept description: Characterization and discrimination ◦ Generalize, summarize, and contrast data characteristics, e.g., dry vs. wet region
  • 30. 30 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)  Tea  Sugar [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,
  • 31. 31 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:
  • 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. 33 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
  • 34. 34 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 ◦ Motifs and biological sequence analysis  Approximate and consecutive motifs ◦ Similarity-based analysis  Mining data streams ◦ Ordered, time-varying, potentially infinite, data streams
  • 35. 35 Structure and Network Analysis  Graph mining ◦ Finding frequent subgraphs (e.g., chemical compounds), trees (XML), substructures (web fragments)  Information network analysis ◦ Social networks: actors (objects, nodes) and relationships (edges)  e.g., author networks in CS, terrorist networks ◦ Multiple heterogeneous networks  A person could be multiple information networks: friends, family, classmates, … ◦ Links carry a lot of semantic information: Link mining  Web mining ◦ Web is a big information network: from PageRank to Google ◦ Analysis of Web information networks  Web community discovery, opinion mining, usage mining, …
  • 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. 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 environmen ◦ 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
  • 38. Major Issues in Data Mining (2)  Efficiency and Scalability ‒ Efficiency and scalability of data mining algorithms ‒ Parallel, distributed, stream, and incremental mining methods  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
  • 39. Applications of Data Mining  Web page analysis: from web page classification, clustering to PageRank & HITS algorithms  Collaborative analysis & recommender systems  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