6 weeks summer training in data mining,ludhiana
INTRODUCTION
 Motivation: Why data mining?
 What is data mining?
 Data Mining: On what kind of data?
 Data mining functionality
 Are all the patterns interesting?
 Classification of data mining systems
 Major issues in data mining
MOTIVATION: “NECESSITY IS THE
MOTHER OF INVENTION”
 Data explosion problem
 Automated data collection tools and mature database
technology lead to tremendous amounts of data stored in
databases, data warehouses and other information
repositories
 We are drowning in data, but starving for knowledge!
 Solution: Data warehousing and data mining
 Data warehousing and on-line analytical processing
 Extraction of interesting knowledge (rules, regularities,
patterns, constraints) from data in large databases
EVOLUTION OF DATABASE
TECHNOLOGY
 1960s:
 Data collection, database creation, IMS and network DBMS
 1970s:
 Relational data model, relational DBMS implementation
 1980s:
 RDBMS, advanced data models (extended-relational, OO,
deductive, etc.) and application-oriented DBMS (spatial,
scientific, engineering, etc.)
 1990s—2000s:
 Data mining and data warehousing, multimedia databases,
and Web databases
WHAT IS DATA MINING?
 Data mining (knowledge discovery in databases):
 Extraction of interesting (non-trivial, implicit, previously
unknown and potentially useful) information or patterns
from data in large databases
 Alternative names
 Knowledge discovery(mining) in databases (KDD),
knowledge extraction, data/pattern analysis, data
archeology, data dredging, information harvesting,
business intelligence, etc.
 What is not data mining?
 (Deductive) query processing.
 Expert systems or small ML/statistical programs
WHY DATA MINING? — POTENTIAL
APPLICATIONS
 Database analysis and decision support
 Market analysis and management
 target marketing, customer relation management,
market basket analysis, cross selling, market
segmentation
 Risk analysis and management
 Forecasting, customer retention, improved underwriting,
quality control, competitive analysis
 Fraud detection and management
 Other Applications
 Text mining (news group, email, documents) and Web analysis.
 Intelligent query answering
MARKET ANALYSIS AND MANAGEMENT
(1)
 Where are the data sources for analysis?
 Credit card transactions, loyalty cards, discount coupons,
customer complaint calls, plus (public) lifestyle studies
 Target marketing
 Find clusters of “model” customers who share the same
characteristics: interest, income level, spending habits, etc.
 Determine customer purchasing patterns over time
 Conversion of single to a joint bank account: marriage, etc.
 Cross-market analysis
 Associations/co-relations between product sales
 Prediction based on the association information
MARKET ANALYSIS AND MANAGEMENT
(2)
 Customer profiling
 data mining can tell you what types of customers buy what
products (clustering or classification)
 Identifying customer requirements
 identifying the best products for different customers
 use prediction to find what factors will attract new customers
 Provides summary information
 various multidimensional summary reports
 statistical summary information (data central tendency and
variation)
CORPORATE ANALYSIS AND RISK
MANAGEMENT
 Finance planning and asset evaluation
 cash flow analysis and prediction
 contingent claim analysis to evaluate assets
 cross-sectional and time series analysis (financial-ratio, trend
analysis, etc.)
 Resource planning:
 summarize and compare the resources and spending
 Competition:
 monitor competitors and market directions
 group customers into classes and a class-based pricing
procedure
 set pricing strategy in a highly competitive market
FRAUD DETECTION AND MANAGEMENT
(1)
 Applications
 widely used in health care, retail, credit card services,
telecommunications (phone card fraud), etc.
 Approach
 use historical data to build models of fraudulent behavior and
use data mining to help identify similar instances
 Examples
 auto insurance: detect a group of people who stage
accidents to collect on insurance
 money laundering: detect suspicious money transactions (US
Treasury's Financial Crimes Enforcement Network)
 medical insurance: detect professional patients and ring of
doctors and ring of references
FRAUD DETECTION AND MANAGEMENT
(2)
 Detecting inappropriate medical treatment
 Australian Health Insurance Commission identifies that in
many cases blanket screening tests were requested (save
Australian $1m/yr).
 Detecting telephone fraud
 Telephone call model: destination of the call, duration,
time of day or week. Analyze patterns that deviate from
an expected norm.
 British Telecom identified discrete groups of callers with
frequent intra-group calls, especially mobile phones, and
broke a multimillion dollar fraud.
 Retail
 Analysts estimate that 38% of retail shrink is due to
dishonest employees.
OTHER APPLICATIONS
 Sports
 IBM Advanced Scout analyzed NBA game statistics (shots
blocked, assists, and fouls) to gain competitive advantage
for New York Knicks and Miami Heat
 Astronomy
 JPL and the Palomar Observatory discovered 22 quasars with
the help of data mining
 Internet Web Surf-Aid
 IBM Surf-Aid applies data mining algorithms to Web access
logs for market-related pages to discover customer
preference and behavior pages, analyzing effectiveness of
Web marketing, improving Web site organization, etc.
DATA MINING: A KDD PROCESS
 Data mining: the core of
knowledge discovery process.
Data Cleaning
Data Integration
Databases
Data
Warehouse
Task-relevant Data
Selection
Data Mining
Pattern Evaluation
STEPS OF A KDD PROCESS
 Learning the application domain:
 relevant prior knowledge and goals of application
 Creating a target data set: data selection
 Data cleaning and preprocessing: (may take 60% of effort!)
 Data reduction and transformation:
 Find useful features, dimensionality/variable reduction, invariant
representation.
 Choosing functions of data mining
 summarization, classification, regression, association, clustering.
 Choosing the mining algorithm(s)
 Data mining: search for patterns of interest
 Pattern evaluation and knowledge presentation
 visualization, transformation, removing redundant patterns, etc.
 Use of discovered knowledge
DATA MINING AND BUSINESS INTELLIGENCE
Increasing potential
to support
business decisions End User
Business
Analyst
Data
Analyst
DBA
Making
Decisions
Data Presentation
Visualization Techniques
Data Mining
Information Discovery
Data Exploration
OLAP, MDA
Statistical Analysis, Querying and Reporting
Data Warehouses / Data Marts
Data Sources
Paper, Files, Information Providers, Database Systems, OLTP
ARCHITECTURE OF A TYPICAL DATA
MINING SYSTEM
Data
Warehouse
Data cleaning & data integration Filtering
Databases
Database or data
warehouse server
Data mining engine
Pattern evaluation
Graphical user interface
Knowledge-base
DATA MINING: ON WHAT KIND OF
DATA?
 Relational databases
 Data warehouses
 Transactional databases
 Advanced DB and information repositories
 Object-oriented and object-relational databases
 Spatial databases
 Time-series data and temporal data
 Text databases and multimedia databases
 Heterogeneous and legacy databases
 WWW
DATA MINING FUNCTIONALITIES
(1)
 Concept description: Characterization and discrimination
 Generalize, summarize, and contrast data characteristics, e.g.,
dry vs. wet regions
 Association (correlation and causality)
 Multi-dimensional vs. single-dimensional association
 age(X, “20..29”) ^ income(X, “20..29K”)  buys(X, “PC”) [support =
2%, confidence = 60%]
 contains(T, “computer”)  contains(x, “software”) [1%, 75%]
DATA MINING FUNCTIONALITIES
(2)
 Classification and Prediction
 Finding models (functions) that describe and distinguish
classes or concepts for future prediction
 E.g., classify countries based on climate, or classify cars based
on gas mileage
 Presentation: decision-tree, classification rule, neural network
 Prediction: Predict some unknown or missing numerical values
 Cluster analysis
 Class label is unknown: Group data to form new classes, e.g.,
cluster houses to find distribution patterns
 Clustering based on the principle: maximizing the intra-class
similarity and minimizing the interclass similarity
DATA MINING FUNCTIONALITIES
(3)
 Outlier analysis
 Outlier: a data object that does not comply with the general
behavior of the data
 It can be considered as noise or exception but is quite useful in
fraud detection, rare events analysis
 Trend and evolution analysis
 Trend and deviation: regression analysis
 Sequential pattern mining, periodicity analysis
 Similarity-based analysis
 Other pattern-directed or statistical analyses
ARE ALL THE “DISCOVERED”
PATTERNS INTERESTING?
 A data mining system/query may generate thousands of
patterns, not all of them are interesting.
 Suggested approach: Human-centered, query-based, focused
mining
 Interestingness measures: A pattern is interesting if it is easily
understood by humans, valid on new or test data with some
degree of certainty, potentially useful, novel, or validates some
hypothesis that a user seeks to confirm
 Objective vs. subjective interestingness measures:
 Objective: based on statistics and structures of patterns, e.g.,
support, confidence, etc.
 Subjective: based on user’s belief in the data, e.g., unexpectedness,
novelty, actionability, etc.
CAN WE FIND ALL AND ONLY
INTERESTING PATTERNS?
 Find all the interesting patterns: Completeness
 Can a data mining system find all the interesting patterns?
 Association vs. classification vs. clustering
 Search for only interesting patterns: Optimization
 Can a data mining system find only the interesting patterns?
 Approaches
 First general all the patterns and then filter out the
uninteresting ones.
 Generate only the interesting patterns—mining query
optimization
DATA MINING: CONFLUENCE OF
MULTIPLE DISCIPLINES
Data Mining
Database
Technology
Statistics
Other
Disciplines
Information
Science
Machine
Learning
Visualization

More Related Content

PPT
Data mining 1
PPTX
Introduction to Data Mining
PPTX
Data mining
PPTX
Data mining
PPT
Introduction
PPT
Introduction To Data Mining
PPT
18231979 Data Mining
PPT
introduction to data mining tutorial
Data mining 1
Introduction to Data Mining
Data mining
Data mining
Introduction
Introduction To Data Mining
18231979 Data Mining
introduction to data mining tutorial

What's hot (15)

PPT
Data Mining Concepts
PPTX
Additional themes of data mining for Msc CS
PPTX
3 Data Mining Tasks
PPT
Introduction to Data Mining
PPTX
Data Mining & Applications
PPTX
Data mining
DOCX
data mining and data warehousing
ODP
Data mining
PPT
Chapter - 5 Data Mining Concepts and Techniques 2nd Ed slides Han & Kamber
DOCX
MC0088 Internal Assignment (SMU)
PPTX
Data mining
PPT
Chapter - 8.2 Data Mining Concepts and Techniques 2nd Ed slides Han & Kamber
PPTX
Data Mining
PDF
Data mining (lecture 1 & 2) conecpts and techniques
PPTX
Introduction to Data mining
Data Mining Concepts
Additional themes of data mining for Msc CS
3 Data Mining Tasks
Introduction to Data Mining
Data Mining & Applications
Data mining
data mining and data warehousing
Data mining
Chapter - 5 Data Mining Concepts and Techniques 2nd Ed slides Han & Kamber
MC0088 Internal Assignment (SMU)
Data mining
Chapter - 8.2 Data Mining Concepts and Techniques 2nd Ed slides Han & Kamber
Data Mining
Data mining (lecture 1 & 2) conecpts and techniques
Introduction to Data mining
Ad

Viewers also liked (17)

PPT
6months industrial training in data mining,ludhiana
PPTX
6months industrial training in image processing, jalandhar
PPT
Matlab final year project in ludhiana
PPT
6 weeks summer training in software testing,jalandhar
PPTX
image processing project course ludhiana
PPT
6 weeks summer training in .Net6,jalandhar
PPT
6months industrial training in fuzzy logic, jalandhar
PPT
Artificial intelligence mtech project in ludhiana
PPT
6months industrial training in embedded, jalandhar
PPT
Software testing mtech project in jalandhar
PPT
6months industrial training in labview, ludhiana
PPT
6 weeks summer training in fuzzy logic,jalandhar
PPT
Hfss final year project in jalandhar
PPT
6 weeks summer training in hfss,ludhiana
PPT
Artificial intelligence project in jalandhar
PPT
6months industrial training in hfss, jalandhar
PPT
6 weeks summer training in data mining,jalandhar
6months industrial training in data mining,ludhiana
6months industrial training in image processing, jalandhar
Matlab final year project in ludhiana
6 weeks summer training in software testing,jalandhar
image processing project course ludhiana
6 weeks summer training in .Net6,jalandhar
6months industrial training in fuzzy logic, jalandhar
Artificial intelligence mtech project in ludhiana
6months industrial training in embedded, jalandhar
Software testing mtech project in jalandhar
6months industrial training in labview, ludhiana
6 weeks summer training in fuzzy logic,jalandhar
Hfss final year project in jalandhar
6 weeks summer training in hfss,ludhiana
Artificial intelligence project in jalandhar
6months industrial training in hfss, jalandhar
6 weeks summer training in data mining,jalandhar
Ad

Similar to 6 weeks summer training in data mining,ludhiana (20)

PPT
Data mining final year project in ludhiana
PPT
Data mining final year project in jalandhar
PPTX
Data warehouse and data mining
PPT
Data mining
PPT
Introduction to data warehouse
PPTX
Introduction_to_Data_Mining12345678.pptx
PPT
Data Mining: Concepts and Techniques.ppt
PDF
Lect 1 introduction
PPT
Introduction.ppt
PPT
Introduction of Data Mining - Concept and techniques
PDF
7th meeting.pdfoooooooooooooooooooooooooooooooooooo
PPT
Chapter 01Intro.ppt full explanation used
PPTX
Lect 1 introduction
PPT
1328cvkdlgkdgjfdkjgjdfgdfkgdflgkgdfglkjgld8679 - Copy.ppt
PPT
Introduction To Data Mining
PPTX
Chap1-Introduction.pptx. Data Mining and introduction about it in a specified...
PPT
What Is DATA MINING(INTRODUCTION)
PPTX
Data mining and knowledge discovery
PPTX
Data mining and knowledge discovery
PPTX
Data mining and knowledge discovery
Data mining final year project in ludhiana
Data mining final year project in jalandhar
Data warehouse and data mining
Data mining
Introduction to data warehouse
Introduction_to_Data_Mining12345678.pptx
Data Mining: Concepts and Techniques.ppt
Lect 1 introduction
Introduction.ppt
Introduction of Data Mining - Concept and techniques
7th meeting.pdfoooooooooooooooooooooooooooooooooooo
Chapter 01Intro.ppt full explanation used
Lect 1 introduction
1328cvkdlgkdgjfdkjgjdfgdfkgdflgkgdfglkjgld8679 - Copy.ppt
Introduction To Data Mining
Chap1-Introduction.pptx. Data Mining and introduction about it in a specified...
What Is DATA MINING(INTRODUCTION)
Data mining and knowledge discovery
Data mining and knowledge discovery
Data mining and knowledge discovery

More from deepikakaler1 (20)

PPTX
Vlsi final year project in ludhiana
PPT
Software testing mtech project in ludhiana
PPTX
Opnet final year project in ludhiana
PPT
Labview phd project in ludhiana
PPT
Hfss final year project in ludhiana
PPT
Fuzzy logic mtech project in ludhiana
PPT
Embedded final year project in ludhiana
PPTX
Android mtech project in ludhiana
PPT
.Net final year project in LUDHIANA
PPTX
6 weeks/months summer training in vlsi,ludhiana
PPT
6 weeks summer training in software testing,ludhiana
PPT
6months industrial training in software testing, ludhiana
PPT
6 weeks summer training in labview,ludhiana
PPT
6months industrial training in hfss, ludhiana
PPT
6 weeks summer training in fuzzy logic,ludhiana
PPT
6months industrial training in fuzzy logic, ludhiana
PPT
6months industrial training in embedded, ludhiana
PPT
6 weeks summer training in embedded,ludhiana
PPTX
6 weeks summer training in android,ludhiana
PPTX
Vlsi final year project in jalandhar
Vlsi final year project in ludhiana
Software testing mtech project in ludhiana
Opnet final year project in ludhiana
Labview phd project in ludhiana
Hfss final year project in ludhiana
Fuzzy logic mtech project in ludhiana
Embedded final year project in ludhiana
Android mtech project in ludhiana
.Net final year project in LUDHIANA
6 weeks/months summer training in vlsi,ludhiana
6 weeks summer training in software testing,ludhiana
6months industrial training in software testing, ludhiana
6 weeks summer training in labview,ludhiana
6months industrial training in hfss, ludhiana
6 weeks summer training in fuzzy logic,ludhiana
6months industrial training in fuzzy logic, ludhiana
6months industrial training in embedded, ludhiana
6 weeks summer training in embedded,ludhiana
6 weeks summer training in android,ludhiana
Vlsi final year project in jalandhar

Recently uploaded (20)

PPTX
ACFE CERTIFICATION TRAINING ON LAW.pptx
PDF
Compact First Student's Book Cambridge Official
PDF
anganwadi services for the b.sc nursing and GNM
PDF
Disorder of Endocrine system (1).pdfyyhyyyy
PDF
Kalaari-SaaS-Founder-Playbook-2024-Edition-.pdf
PPTX
operating_systems_presentations_delhi_nc
PPTX
CHROMIUM & Glucose Tolerance Factor.pptx
DOCX
EDUCATIONAL ASSESSMENT ASSIGNMENT SEMESTER MAY 2025.docx
PDF
African Communication Research: A review
PPTX
Copy of ARAL Program Primer_071725(1).pptx
PPTX
Neurological complocations of systemic disease
PDF
POM_Unit1_Notes.pdf Introduction to Management #mba #bba #bcom #bballb #class...
PPSX
namma_kalvi_12th_botany_chapter_9_ppt.ppsx
PDF
Horaris_Grups_25-26_Definitiu_15_07_25.pdf
DOCX
THEORY AND PRACTICE ASSIGNMENT SEMESTER MAY 2025.docx
PPTX
growth and developement.pptxweeeeerrgttyyy
PDF
Chevening Scholarship Application and Interview Preparation Guide
PDF
FYJC - Chemistry textbook - standard 11.
PDF
Diabetes Mellitus , types , clinical picture, investigation and managment
PDF
GIÁO ÁN TIẾNG ANH 7 GLOBAL SUCCESS (CẢ NĂM) THEO CÔNG VĂN 5512 (2 CỘT) NĂM HỌ...
ACFE CERTIFICATION TRAINING ON LAW.pptx
Compact First Student's Book Cambridge Official
anganwadi services for the b.sc nursing and GNM
Disorder of Endocrine system (1).pdfyyhyyyy
Kalaari-SaaS-Founder-Playbook-2024-Edition-.pdf
operating_systems_presentations_delhi_nc
CHROMIUM & Glucose Tolerance Factor.pptx
EDUCATIONAL ASSESSMENT ASSIGNMENT SEMESTER MAY 2025.docx
African Communication Research: A review
Copy of ARAL Program Primer_071725(1).pptx
Neurological complocations of systemic disease
POM_Unit1_Notes.pdf Introduction to Management #mba #bba #bcom #bballb #class...
namma_kalvi_12th_botany_chapter_9_ppt.ppsx
Horaris_Grups_25-26_Definitiu_15_07_25.pdf
THEORY AND PRACTICE ASSIGNMENT SEMESTER MAY 2025.docx
growth and developement.pptxweeeeerrgttyyy
Chevening Scholarship Application and Interview Preparation Guide
FYJC - Chemistry textbook - standard 11.
Diabetes Mellitus , types , clinical picture, investigation and managment
GIÁO ÁN TIẾNG ANH 7 GLOBAL SUCCESS (CẢ NĂM) THEO CÔNG VĂN 5512 (2 CỘT) NĂM HỌ...

6 weeks summer training in data mining,ludhiana

  • 2. INTRODUCTION  Motivation: Why data mining?  What is data mining?  Data Mining: On what kind of data?  Data mining functionality  Are all the patterns interesting?  Classification of data mining systems  Major issues in data mining
  • 3. MOTIVATION: “NECESSITY IS THE MOTHER OF INVENTION”  Data explosion problem  Automated data collection tools and mature database technology lead to tremendous amounts of data stored in databases, data warehouses and other information repositories  We are drowning in data, but starving for knowledge!  Solution: Data warehousing and data mining  Data warehousing and on-line analytical processing  Extraction of interesting knowledge (rules, regularities, patterns, constraints) from data in large databases
  • 4. EVOLUTION OF DATABASE TECHNOLOGY  1960s:  Data collection, database creation, IMS and network DBMS  1970s:  Relational data model, relational DBMS implementation  1980s:  RDBMS, advanced data models (extended-relational, OO, deductive, etc.) and application-oriented DBMS (spatial, scientific, engineering, etc.)  1990s—2000s:  Data mining and data warehousing, multimedia databases, and Web databases
  • 5. WHAT IS DATA MINING?  Data mining (knowledge discovery in databases):  Extraction of interesting (non-trivial, implicit, previously unknown and potentially useful) information or patterns from data in large databases  Alternative names  Knowledge discovery(mining) in databases (KDD), knowledge extraction, data/pattern analysis, data archeology, data dredging, information harvesting, business intelligence, etc.  What is not data mining?  (Deductive) query processing.  Expert systems or small ML/statistical programs
  • 6. WHY DATA MINING? — POTENTIAL APPLICATIONS  Database analysis and decision support  Market analysis and management  target marketing, customer relation management, market basket analysis, cross selling, market segmentation  Risk analysis and management  Forecasting, customer retention, improved underwriting, quality control, competitive analysis  Fraud detection and management  Other Applications  Text mining (news group, email, documents) and Web analysis.  Intelligent query answering
  • 7. MARKET ANALYSIS AND MANAGEMENT (1)  Where are the data sources for analysis?  Credit card transactions, loyalty cards, discount coupons, customer complaint calls, plus (public) lifestyle studies  Target marketing  Find clusters of “model” customers who share the same characteristics: interest, income level, spending habits, etc.  Determine customer purchasing patterns over time  Conversion of single to a joint bank account: marriage, etc.  Cross-market analysis  Associations/co-relations between product sales  Prediction based on the association information
  • 8. MARKET ANALYSIS AND MANAGEMENT (2)  Customer profiling  data mining can tell you what types of customers buy what products (clustering or classification)  Identifying customer requirements  identifying the best products for different customers  use prediction to find what factors will attract new customers  Provides summary information  various multidimensional summary reports  statistical summary information (data central tendency and variation)
  • 9. CORPORATE ANALYSIS AND RISK MANAGEMENT  Finance planning and asset evaluation  cash flow analysis and prediction  contingent claim analysis to evaluate assets  cross-sectional and time series analysis (financial-ratio, trend analysis, etc.)  Resource planning:  summarize and compare the resources and spending  Competition:  monitor competitors and market directions  group customers into classes and a class-based pricing procedure  set pricing strategy in a highly competitive market
  • 10. FRAUD DETECTION AND MANAGEMENT (1)  Applications  widely used in health care, retail, credit card services, telecommunications (phone card fraud), etc.  Approach  use historical data to build models of fraudulent behavior and use data mining to help identify similar instances  Examples  auto insurance: detect a group of people who stage accidents to collect on insurance  money laundering: detect suspicious money transactions (US Treasury's Financial Crimes Enforcement Network)  medical insurance: detect professional patients and ring of doctors and ring of references
  • 11. FRAUD DETECTION AND MANAGEMENT (2)  Detecting inappropriate medical treatment  Australian Health Insurance Commission identifies that in many cases blanket screening tests were requested (save Australian $1m/yr).  Detecting telephone fraud  Telephone call model: destination of the call, duration, time of day or week. Analyze patterns that deviate from an expected norm.  British Telecom identified discrete groups of callers with frequent intra-group calls, especially mobile phones, and broke a multimillion dollar fraud.  Retail  Analysts estimate that 38% of retail shrink is due to dishonest employees.
  • 12. OTHER APPLICATIONS  Sports  IBM Advanced Scout analyzed NBA game statistics (shots blocked, assists, and fouls) to gain competitive advantage for New York Knicks and Miami Heat  Astronomy  JPL and the Palomar Observatory discovered 22 quasars with the help of data mining  Internet Web Surf-Aid  IBM Surf-Aid applies data mining algorithms to Web access logs for market-related pages to discover customer preference and behavior pages, analyzing effectiveness of Web marketing, improving Web site organization, etc.
  • 13. DATA MINING: A KDD PROCESS  Data mining: the core of knowledge discovery process. Data Cleaning Data Integration Databases Data Warehouse Task-relevant Data Selection Data Mining Pattern Evaluation
  • 14. STEPS OF A KDD PROCESS  Learning the application domain:  relevant prior knowledge and goals of application  Creating a target data set: data selection  Data cleaning and preprocessing: (may take 60% of effort!)  Data reduction and transformation:  Find useful features, dimensionality/variable reduction, invariant representation.  Choosing functions of data mining  summarization, classification, regression, association, clustering.  Choosing the mining algorithm(s)  Data mining: search for patterns of interest  Pattern evaluation and knowledge presentation  visualization, transformation, removing redundant patterns, etc.  Use of discovered knowledge
  • 15. DATA MINING AND BUSINESS INTELLIGENCE Increasing potential to support business decisions End User Business Analyst Data Analyst DBA Making Decisions Data Presentation Visualization Techniques Data Mining Information Discovery Data Exploration OLAP, MDA Statistical Analysis, Querying and Reporting Data Warehouses / Data Marts Data Sources Paper, Files, Information Providers, Database Systems, OLTP
  • 16. ARCHITECTURE OF A TYPICAL DATA MINING SYSTEM Data Warehouse Data cleaning & data integration Filtering Databases Database or data warehouse server Data mining engine Pattern evaluation Graphical user interface Knowledge-base
  • 17. DATA MINING: ON WHAT KIND OF DATA?  Relational databases  Data warehouses  Transactional databases  Advanced DB and information repositories  Object-oriented and object-relational databases  Spatial databases  Time-series data and temporal data  Text databases and multimedia databases  Heterogeneous and legacy databases  WWW
  • 18. DATA MINING FUNCTIONALITIES (1)  Concept description: Characterization and discrimination  Generalize, summarize, and contrast data characteristics, e.g., dry vs. wet regions  Association (correlation and causality)  Multi-dimensional vs. single-dimensional association  age(X, “20..29”) ^ income(X, “20..29K”)  buys(X, “PC”) [support = 2%, confidence = 60%]  contains(T, “computer”)  contains(x, “software”) [1%, 75%]
  • 19. DATA MINING FUNCTIONALITIES (2)  Classification and Prediction  Finding models (functions) that describe and distinguish classes or concepts for future prediction  E.g., classify countries based on climate, or classify cars based on gas mileage  Presentation: decision-tree, classification rule, neural network  Prediction: Predict some unknown or missing numerical values  Cluster analysis  Class label is unknown: Group data to form new classes, e.g., cluster houses to find distribution patterns  Clustering based on the principle: maximizing the intra-class similarity and minimizing the interclass similarity
  • 20. DATA MINING FUNCTIONALITIES (3)  Outlier analysis  Outlier: a data object that does not comply with the general behavior of the data  It can be considered as noise or exception but is quite useful in fraud detection, rare events analysis  Trend and evolution analysis  Trend and deviation: regression analysis  Sequential pattern mining, periodicity analysis  Similarity-based analysis  Other pattern-directed or statistical analyses
  • 21. ARE ALL THE “DISCOVERED” PATTERNS INTERESTING?  A data mining system/query may generate thousands of patterns, not all of them are interesting.  Suggested approach: Human-centered, query-based, focused mining  Interestingness measures: A pattern is interesting if it is easily understood by humans, valid on new or test data with some degree of certainty, potentially useful, novel, or validates some hypothesis that a user seeks to confirm  Objective vs. subjective interestingness measures:  Objective: based on statistics and structures of patterns, e.g., support, confidence, etc.  Subjective: based on user’s belief in the data, e.g., unexpectedness, novelty, actionability, etc.
  • 22. CAN WE FIND ALL AND ONLY INTERESTING PATTERNS?  Find all the interesting patterns: Completeness  Can a data mining system find all the interesting patterns?  Association vs. classification vs. clustering  Search for only interesting patterns: Optimization  Can a data mining system find only the interesting patterns?  Approaches  First general all the patterns and then filter out the uninteresting ones.  Generate only the interesting patterns—mining query optimization
  • 23. DATA MINING: CONFLUENCE OF MULTIPLE DISCIPLINES Data Mining Database Technology Statistics Other Disciplines Information Science Machine Learning Visualization