Download presentation
Presentation is loading. Please wait.
Published byLeon Underwood Modified over 8 years ago
1
Modul 1: Introduction
2
Topics Definitions Business intelligence DW & OLAP Data mining Data Warehousing and Data Mining Motivation Data mining tasks Classification, clustering, association, etc.
3
Definitions
4
What is business intelligence? The new technology for understanding the past and predicting the futture A broad category of technologies that allows for Gathering, storing, accessing and analyzing the data business users make better decisions Analyzing business performance through data-driven insight A broad category of applications, which includes the activities of Decision support systems Query and reporting OLAP Statistical, forecasting and data mining
6
What is data warehouse? Barry Devlin, IBM Consultant
7
What is data warehouse? W. H. Inmon, Building the Data Warehouse
8
Data in OLTP and OLAP
9
What is data mining? Many Definitions Search for valuable information (knowledge) from large volumes of data Exploration & analysis, by automatic or semi-automatic means, of large quantities of data in order to discover meaningful patterns & rules Alternative terms: Data analysis, pattern analysis, data dredging, data exploration, data understanding, data summarization Data mining: a misnomer?
10
Knowledge Discovery Process
11
KDD process Data cleaning: remove noise and inconsistent data Data integration: from multiple sources -> data warehouse Data selection and transformation: transform data into forms appropriate for data mining, select relevant data Data mining: extract patterns Pattern evaluation/interpretation: using interestingness measures Knowledge presentation: visualization and knowledge representation are used to present mined knowledge to the user
12
What is (not) Data Mining? l What is Data Mining? – Certain names are more prevalent in certain US locations (O’Brien, O’Rurke, O’Reilly… in Boston area) – Group together similar documents returned by search engine according to their context (e.g. Amazon rainforest, Amazon.com) l What is not Data Mining? – Look up phone number in phone directory – Query a Web search engine for information about “Amazon”
13
Draws ideas from machine learning/AI, pattern recognition, statistics, and database systems Traditional Techniques may be unsuitable due to Enormity of data High dimensionality of data Heterogeneous, distributed nature of data Origins of Data Mining Machine Learning/ Pattern Recognition Statistics/ AI Data Mining Database systems
14
Data mining in the BI context
15
The complete DSS from BI perspective
16
Data Warehousing and Data Mining Motivations
17
Motivation: Data explosion problem: Automated data collection tools and mature database technology lead to large amounts of data stored in databases and data warehouses We are drowning in data, but starving for knowledge! Do not believe it? See the following for proof!
18
Lots of data is being collected and warehoused Web data, e-commerce purchases at department/ grocery stores Bank/Credit Card transactions Computers have become cheaper and more powerful Competitive pressure is strong Provide better, customized services for an edge (e.g. in Customer Relationship Management) Why Mine Data? Commercial Viewpoint
19
Why Mine Data? Scientific Viewpoint 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
20
Big Data Examples
21
Largest Databases in 2003
23
What tools do we have? Query processing Reporting tool Spreadsheet Statistics OLAP (On Line Analytical Processing)
24
Are there enough data analysts? 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”
25
What we need is New technology that can intellectually and automatically assist humans in analyzing and transforming rapidly growing volume of digital data into useful information Data mining
26
Largest Database Data Mined (Jun’06)
27
Data Mining Tasks
28
Prediction Methods Use some variables to predict unknown or future values of other variables. Description Methods Find human-interpretable patterns that describe the data. From [Fayyad, et.al.] Advances in Knowledge Discovery and Data Mining, 1996
29
Data Mining Tasks... Classification [Predictive] Clustering [Descriptive] Association Rule Discovery [Descriptive] Sequential Pattern Discovery [Descriptive] Regression [Predictive] Deviation Detection [Predictive]
30
Classification: Definition Given a collection of records (training set ) Each record contains a set of attributes, one of the attributes is the class. Find a model for class attribute as a function of the values of other attributes. Goal: previously unseen records should be assigned a class as accurately as possible. A test set is used to determine the accuracy of the model.
31
categorical continuous class Test Set Training Set Model Learn Classifier Illustrating Classification Task
32
Example of a Decision Tree categorical continuous class Refund MarSt TaxInc YES NO YesNo Married Single, Divorced < 80K> 80K Splitting Attributes Training Data Model: Decision Tree
33
Apply Model to Test Data Refund MarSt TaxInc YES NO YesNo Married Single, Divorced < 80K> 80K Test Data Start from the root of tree.
34
Application: Credit card application Institution: a credit card company typically receives thousands of applications for new cards. The application contains information: annual salary, any outstanding debts, age etc. The problem: A decision has to be taken whether to accept or reject the applications. Data mining task: To categorize applications into those who have good credit, bad credit, or fall into a gray area (thus requiring further human analysis).
35
Application: Satellite image classification
36
Application: General image
37
Application: Biological image Protein classes: nucleus, cytoplasm, and mitochondria. RBC classes: discocyte, stomatocyte, and echinocyte
38
Clustering Groups data into meaningful classes/clusters Unsupervised learning Motivation: We do not know what to look for The first step in identifying useful patterns is to group data by their similarity Once data are grouped (clustered), properties of each cluster can be analyzed High quality clusters: the intra-class similarity is high the inter-class similarity is low
39
Clustering: Basic concept Given points in some spaces, group the points into a small number of clusters
40
What is a natural grouping among these objects?
41
School EmployeesSimpson's FamilyMalesFemales Clustering is subjective
42
Application: web clustering
43
Association Rule Discovery: Definition Given a set of records each of which contain some number of items from a given collection; Produce dependency rules which will predict occurrence of an item based on occurrences of other items. Rules Discovered: {Milk} --> {Coke} {Diaper, Milk} --> {Beer} Rules Discovered: {Milk} --> {Coke} {Diaper, Milk} --> {Beer}
44
Association Rule (Plane Form)
45
Sequential Pattern Discovery: Definition Given is a set of objects, with each object associated with its own timeline of events, find rules that predict strong sequential dependencies among different events.
46
Sequence Data ObjectTimestampEvents A102, 3, 5 A206, 1 A231 B114, 5, 6 B172 B217, 8, 1, 2 B281, 6 C141, 8, 7 Sequence Database:
47
Examples of Sequence Data Sequence Database SequenceElement (Transaction) Event (Item) CustomerPurchase history of a given customer A set of items bought by a customer at time t Books, diary products, CDs, etc Web DataBrowsing activity of a particular Web visitor A collection of files viewed by a Web visitor after a single mouse click Home page, index page, contact info, etc Genome sequences DNA sequence of a particular species An element of the DNA sequence Bases A,T,G,C
48
Sequential Pattern Discovery: Examples Stock market (IBM_UP SUN_UP) --> (Microsoft_UP) In point-of-sale transaction sequences, Computer Bookstore: (Intro_To_Visual_C) (C++_Primer) --> (Perl_for_dummies,Tcl_Tk) Athletic Apparel Store: (Shoes) (Racket, Racketball) --> (Sports_Jacket)
49
Medical field If a patient underwent cardiac bypass surgery for blocked arteries (blood vessel) and later developed high blood urea within a year of surgery, he or she is likely to suffer from kidney failure within the next 18 months.
50
Deviation/Anomaly Detection Detect significant deviations from normal behavior Applications: Credit Card Fraud Detection Network Intrusion Detection
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.