SlideShare a Scribd company logo
1 of 42
February 21, 2024 Data Mining: Concepts and Techniques 1
Data Mining:
Concepts and Techniques
— Chapter 1 —
— Introduction —
Prof. Jianlin Cheng
Department of Computer Science
University of Missouri, Columbia
Slides are adapted from
ŠJiawei Han and Micheline Kamber. All rights reserved.
February 21, 2024 Data Mining: Concepts and Techniques 2
Brodsky, 2013
Big Data Age
February 21, 2024 Data Mining: Concepts and Techniques 3
Booch, 2013
February 21, 2024 Data Mining: Concepts and Techniques 4
Booch, 2013
February 21, 2024 Data Mining: Concepts and Techniques 5
Booch, 2013
February 21, 2024 Data Mining: Concepts and Techniques 6
Booch, 2013
Big Data Applications
February 21, 2024 Data Mining: Concepts and Techniques 7
Brodsky, 2013
February 21, 2024 Data Mining: Concepts and Techniques 8
Brodsky, 2013
Syllabus
īŽ Instructor: Prof. Jianlin Cheng
īŽ My Teaching
īŽ My Research
īŽ Office Hours: EBW 109, MoWe: 4 – 5
īŽ TA (Xiaokai Qian)
īŽ Objectives
īŽ Text Book
īŽ Assignments
īŽ Projects
īŽ Grading
īŽ Course web site:
http://calla.rnet.missouri.edu/cheng_courses/datamining20
16/
February 21, 2024 Data Mining: Concepts and Techniques 9
February 21, 2024 Data Mining: Concepts and Techniques 10
Coverage of Topics
īŽ The book will be covered in two courses at CS, UIUC
īŽ Introduction to data warehousing and data mining
īŽ Data mining: Principles and algorithms
īŽ Our Coverage (both introductory and advanced materials)
īŽ Introduction
īŽ Data Preprocessing
īŽ Mining Frequent Patterns, Association and Correlations
īŽ Classification and Prediction
īŽ Cluster Analysis
īŽ Network mining (advanced)
February 21, 2024 Data Mining: Concepts and Techniques 11
Advanced Topics (projects)
īŽ Mining data streams, time-series, and sequence data
īŽ Mining graphs, social networks
īŽ Mining object, spatial, multimedia, text and Web data
īŽ Mining complex data objects
īŽ Spatial and spatiotemporal data mining
īŽ Multimedia data mining
īŽ Text mining
īŽ Web mining
īŽ Applications and trends of data mining
īŽ Mining business & biological data
īŽ Visual data mining
īŽ Data mining and society: Privacy-preserving data mining
February 21, 2024 Data Mining: Concepts and Techniques 12
Chapter 1. Introduction
īŽ Motivation: Why data mining?
īŽ What is data mining?
īŽ Data Mining: On what kind of data?
īŽ Data mining functionality
īŽ Classification of data mining systems
īŽ Top-10 most popular data mining algorithms
īŽ Major issues in data mining
īŽ Overview of the course
February 21, 2024 Data Mining: Concepts and Techniques 13
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
February 21, 2024 Data Mining: Concepts and Techniques 14
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
February 21, 2024 Data Mining: Concepts and Techniques 15
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
February 21, 2024 Data Mining: Concepts and Techniques 16
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
īŽ Data mining: a misnomer?
īŽ Alternative names
īŽ Knowledge discovery (mining) in databases (KDD), knowledge
extraction, data/pattern analysis, data archeology, data
dredging, information harvesting, business intelligence, etc.
īŽ Watch out: Is everything “data mining”?
īŽ Simple search and query processing
īŽ (Deductive) expert systems
February 21, 2024 Data Mining: Concepts and Techniques 17
Knowledge Discovery (KDD) Process
īŽ Data mining—core of
knowledge discovery
process
Data Cleaning
Data Integration
Databases
Data Warehouse
Task-relevant Data
Selection
Data Mining
Pattern Evaluation
February 21, 2024 Data Mining: Concepts and Techniques 18
Data Mining and 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
Ex: Cancer research
February 21, 2024 Data Mining: Concepts and Techniques 19
Data Mining: Confluence of Multiple Disciplines
Data Mining
Database
Technology Statistics
Machine
Learning
Pattern
Recognition
Algorithm
Other
Disciplines
Visualization
February 21, 2024 Data Mining: Concepts and Techniques 20
Why Not Traditional Data Analysis?
īŽ 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
3V of Big Data
February 21, 2024 Data Mining: Concepts and Techniques 21
http://www.datasciencecentral.com/forum/topics/the-3vs-that-
define-big-data
February 21, 2024 Data Mining: Concepts and Techniques 22
Multi-Dimensional View of Data Mining
īŽ Data to be mined
īŽ Relational, data warehouse, transactional, stream, object-
oriented/relational, active, spatial, time-series, text, multi-media,
heterogeneous, legacy, WWW
īŽ Knowledge to be mined
īŽ Characterization, discrimination, association, classification, clustering,
trend/deviation, outlier analysis, etc.
īŽ Multiple/integrated functions and mining at multiple levels
īŽ Techniques utilized
īŽ Database-oriented, data warehouse (OLAP), machine learning, statistics,
visualization, etc.
īŽ Applications adapted
īŽ Retail, telecommunication, banking, fraud analysis, bio-data mining, stock
market analysis, text mining, Web mining, etc.
February 21, 2024 Data Mining: Concepts and Techniques 23
Data Mining: Classification Schemes
īŽ General functionality
īŽ Descriptive data mining (Democrat <-> Republican)
īŽ Predictive data mining
īŽ Different views lead to different classifications
īŽ Data view: Kinds of data to be mined
īŽ Knowledge view: Kinds of knowledge to be discovered
īŽ Method view: Kinds of techniques utilized
īŽ Application view: Kinds of applications adapted
February 21, 2024 Data Mining: Concepts and Techniques 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
February 21, 2024 Data Mining: Concepts and Techniques 25
Data Mining Functionalities
īŽ Multidimensional concept description: Characterization and
discrimination
īŽ Generalize, summarize, and contrast data characteristics, e.g.,
human and monkey?
īŽ Good income VS poor?
īŽ Frequent patterns, association, correlation vs. causality
īŽ Diaper īƒ  Beer [0.5%, 75%], Education -> Income
īŽ Classification and prediction
īŽ Construct models (functions) that describe and distinguish classes
or concepts for future prediction
īŽ E.g., classify countries based on (economy), cars based on (gas
mileage), internet news (Google News), product (Amazon)
īŽ Predict some stock price, traffic jam
February 21, 2024 Data Mining: Concepts and Techniques 26
Data Mining Functionalities (2)
īŽ Cluster analysis
īŽ Class label is unknown: Group data to form new classes, e.g.,
cluster houses to find distribution patterns, terrain images?
īŽ Maximizing intra-cluster similarity & minimizing intercluster
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., political polls? Who will win republican
nomination in 2016? Who will win presidential election?
īŽ Sequential pattern mining: e.g., video mining -> identify objects
īŽ Periodicity analysis: climate change?
īŽ Similarity-based analysis: future of the Apple company?
February 21, 2024 Data Mining: Concepts and Techniques 27
Top-10 Most Popular DM Algorithms:
18 Identified Candidates (I)
īŽ Classification
īŽ #1. C4.5: Quinlan, J. R. C4.5: Programs for Machine Learning. Morgan
Kaufmann., 1993. (e.g. 2012 presidential election)
īŽ #2. CART: L. Breiman, J. Friedman, R. Olshen, and C. Stone. Classification
and Regression Trees. Wadsworth, 1984.
īŽ #3. K Nearest Neighbours (kNN): Hastie, T. and Tibshirani, R. 1996.
Discriminant Adaptive Nearest Neighbor Classification. TPAMI. 18(6)
īŽ #4. Naive Bayes Hand, D.J., Yu, K., 2001. Idiot's Bayes: Not So Stupid
After All? Internat. Statist. Rev. 69, 385-398.
īŽ Statistical Learning
īŽ #5. SVM: Vapnik, V. N. 1995. The Nature of Statistical Learning Theory.
Springer-Verlag.
īŽ #6. EM: McLachlan, G. and Peel, D. (2000). Finite Mixture Models. J.
Wiley, New York. Association Analysis
īŽ #7. Apriori: Rakesh Agrawal and Ramakrishnan Srikant. Fast Algorithms
for Mining Association Rules. In VLDB '94.
īŽ #8. FP-Tree: Han, J., Pei, J., and Yin, Y. 2000. Mining frequent patterns
without candidate generation. In SIGMOD '00.
February 21, 2024 Data Mining: Concepts and Techniques 28
The 18 Identified Candidates (II)
īŽ Link Mining
īŽ #9. PageRank: Brin, S. and Page, L. 1998. The anatomy of a
large-scale hypertextual Web search engine. In WWW-7, 1998.
īŽ #10. HITS: Kleinberg, J. M. 1998. Authoritative sources in a
hyperlinked environment. SODA, 1998.
īŽ Clustering
īŽ #11. K-Means: MacQueen, J. B., Some methods for classification
and analysis of multivariate observations, in Proc. 5th Berkeley
Symp. Mathematical Statistics and Probability, 1967.
īŽ #12. BIRCH: Zhang, T., Ramakrishnan, R., and Livny, M. 1996.
BIRCH: an efficient data clustering method for very large
databases. In SIGMOD '96.
īŽ Bagging and Boosting
īŽ #13. AdaBoost: Freund, Y. and Schapire, R. E. 1997. A decision-
theoretic generalization of on-line learning and an application to
boosting. J. Comput. Syst. Sci. 55, 1 (Aug. 1997), 119-139.
February 21, 2024 Data Mining: Concepts and Techniques 29
The 18 Identified Candidates (III)
īŽ Sequential Patterns
īŽ #14. GSP: Srikant, R. and Agrawal, R. 1996. Mining Sequential Patterns:
Generalizations and Performance Improvements. In Proceedings of the
5th International Conference on Extending Database Technology, 1996.
īŽ #15. PrefixSpan: J. Pei, J. Han, B. Mortazavi-Asl, H. Pinto, Q. Chen, U.
Dayal and M-C. Hsu. PrefixSpan: Mining Sequential Patterns Efficiently by
Prefix-Projected Pattern Growth. In ICDE '01.
īŽ Integrated Mining
īŽ #16. CBA: Liu, B., Hsu, W. and Ma, Y. M. Integrating classification and
association rule mining. KDD-98.
īŽ Rough Sets
īŽ #17. Finding reduct: Zdzislaw Pawlak, Rough Sets: Theoretical Aspects of
Reasoning about Data, Kluwer Academic Publishers, Norwell, MA, 1992
īŽ Graph Mining
īŽ #18. gSpan: Yan, X. and Han, J. 2002. gSpan: Graph-Based Substructure
Pattern Mining. In ICDM '02.
February 21, 2024 Data Mining: Concepts and Techniques 30
Top-10 Algorithm Finally Selected at
ICDM’06
īŽ #1: C4.5 (61 votes)
īŽ #2: K-Means (60 votes)
īŽ #3: SVM (58 votes)
īŽ #4: Apriori (52 votes)
īŽ #5: EM (48 votes)
īŽ #6: PageRank (46 votes)
īŽ #7: AdaBoost (45 votes)
īŽ #7: kNN (45 votes)
īŽ #7: Naive Bayes (45 votes)
īŽ #10: CART (34 votes)
February 21, 2024 Data Mining: Concepts and Techniques 31
Major Issues in Data Mining
īŽ Mining methodology
īŽ Mining different kinds of knowledge from diverse data types, e.g., bio, stream,
Web
īŽ Performance: efficiency, effectiveness, and scalability
īŽ Pattern evaluation: the interestingness problem
īŽ Incorporation of background knowledge
īŽ Handling noise and incomplete data
īŽ Parallel, distributed and incremental mining methods
īŽ Integration of the discovered knowledge with existing one: knowledge fusion
īŽ User interaction
īŽ Data mining query languages and ad-hoc mining
īŽ Expression and visualization of data mining results
īŽ Interactive mining of knowledge at multiple levels of abstraction
īŽ Applications and social impacts
īŽ Domain-specific data mining
īŽ Protection of data security, integrity, and privacy
February 21, 2024 Data Mining: Concepts and Techniques 32
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
February 21, 2024 Data Mining: Concepts and Techniques 33
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)
īŽ Conf. on Principles and
practices of Knowledge
Discovery and Data Mining
(PKDD)
īŽ Pacific-Asia Conf. on
Knowledge Discovery and Data
Mining (PAKDD)
īŽ Other related conferences
īŽ ACM SIGMOD
īŽ VLDB
īŽ (IEEE) ICDE
īŽ WWW, SIGIR
īŽ ICML, CVPR, NIPS
īŽ Journals
īŽ Data Mining and Knowledge
Discovery (DAMI or DMKD)
īŽ IEEE Trans. On Knowledge
and Data Eng. (TKDE)
īŽ KDD Explorations
īŽ ACM Trans. on KDD
February 21, 2024 Data Mining: Concepts and Techniques 34
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.
February 21, 2024 Data Mining: Concepts and Techniques 35
Architecture: Typical Data Mining System
data cleaning, integration, and selection
Database or Data
Warehouse Server
Data Mining Engine
Pattern Evaluation
Graphical User Interface
Knowl
edge-
Base
Database
Data
Warehouse
World-Wide
Web
Other Info
Repositories
February 21, 2024 Data Mining: Concepts and Techniques 36
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, 2nd ed., 2006
īŽ 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, Springer-Verlag, 2001
īŽ 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
February 21, 2024 Data Mining: Concepts and Techniques 37
Summary
īŽ Data mining: Discovering interesting patterns from large amounts of
data
īŽ A natural evolution of database technology and machine learning, in
great demand, with wide applications
īŽ A KDD process includes data cleaning, data integration, data
selection, transformation, data mining, pattern evaluation, and
knowledge presentation
īŽ Mining can be performed in a variety of information repositories
īŽ Data mining functionalities: characterization, discrimination,
association, classification, clustering, outlier and trend analysis, etc.
īŽ Data mining systems and architectures
īŽ Major issues in data mining
Programming Tools
īŽ Any general programming languages: C/C++,
Java, Perl, Python
īŽ Specialized language packages: R, Matlab (or
Octave), Mathematica
īŽ Machine learning and data mining packages:
Weka, NNClass, SVMlight
īŽ Homework submission:
mudatamining@gmail.com
īŽ Due by Feb. 8, 2016
February 21, 2024 Data Mining: Concepts and Techniques 38
February 21, 2024 Data Mining: Concepts and Techniques 39
Why Data Mining?—Potential Applications
īŽ Data analysis and decision support
īŽ Market analysis and management
īŽ Target marketing, customer relationship management (CRM),
market basket analysis, cross selling, market segmentation
īŽ Risk analysis and management
īŽ Forecasting, customer retention, improved underwriting,
quality control, competitive analysis
īŽ Fraud detection and detection of unusual patterns (outliers)
īŽ Other Applications
īŽ Text mining (news group, email, documents) and Web mining
īŽ Stream data mining
īŽ Bioinformatics and bio-data analysis
February 21, 2024 Data Mining: Concepts and Techniques 40
Ex. 1: Market Analysis and Management
īŽ Where does the data come from?—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
īŽ Cross-market analysis—Find associations/co-relations between product sales,
& predict based on such association
īŽ Customer profiling—What types of customers buy what products (clustering
or classification)
īŽ Customer requirement analysis
īŽ Identify the best products for different groups of customers
īŽ Predict what factors will attract new customers
īŽ Provision of summary information
īŽ Multidimensional summary reports
īŽ Statistical summary information (data central tendency and variation)
February 21, 2024 Data Mining: Concepts and Techniques 41
Ex. 2: Corporate Analysis & 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
February 21, 2024 Data Mining: Concepts and Techniques 42
Ex. 3: Fraud Detection & Mining Unusual Patterns
īŽ Approaches: Clustering & model construction for frauds, outlier analysis
īŽ Applications: Health care, retail, credit card service, telecomm.
īŽ Auto insurance: ring of collisions
īŽ Money laundering: suspicious monetary transactions
īŽ Medical insurance
īŽ Professional patients, ring of doctors, and ring of references
īŽ Unnecessary or correlated screening tests
īŽ Telecommunications: phone-call fraud
īŽ Phone call model: destination of the call, duration, time of day or
week. Analyze patterns that deviate from an expected norm
īŽ Retail industry
īŽ Analysts estimate that 38% of retail shrink is due to dishonest
employees
īŽ Anti-terrorism

More Related Content

Similar to Chapter1_IntroductionIntroductionIntroduction.ppt

Data mining 1
Data mining 1Data mining 1
Data mining 1Krunal Doshi
 
UNIT2-Data Mining.pdf
UNIT2-Data Mining.pdfUNIT2-Data Mining.pdf
UNIT2-Data Mining.pdfNancykumari47
 
Chapter 1. Introduction
Chapter 1. IntroductionChapter 1. Introduction
Chapter 1. Introductionbutest
 
Chapter 1. Introduction.ppt
Chapter 1. Introduction.pptChapter 1. Introduction.ppt
Chapter 1. Introduction.pptSubrata Kumer Paul
 
Data Mining Intro
Data Mining IntroData Mining Intro
Data Mining IntroShubhamSamrat5
 
01Introduction to data mining chapter 1.ppt
01Introduction to data mining chapter 1.ppt01Introduction to data mining chapter 1.ppt
01Introduction to data mining chapter 1.pptadmsoyadm4
 
Upstate CSCI 525 Data Mining Chapter 1
Upstate CSCI 525 Data Mining Chapter 1Upstate CSCI 525 Data Mining Chapter 1
Upstate CSCI 525 Data Mining Chapter 1DanWooster1
 
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
 
Introduction.ppt
Introduction.pptIntroduction.ppt
Introduction.pptbommaiah
 
Data mining Introduction
Data mining IntroductionData mining Introduction
Data mining IntroductionVijayasankariS
 
DM Lecture 2
DM Lecture 2DM Lecture 2
DM Lecture 2asad199
 
Trends in DM.pptx
Trends in DM.pptxTrends in DM.pptx
Trends in DM.pptxImXaib
 
2. DATABASE MODELING_Database Fundamentals.pptx
2. DATABASE MODELING_Database Fundamentals.pptx2. DATABASE MODELING_Database Fundamentals.pptx
2. DATABASE MODELING_Database Fundamentals.pptxJavier Daza
 

Similar to Chapter1_IntroductionIntroductionIntroduction.ppt (20)

Data mining 1
Data mining 1Data mining 1
Data mining 1
 
UNIT2-Data Mining.pdf
UNIT2-Data Mining.pdfUNIT2-Data Mining.pdf
UNIT2-Data Mining.pdf
 
Chapter 1. Introduction
Chapter 1. IntroductionChapter 1. Introduction
Chapter 1. Introduction
 
Chapter 1. Introduction.ppt
Chapter 1. Introduction.pptChapter 1. Introduction.ppt
Chapter 1. Introduction.ppt
 
Data Mining Intro
Data Mining IntroData Mining Intro
Data Mining Intro
 
data mining
data miningdata mining
data mining
 
01Intro.ppt
01Intro.ppt01Intro.ppt
01Intro.ppt
 
01Introduction to data mining chapter 1.ppt
01Introduction to data mining chapter 1.ppt01Introduction to data mining chapter 1.ppt
01Introduction to data mining chapter 1.ppt
 
01Intro.ppt
01Intro.ppt01Intro.ppt
01Intro.ppt
 
Upstate CSCI 525 Data Mining Chapter 1
Upstate CSCI 525 Data Mining Chapter 1Upstate CSCI 525 Data Mining Chapter 1
Upstate CSCI 525 Data Mining Chapter 1
 
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
 
Introduction
IntroductionIntroduction
Introduction
 
Introduction.ppt
Introduction.pptIntroduction.ppt
Introduction.ppt
 
Data mining Introduction
Data mining IntroductionData mining Introduction
Data mining Introduction
 
Unit 1
Unit 1Unit 1
Unit 1
 
isd314-01
isd314-01isd314-01
isd314-01
 
Introduction to data warehouse
Introduction to data warehouseIntroduction to data warehouse
Introduction to data warehouse
 
DM Lecture 2
DM Lecture 2DM Lecture 2
DM Lecture 2
 
Trends in DM.pptx
Trends in DM.pptxTrends in DM.pptx
Trends in DM.pptx
 
2. DATABASE MODELING_Database Fundamentals.pptx
2. DATABASE MODELING_Database Fundamentals.pptx2. DATABASE MODELING_Database Fundamentals.pptx
2. DATABASE MODELING_Database Fundamentals.pptx
 

More from DEEPAK948083

turban_ch07ch07ch07ch07ch07ch07dss9e_ch07.ppt
turban_ch07ch07ch07ch07ch07ch07dss9e_ch07.pptturban_ch07ch07ch07ch07ch07ch07dss9e_ch07.ppt
turban_ch07ch07ch07ch07ch07ch07dss9e_ch07.pptDEEPAK948083
 
introAdhocRoutingRoutingRoutingRouting-new.ppt
introAdhocRoutingRoutingRoutingRouting-new.pptintroAdhocRoutingRoutingRoutingRouting-new.ppt
introAdhocRoutingRoutingRoutingRouting-new.pptDEEPAK948083
 
SensorSensorSensorSensorSensorSensor.ppt
SensorSensorSensorSensorSensorSensor.pptSensorSensorSensorSensorSensorSensor.ppt
SensorSensorSensorSensorSensorSensor.pptDEEPAK948083
 
introDMintroDMintroDMintroDMintroDMintroDM.ppt
introDMintroDMintroDMintroDMintroDMintroDM.pptintroDMintroDMintroDMintroDMintroDMintroDM.ppt
introDMintroDMintroDMintroDMintroDMintroDM.pptDEEPAK948083
 
lect1lect1lect1lect1lect1lect1lect1lect1.ppt
lect1lect1lect1lect1lect1lect1lect1lect1.pptlect1lect1lect1lect1lect1lect1lect1lect1.ppt
lect1lect1lect1lect1lect1lect1lect1lect1.pptDEEPAK948083
 
Chchchchchchchchchchchchchchchchc 11.pptx
Chchchchchchchchchchchchchchchchc 11.pptxChchchchchchchchchchchchchchchchc 11.pptx
Chchchchchchchchchchchchchchchchc 11.pptxDEEPAK948083
 
applicationapplicationapplicationapplication.ppt
applicationapplicationapplicationapplication.pptapplicationapplicationapplicationapplication.ppt
applicationapplicationapplicationapplication.pptDEEPAK948083
 
MOBILE & WIRELESS SECURITY And MOBILE & WIRELESS SECURITY
MOBILE & WIRELESS SECURITY And MOBILE & WIRELESS SECURITYMOBILE & WIRELESS SECURITY And MOBILE & WIRELESS SECURITY
MOBILE & WIRELESS SECURITY And MOBILE & WIRELESS SECURITYDEEPAK948083
 
datastructureppt-190327174340 (1).pptx
datastructureppt-190327174340 (1).pptxdatastructureppt-190327174340 (1).pptx
datastructureppt-190327174340 (1).pptxDEEPAK948083
 
5virusandmaliciouscodechapter5-130716024935-phpapp02-converted.pptx
5virusandmaliciouscodechapter5-130716024935-phpapp02-converted.pptx5virusandmaliciouscodechapter5-130716024935-phpapp02-converted.pptx
5virusandmaliciouscodechapter5-130716024935-phpapp02-converted.pptxDEEPAK948083
 
Lect no 13 ECC.ppt
Lect no 13 ECC.pptLect no 13 ECC.ppt
Lect no 13 ECC.pptDEEPAK948083
 
block ciphermodes of operation.pptx
block ciphermodes of operation.pptxblock ciphermodes of operation.pptx
block ciphermodes of operation.pptxDEEPAK948083
 
Lect no 13 ECC.ppt
Lect no 13 ECC.pptLect no 13 ECC.ppt
Lect no 13 ECC.pptDEEPAK948083
 
unit1Intro_final.pptx
unit1Intro_final.pptxunit1Intro_final.pptx
unit1Intro_final.pptxDEEPAK948083
 
whitman_ch04.ppt
whitman_ch04.pptwhitman_ch04.ppt
whitman_ch04.pptDEEPAK948083
 
lesson333.ppt
lesson333.pptlesson333.ppt
lesson333.pptDEEPAK948083
 
ICS PPT Unit 4.ppt
ICS PPT Unit 4.pptICS PPT Unit 4.ppt
ICS PPT Unit 4.pptDEEPAK948083
 
stack-Intro.pptx
stack-Intro.pptxstack-Intro.pptx
stack-Intro.pptxDEEPAK948083
 

More from DEEPAK948083 (20)

turban_ch07ch07ch07ch07ch07ch07dss9e_ch07.ppt
turban_ch07ch07ch07ch07ch07ch07dss9e_ch07.pptturban_ch07ch07ch07ch07ch07ch07dss9e_ch07.ppt
turban_ch07ch07ch07ch07ch07ch07dss9e_ch07.ppt
 
introAdhocRoutingRoutingRoutingRouting-new.ppt
introAdhocRoutingRoutingRoutingRouting-new.pptintroAdhocRoutingRoutingRoutingRouting-new.ppt
introAdhocRoutingRoutingRoutingRouting-new.ppt
 
SensorSensorSensorSensorSensorSensor.ppt
SensorSensorSensorSensorSensorSensor.pptSensorSensorSensorSensorSensorSensor.ppt
SensorSensorSensorSensorSensorSensor.ppt
 
introDMintroDMintroDMintroDMintroDMintroDM.ppt
introDMintroDMintroDMintroDMintroDMintroDM.pptintroDMintroDMintroDMintroDMintroDMintroDM.ppt
introDMintroDMintroDMintroDMintroDMintroDM.ppt
 
lect1lect1lect1lect1lect1lect1lect1lect1.ppt
lect1lect1lect1lect1lect1lect1lect1lect1.pptlect1lect1lect1lect1lect1lect1lect1lect1.ppt
lect1lect1lect1lect1lect1lect1lect1lect1.ppt
 
Chchchchchchchchchchchchchchchchc 11.pptx
Chchchchchchchchchchchchchchchchc 11.pptxChchchchchchchchchchchchchchchchc 11.pptx
Chchchchchchchchchchchchchchchchc 11.pptx
 
applicationapplicationapplicationapplication.ppt
applicationapplicationapplicationapplication.pptapplicationapplicationapplicationapplication.ppt
applicationapplicationapplicationapplication.ppt
 
MOBILE & WIRELESS SECURITY And MOBILE & WIRELESS SECURITY
MOBILE & WIRELESS SECURITY And MOBILE & WIRELESS SECURITYMOBILE & WIRELESS SECURITY And MOBILE & WIRELESS SECURITY
MOBILE & WIRELESS SECURITY And MOBILE & WIRELESS SECURITY
 
datastructureppt-190327174340 (1).pptx
datastructureppt-190327174340 (1).pptxdatastructureppt-190327174340 (1).pptx
datastructureppt-190327174340 (1).pptx
 
5virusandmaliciouscodechapter5-130716024935-phpapp02-converted.pptx
5virusandmaliciouscodechapter5-130716024935-phpapp02-converted.pptx5virusandmaliciouscodechapter5-130716024935-phpapp02-converted.pptx
5virusandmaliciouscodechapter5-130716024935-phpapp02-converted.pptx
 
Lect no 13 ECC.ppt
Lect no 13 ECC.pptLect no 13 ECC.ppt
Lect no 13 ECC.ppt
 
block ciphermodes of operation.pptx
block ciphermodes of operation.pptxblock ciphermodes of operation.pptx
block ciphermodes of operation.pptx
 
Lect no 13 ECC.ppt
Lect no 13 ECC.pptLect no 13 ECC.ppt
Lect no 13 ECC.ppt
 
unit1Intro_final.pptx
unit1Intro_final.pptxunit1Intro_final.pptx
unit1Intro_final.pptx
 
whitman_ch04.ppt
whitman_ch04.pptwhitman_ch04.ppt
whitman_ch04.ppt
 
lesson333.ppt
lesson333.pptlesson333.ppt
lesson333.ppt
 
ICS PPT Unit 4.ppt
ICS PPT Unit 4.pptICS PPT Unit 4.ppt
ICS PPT Unit 4.ppt
 
stack-Intro.pptx
stack-Intro.pptxstack-Intro.pptx
stack-Intro.pptx
 
BST.ppt
BST.pptBST.ppt
BST.ppt
 
Tree 11.ppt
Tree 11.pptTree 11.ppt
Tree 11.ppt
 

Recently uploaded

How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxsocialsciencegdgrohi
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
call girls in Kamla Market (DELHI) 🔝 >āŧ’9953330565🔝 genuine Escort Service 🔝✔ī¸âœ”ī¸
call girls in Kamla Market (DELHI) 🔝 >āŧ’9953330565🔝 genuine Escort Service 🔝✔ī¸âœ”ī¸call girls in Kamla Market (DELHI) 🔝 >āŧ’9953330565🔝 genuine Escort Service 🔝✔ī¸âœ”ī¸
call girls in Kamla Market (DELHI) 🔝 >āŧ’9953330565🔝 genuine Escort Service 🔝✔ī¸âœ”ī¸9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
ā¤­ā¤žā¤°ā¤¤-ā¤°āĨ‹ā¤Ž ā¤ĩāĨā¤¯ā¤žā¤Ēā¤žā¤°.pptx, Indo-Roman Trade,
ā¤­ā¤žā¤°ā¤¤-ā¤°āĨ‹ā¤Ž ā¤ĩāĨā¤¯ā¤žā¤Ēā¤žā¤°.pptx, Indo-Roman Trade,ā¤­ā¤žā¤°ā¤¤-ā¤°āĨ‹ā¤Ž ā¤ĩāĨā¤¯ā¤žā¤Ēā¤žā¤°.pptx, Indo-Roman Trade,
ā¤­ā¤žā¤°ā¤¤-ā¤°āĨ‹ā¤Ž ā¤ĩāĨā¤¯ā¤žā¤Ēā¤žā¤°.pptx, Indo-Roman Trade,Virag Sontakke
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitolTechU
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentInMediaRes1
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...M56BOOKSTORE PRODUCT/SERVICE
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 

Recently uploaded (20)

How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
call girls in Kamla Market (DELHI) 🔝 >āŧ’9953330565🔝 genuine Escort Service 🔝✔ī¸âœ”ī¸
call girls in Kamla Market (DELHI) 🔝 >āŧ’9953330565🔝 genuine Escort Service 🔝✔ī¸âœ”ī¸call girls in Kamla Market (DELHI) 🔝 >āŧ’9953330565🔝 genuine Escort Service 🔝✔ī¸âœ”ī¸
call girls in Kamla Market (DELHI) 🔝 >āŧ’9953330565🔝 genuine Escort Service 🔝✔ī¸âœ”ī¸
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
ā¤­ā¤žā¤°ā¤¤-ā¤°āĨ‹ā¤Ž ā¤ĩāĨā¤¯ā¤žā¤Ēā¤žā¤°.pptx, Indo-Roman Trade,
ā¤­ā¤žā¤°ā¤¤-ā¤°āĨ‹ā¤Ž ā¤ĩāĨā¤¯ā¤žā¤Ēā¤žā¤°.pptx, Indo-Roman Trade,ā¤­ā¤žā¤°ā¤¤-ā¤°āĨ‹ā¤Ž ā¤ĩāĨā¤¯ā¤žā¤Ēā¤žā¤°.pptx, Indo-Roman Trade,
ā¤­ā¤žā¤°ā¤¤-ā¤°āĨ‹ā¤Ž ā¤ĩāĨā¤¯ā¤žā¤Ēā¤žā¤°.pptx, Indo-Roman Trade,
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptx
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media Component
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 

Chapter1_IntroductionIntroductionIntroduction.ppt

  • 1. February 21, 2024 Data Mining: Concepts and Techniques 1 Data Mining: Concepts and Techniques — Chapter 1 — — Introduction — Prof. Jianlin Cheng Department of Computer Science University of Missouri, Columbia Slides are adapted from ŠJiawei Han and Micheline Kamber. All rights reserved.
  • 2. February 21, 2024 Data Mining: Concepts and Techniques 2 Brodsky, 2013
  • 3. Big Data Age February 21, 2024 Data Mining: Concepts and Techniques 3 Booch, 2013
  • 4. February 21, 2024 Data Mining: Concepts and Techniques 4 Booch, 2013
  • 5. February 21, 2024 Data Mining: Concepts and Techniques 5 Booch, 2013
  • 6. February 21, 2024 Data Mining: Concepts and Techniques 6 Booch, 2013
  • 7. Big Data Applications February 21, 2024 Data Mining: Concepts and Techniques 7 Brodsky, 2013
  • 8. February 21, 2024 Data Mining: Concepts and Techniques 8 Brodsky, 2013
  • 9. Syllabus īŽ Instructor: Prof. Jianlin Cheng īŽ My Teaching īŽ My Research īŽ Office Hours: EBW 109, MoWe: 4 – 5 īŽ TA (Xiaokai Qian) īŽ Objectives īŽ Text Book īŽ Assignments īŽ Projects īŽ Grading īŽ Course web site: http://calla.rnet.missouri.edu/cheng_courses/datamining20 16/ February 21, 2024 Data Mining: Concepts and Techniques 9
  • 10. February 21, 2024 Data Mining: Concepts and Techniques 10 Coverage of Topics īŽ The book will be covered in two courses at CS, UIUC īŽ Introduction to data warehousing and data mining īŽ Data mining: Principles and algorithms īŽ Our Coverage (both introductory and advanced materials) īŽ Introduction īŽ Data Preprocessing īŽ Mining Frequent Patterns, Association and Correlations īŽ Classification and Prediction īŽ Cluster Analysis īŽ Network mining (advanced)
  • 11. February 21, 2024 Data Mining: Concepts and Techniques 11 Advanced Topics (projects) īŽ Mining data streams, time-series, and sequence data īŽ Mining graphs, social networks īŽ Mining object, spatial, multimedia, text and Web data īŽ Mining complex data objects īŽ Spatial and spatiotemporal data mining īŽ Multimedia data mining īŽ Text mining īŽ Web mining īŽ Applications and trends of data mining īŽ Mining business & biological data īŽ Visual data mining īŽ Data mining and society: Privacy-preserving data mining
  • 12. February 21, 2024 Data Mining: Concepts and Techniques 12 Chapter 1. Introduction īŽ Motivation: Why data mining? īŽ What is data mining? īŽ Data Mining: On what kind of data? īŽ Data mining functionality īŽ Classification of data mining systems īŽ Top-10 most popular data mining algorithms īŽ Major issues in data mining īŽ Overview of the course
  • 13. February 21, 2024 Data Mining: Concepts and Techniques 13 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
  • 14. February 21, 2024 Data Mining: Concepts and Techniques 14 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
  • 15. February 21, 2024 Data Mining: Concepts and Techniques 15 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
  • 16. February 21, 2024 Data Mining: Concepts and Techniques 16 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 īŽ Data mining: a misnomer? īŽ Alternative names īŽ Knowledge discovery (mining) in databases (KDD), knowledge extraction, data/pattern analysis, data archeology, data dredging, information harvesting, business intelligence, etc. īŽ Watch out: Is everything “data mining”? īŽ Simple search and query processing īŽ (Deductive) expert systems
  • 17. February 21, 2024 Data Mining: Concepts and Techniques 17 Knowledge Discovery (KDD) Process īŽ Data mining—core of knowledge discovery process Data Cleaning Data Integration Databases Data Warehouse Task-relevant Data Selection Data Mining Pattern Evaluation
  • 18. February 21, 2024 Data Mining: Concepts and Techniques 18 Data Mining and 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 Ex: Cancer research
  • 19. February 21, 2024 Data Mining: Concepts and Techniques 19 Data Mining: Confluence of Multiple Disciplines Data Mining Database Technology Statistics Machine Learning Pattern Recognition Algorithm Other Disciplines Visualization
  • 20. February 21, 2024 Data Mining: Concepts and Techniques 20 Why Not Traditional Data Analysis? īŽ 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
  • 21. 3V of Big Data February 21, 2024 Data Mining: Concepts and Techniques 21 http://www.datasciencecentral.com/forum/topics/the-3vs-that- define-big-data
  • 22. February 21, 2024 Data Mining: Concepts and Techniques 22 Multi-Dimensional View of Data Mining īŽ Data to be mined īŽ Relational, data warehouse, transactional, stream, object- oriented/relational, active, spatial, time-series, text, multi-media, heterogeneous, legacy, WWW īŽ Knowledge to be mined īŽ Characterization, discrimination, association, classification, clustering, trend/deviation, outlier analysis, etc. īŽ Multiple/integrated functions and mining at multiple levels īŽ Techniques utilized īŽ Database-oriented, data warehouse (OLAP), machine learning, statistics, visualization, etc. īŽ Applications adapted īŽ Retail, telecommunication, banking, fraud analysis, bio-data mining, stock market analysis, text mining, Web mining, etc.
  • 23. February 21, 2024 Data Mining: Concepts and Techniques 23 Data Mining: Classification Schemes īŽ General functionality īŽ Descriptive data mining (Democrat <-> Republican) īŽ Predictive data mining īŽ Different views lead to different classifications īŽ Data view: Kinds of data to be mined īŽ Knowledge view: Kinds of knowledge to be discovered īŽ Method view: Kinds of techniques utilized īŽ Application view: Kinds of applications adapted
  • 24. February 21, 2024 Data Mining: Concepts and Techniques 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. February 21, 2024 Data Mining: Concepts and Techniques 25 Data Mining Functionalities īŽ Multidimensional concept description: Characterization and discrimination īŽ Generalize, summarize, and contrast data characteristics, e.g., human and monkey? īŽ Good income VS poor? īŽ Frequent patterns, association, correlation vs. causality īŽ Diaper īƒ  Beer [0.5%, 75%], Education -> Income īŽ Classification and prediction īŽ Construct models (functions) that describe and distinguish classes or concepts for future prediction īŽ E.g., classify countries based on (economy), cars based on (gas mileage), internet news (Google News), product (Amazon) īŽ Predict some stock price, traffic jam
  • 26. February 21, 2024 Data Mining: Concepts and Techniques 26 Data Mining Functionalities (2) īŽ Cluster analysis īŽ Class label is unknown: Group data to form new classes, e.g., cluster houses to find distribution patterns, terrain images? īŽ Maximizing intra-cluster similarity & minimizing intercluster 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., political polls? Who will win republican nomination in 2016? Who will win presidential election? īŽ Sequential pattern mining: e.g., video mining -> identify objects īŽ Periodicity analysis: climate change? īŽ Similarity-based analysis: future of the Apple company?
  • 27. February 21, 2024 Data Mining: Concepts and Techniques 27 Top-10 Most Popular DM Algorithms: 18 Identified Candidates (I) īŽ Classification īŽ #1. C4.5: Quinlan, J. R. C4.5: Programs for Machine Learning. Morgan Kaufmann., 1993. (e.g. 2012 presidential election) īŽ #2. CART: L. Breiman, J. Friedman, R. Olshen, and C. Stone. Classification and Regression Trees. Wadsworth, 1984. īŽ #3. K Nearest Neighbours (kNN): Hastie, T. and Tibshirani, R. 1996. Discriminant Adaptive Nearest Neighbor Classification. TPAMI. 18(6) īŽ #4. Naive Bayes Hand, D.J., Yu, K., 2001. Idiot's Bayes: Not So Stupid After All? Internat. Statist. Rev. 69, 385-398. īŽ Statistical Learning īŽ #5. SVM: Vapnik, V. N. 1995. The Nature of Statistical Learning Theory. Springer-Verlag. īŽ #6. EM: McLachlan, G. and Peel, D. (2000). Finite Mixture Models. J. Wiley, New York. Association Analysis īŽ #7. Apriori: Rakesh Agrawal and Ramakrishnan Srikant. Fast Algorithms for Mining Association Rules. In VLDB '94. īŽ #8. FP-Tree: Han, J., Pei, J., and Yin, Y. 2000. Mining frequent patterns without candidate generation. In SIGMOD '00.
  • 28. February 21, 2024 Data Mining: Concepts and Techniques 28 The 18 Identified Candidates (II) īŽ Link Mining īŽ #9. PageRank: Brin, S. and Page, L. 1998. The anatomy of a large-scale hypertextual Web search engine. In WWW-7, 1998. īŽ #10. HITS: Kleinberg, J. M. 1998. Authoritative sources in a hyperlinked environment. SODA, 1998. īŽ Clustering īŽ #11. K-Means: MacQueen, J. B., Some methods for classification and analysis of multivariate observations, in Proc. 5th Berkeley Symp. Mathematical Statistics and Probability, 1967. īŽ #12. BIRCH: Zhang, T., Ramakrishnan, R., and Livny, M. 1996. BIRCH: an efficient data clustering method for very large databases. In SIGMOD '96. īŽ Bagging and Boosting īŽ #13. AdaBoost: Freund, Y. and Schapire, R. E. 1997. A decision- theoretic generalization of on-line learning and an application to boosting. J. Comput. Syst. Sci. 55, 1 (Aug. 1997), 119-139.
  • 29. February 21, 2024 Data Mining: Concepts and Techniques 29 The 18 Identified Candidates (III) īŽ Sequential Patterns īŽ #14. GSP: Srikant, R. and Agrawal, R. 1996. Mining Sequential Patterns: Generalizations and Performance Improvements. In Proceedings of the 5th International Conference on Extending Database Technology, 1996. īŽ #15. PrefixSpan: J. Pei, J. Han, B. Mortazavi-Asl, H. Pinto, Q. Chen, U. Dayal and M-C. Hsu. PrefixSpan: Mining Sequential Patterns Efficiently by Prefix-Projected Pattern Growth. In ICDE '01. īŽ Integrated Mining īŽ #16. CBA: Liu, B., Hsu, W. and Ma, Y. M. Integrating classification and association rule mining. KDD-98. īŽ Rough Sets īŽ #17. Finding reduct: Zdzislaw Pawlak, Rough Sets: Theoretical Aspects of Reasoning about Data, Kluwer Academic Publishers, Norwell, MA, 1992 īŽ Graph Mining īŽ #18. gSpan: Yan, X. and Han, J. 2002. gSpan: Graph-Based Substructure Pattern Mining. In ICDM '02.
  • 30. February 21, 2024 Data Mining: Concepts and Techniques 30 Top-10 Algorithm Finally Selected at ICDM’06 īŽ #1: C4.5 (61 votes) īŽ #2: K-Means (60 votes) īŽ #3: SVM (58 votes) īŽ #4: Apriori (52 votes) īŽ #5: EM (48 votes) īŽ #6: PageRank (46 votes) īŽ #7: AdaBoost (45 votes) īŽ #7: kNN (45 votes) īŽ #7: Naive Bayes (45 votes) īŽ #10: CART (34 votes)
  • 31. February 21, 2024 Data Mining: Concepts and Techniques 31 Major Issues in Data Mining īŽ Mining methodology īŽ Mining different kinds of knowledge from diverse data types, e.g., bio, stream, Web īŽ Performance: efficiency, effectiveness, and scalability īŽ Pattern evaluation: the interestingness problem īŽ Incorporation of background knowledge īŽ Handling noise and incomplete data īŽ Parallel, distributed and incremental mining methods īŽ Integration of the discovered knowledge with existing one: knowledge fusion īŽ User interaction īŽ Data mining query languages and ad-hoc mining īŽ Expression and visualization of data mining results īŽ Interactive mining of knowledge at multiple levels of abstraction īŽ Applications and social impacts īŽ Domain-specific data mining īŽ Protection of data security, integrity, and privacy
  • 32. February 21, 2024 Data Mining: Concepts and Techniques 32 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
  • 33. February 21, 2024 Data Mining: Concepts and Techniques 33 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) īŽ Conf. on Principles and practices of Knowledge Discovery and Data Mining (PKDD) īŽ Pacific-Asia Conf. on Knowledge Discovery and Data Mining (PAKDD) īŽ Other related conferences īŽ ACM SIGMOD īŽ VLDB īŽ (IEEE) ICDE īŽ WWW, SIGIR īŽ ICML, CVPR, NIPS īŽ Journals īŽ Data Mining and Knowledge Discovery (DAMI or DMKD) īŽ IEEE Trans. On Knowledge and Data Eng. (TKDE) īŽ KDD Explorations īŽ ACM Trans. on KDD
  • 34. February 21, 2024 Data Mining: Concepts and Techniques 34 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.
  • 35. February 21, 2024 Data Mining: Concepts and Techniques 35 Architecture: Typical Data Mining System data cleaning, integration, and selection Database or Data Warehouse Server Data Mining Engine Pattern Evaluation Graphical User Interface Knowl edge- Base Database Data Warehouse World-Wide Web Other Info Repositories
  • 36. February 21, 2024 Data Mining: Concepts and Techniques 36 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, 2nd ed., 2006 īŽ 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, Springer-Verlag, 2001 īŽ 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
  • 37. February 21, 2024 Data Mining: Concepts and Techniques 37 Summary īŽ Data mining: Discovering interesting patterns from large amounts of data īŽ A natural evolution of database technology and machine learning, in great demand, with wide applications īŽ A KDD process includes data cleaning, data integration, data selection, transformation, data mining, pattern evaluation, and knowledge presentation īŽ Mining can be performed in a variety of information repositories īŽ Data mining functionalities: characterization, discrimination, association, classification, clustering, outlier and trend analysis, etc. īŽ Data mining systems and architectures īŽ Major issues in data mining
  • 38. Programming Tools īŽ Any general programming languages: C/C++, Java, Perl, Python īŽ Specialized language packages: R, Matlab (or Octave), Mathematica īŽ Machine learning and data mining packages: Weka, NNClass, SVMlight īŽ Homework submission: mudatamining@gmail.com īŽ Due by Feb. 8, 2016 February 21, 2024 Data Mining: Concepts and Techniques 38
  • 39. February 21, 2024 Data Mining: Concepts and Techniques 39 Why Data Mining?—Potential Applications īŽ Data analysis and decision support īŽ Market analysis and management īŽ Target marketing, customer relationship management (CRM), market basket analysis, cross selling, market segmentation īŽ Risk analysis and management īŽ Forecasting, customer retention, improved underwriting, quality control, competitive analysis īŽ Fraud detection and detection of unusual patterns (outliers) īŽ Other Applications īŽ Text mining (news group, email, documents) and Web mining īŽ Stream data mining īŽ Bioinformatics and bio-data analysis
  • 40. February 21, 2024 Data Mining: Concepts and Techniques 40 Ex. 1: Market Analysis and Management īŽ Where does the data come from?—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 īŽ Cross-market analysis—Find associations/co-relations between product sales, & predict based on such association īŽ Customer profiling—What types of customers buy what products (clustering or classification) īŽ Customer requirement analysis īŽ Identify the best products for different groups of customers īŽ Predict what factors will attract new customers īŽ Provision of summary information īŽ Multidimensional summary reports īŽ Statistical summary information (data central tendency and variation)
  • 41. February 21, 2024 Data Mining: Concepts and Techniques 41 Ex. 2: Corporate Analysis & 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
  • 42. February 21, 2024 Data Mining: Concepts and Techniques 42 Ex. 3: Fraud Detection & Mining Unusual Patterns īŽ Approaches: Clustering & model construction for frauds, outlier analysis īŽ Applications: Health care, retail, credit card service, telecomm. īŽ Auto insurance: ring of collisions īŽ Money laundering: suspicious monetary transactions īŽ Medical insurance īŽ Professional patients, ring of doctors, and ring of references īŽ Unnecessary or correlated screening tests īŽ Telecommunications: phone-call fraud īŽ Phone call model: destination of the call, duration, time of day or week. Analyze patterns that deviate from an expected norm īŽ Retail industry īŽ Analysts estimate that 38% of retail shrink is due to dishonest employees īŽ Anti-terrorism