Data Mining Introduction Why Data Mining l The

  • Slides: 18
Download presentation
Data Mining: Introduction

Data Mining: Introduction

Why Data Mining? l The Explosive Growth of Data: from terabytes to petabytes –

Why Data Mining? l The Explosive Growth of Data: from terabytes to petabytes – Data collection and data availability u. Automated data collection tools, database systems, Web, computerized society – Major sources of abundant data u. Business: u. Science: Web, e-commerce, transactions, stocks, … Remote sensing, bioinformatics, scientific simulation, … u. Society and everyone: news, digital cameras, You. Tube l We are drowning in data, but starving for knowledge! l “Necessity is the mother of invention”—Data mining—Automated analysis of massive data sets

Evolution of Sciences l Before 1600, empirical science l 1600 -1950 s, theoretical science

Evolution of Sciences l Before 1600, empirical science l 1600 -1950 s, theoretical science – l 1950 s-1990 s, computational science – l Each discipline has grown a theoretical component. Theoretical models often motivate experiments and generalize our understanding. 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.

Evolution of Database Technology l 1960 s: – Data collection, database creation, IMS and

Evolution of Database Technology l 1960 s: – Data collection, database creation, IMS and network DBMS l 1970 s: – Relational data model, relational DBMS implementation l 1980 s: – RDBMS, advanced data models (extended-relational, OO, deductive, etc. ) – Application-oriented DBMS (spatial, scientific, engineering, etc. ) l 1990 s: – Data mining, data warehousing, multimedia databases, and Web databases l 2000 s – Stream data management and mining – Data mining and its applications – Web technology and global information systems 4

Why Mine Data? Commercial Viewpoint l Lots of data is being collected and warehoused

Why Mine Data? Commercial Viewpoint l Lots of data is being collected and warehoused – Web data, e-commerce – purchases at department/ grocery stores – Bank/Credit Card transactions l Computers have become cheaper and more powerful

Why Mine Data? Scientific Viewpoint l Data collected and stored at enormous speeds (GB/hour)

Why Mine Data? Scientific Viewpoint l Data collected and stored at enormous speeds (GB/hour) – remote sensors on a satellite – telescopes scanning the skies – microarrays generating gene expression data – scientific simulations generating terabytes of data l l Traditional techniques infeasible for raw data Data mining may help scientists – in classifying and segmenting data

Mining Large Data Sets - Motivation l l There is often information “hidden” in

Mining Large Data Sets - Motivation l l There is often information “hidden” in the data that is not readily evident Much of the data is never analyzed at all The Data Gap Total new disk (TB) since 1995 Number of analysts From: R. Grossman, C. Kamath, V. Kumar, “Data Mining for Scientific and Engineering Applications”

What is Data Mining? l Many Definitions – Non-trivial extraction of implicit, previously unknown

What is Data Mining? l Many Definitions – Non-trivial extraction of implicit, previously unknown and potentially useful information from data

KDD Process Input Data Pre. Processing Data Mining Post. Processing

KDD Process Input Data Pre. Processing Data Mining Post. Processing

Data Mining in Business Intelligence Increasing potential to support business decisions Decision Making Data

Data Mining in Business Intelligence Increasing potential to support business decisions Decision Making Data Presentation Visualization Techniques End User Business Analyst Data Mining Information Discovery Data Analyst Data Exploration Statistical Summary, Querying, and Reporting Data Preprocessing/Integration, Data Warehouses Data Sources Paper, Files, Web documents, Scientific experiments, Database Systems DBA

What is (not) Data Mining? What is not Data Mining? l – Look up

What is (not) Data Mining? What is not Data Mining? l – Look up phone number in phone directory l What is Data Mining? – Certain names are more prevalent in certain US locations (O’Brien, O’Rurke, O’Reilly… in Boston area)

Origins of Data Mining l Draws ideas from machine learning/AI, pattern recognition, statistics, and

Origins of Data Mining l Draws ideas from machine learning/AI, pattern recognition, statistics, and database systems Statistics/ AI Machine Learning/ Pattern Recognition Data Mining Database systems

Data Mining Tasks l Prediction Methods – Use some variables to predict unknown or

Data Mining Tasks l Prediction Methods – Use some variables to predict unknown or future values of other variables. l Description Methods – Find human-interpretable patterns that describe the data. From [Fayyad, et. al. ] Advances in Knowledge Discovery and Data Mining, 1996

Why Data Mining? —Potential Applications l Data analysis and decision support – Market analysis

Why Data Mining? —Potential Applications l Data analysis and decision support – Market analysis and management u. Target marketing, customer relationship management (CRM), market basket analysis, cross selling, market segmentation – Risk analysis and management u. Forecasting, customer retention, quality control – Fraud detection and detection of unusual patterns (outliers) l Other Applications – Text mining and Web mining – Bioinformatics and bio-data analysis

Ex. 1: Market Analysis and Management l Where does the data come from? –

Ex. 1: Market Analysis and Management l Where does the data come from? – Credit card transactions, loyalty cards, discount coupons, customer complaint calls, plus (public) lifestyle studies l Target marketing – Find clusters of “model” customers who share the same characteristics: interest, income level, spending habits, etc. – Determine customer purchasing patterns over time l Customer profiling – What types of customers buy what products (clustering or classification) l Customer requirement analysis – Predict what factors will attract new customers

Ex. 2: Corporate Analysis & Risk Management l Finance planning and asset evaluation –

Ex. 2: Corporate Analysis & Risk Management l Finance planning and asset evaluation – cash flow analysis and prediction – cross-sectional and time series analysis (financial-ratio, trend analysis, etc. ) l Resource planning – summarize and compare the resources and spending

Ex. 3: Fraud Detection & Mining Unusual Patterns l Applications: Health care, retail, credit

Ex. 3: Fraud Detection & Mining Unusual Patterns l Applications: Health care, retail, credit card service, telecomm. – Auto insurance: fraud detection – Money laundering: suspicious monetary transactions – Medical insurance u. Professional patients, ring of doctors. u. Unnecessary – Anti-terrorism or correlated screening tests

Data Mining Tasks. . . Classification [Predictive] l Clustering [Descriptive] l Association Rule Discovery

Data Mining Tasks. . . Classification [Predictive] l Clustering [Descriptive] l Association Rule Discovery [Descriptive] l Sequential Pattern Discovery [Descriptive] l Regression [Predictive] l Deviation/Anomaly/Outlier Detection [Predictive] l