739c633f3f439dd8d12e05734ad6b9b0.ppt
- Количество слайдов: 37
Data Mining: Introduction Dr. Hany Saleeb
Chapter 1. Introduction z Motivation: Why data mining? z What is data mining? z Data Mining: On what kind of data? z Data mining functionality z Are all the patterns interesting? z Classification of data mining systems z Major issues in data mining
Motivation: “Necessity is the Mother of Invention” z Data explosion problem y Automated data collection tools and mature database technology lead to tremendous amounts of data stored in databases, data warehouses and other information repositories z We are drowning in data, but starving for knowledge! z Solution: Data warehousing and data mining y Data warehousing and on-line analytical processing y Extraction of interesting knowledge (rules, regularities, patterns, constraints) from data in large databases
Evolution of Database Technology z 1960 s: y Data collection, database creation, IMS and network DBMS z 1970 s: y Relational data model, relational DBMS implementation z 1980 s: y RDBMS, advanced data models (extended-relational, OO, deductive, etc. ) and application-oriented DBMS (spatial, scientific, engineering, etc. ) z 1990 s— 2000 s: y Data mining and data warehousing, multimedia databases, and Web databases
What Is Data Mining? z Data mining (knowledge discovery in databases): y. Extraction of interesting (non-trivial, implicit, previously unknown and potentially useful) information or patterns from data in large databases z What is not data mining? y(Deductive) query processing. y Expert systems or statistical programs
Why Data Mining? — Potential Applications z Database analysis and decision support y Market analysis and management xtarget marketing, customer relation management, market basket analysis, cross selling, market segmentation y Risk analysis and management x. Forecasting, customer retention, improved underwriting, quality control, competitive analysis y Fraud detection and management z Other Applications y Text mining (news group, documents) and Web analysis. y Intelligent query answering
Scope of Data Mining Management’s Decision World Interface Data Miner’s Analytical World Business outlook Problem Industry conditions Project design development Product offering Data collection and management Customer analysis preparation Strategic options Model building Reporting Competitive actions Validation and evaluations etc
Market Analysis and Management (1) z Where are the data sources for analysis? y Credit card transactions, loyalty cards, discount coupons, customer complaint calls, plus (public) lifestyle studies z Target marketing y Find clusters of “model” customers who share the same characteristics: interest, income level, spending habits, etc. z Determine customer purchasing patterns over time y Conversion of single to a joint bank account: marriage, etc. z Cross-market analysis y Associations/co-relations between product sales y Prediction based on the association information
Market Analysis and Management (2) z Customer profiling y data mining can tell you what types of customers buy what products (clustering or classification) z Identifying customer requirements y identifying the best products for different customers y use prediction to find what factors will attract new customers z Provides summary information y various multidimensional summary reports y statistical summary information (data central tendency and variation)
Corporate Analysis and Risk Management z Finance planning and asset evaluation y cash flow analysis and prediction y contingent claim analysis to evaluate assets y cross-sectional and time series analysis (financial-ratio, trend analysis, etc. ) z Resource planning: y summarize and compare the resources and spending z Competition: y monitor competitors and market directions y group customers into classes and a class-based pricing procedure y set pricing strategy in a highly competitive market
Fraud Detection and Management (1) z Applications y widely used in health care, retail, credit card services, telecommunications (phone card fraud), etc. z Approach y use historical data to build models of fraudulent behavior and use data mining to help identify similar instances z Examples y auto insurance: detect a group of people who stage accidents to collect on insurance y money laundering: detect suspicious money transactions (US Treasury's Financial Crimes Enforcement Network) y medical insurance: detect professional patients and ring of doctors and ring of references
Fraud Detection and Management (2) z Detecting inappropriate medical treatment y Australian Health Insurance Commission identifies that in many cases blanket screening tests were requested (save Australian $1 m/yr). z Detecting telephone fraud y Telephone call model: destination of the call, duration, time of day or week. Analyze patterns that deviate from an expected norm. y British Telecom identified discrete groups of callers with frequent intra-group calls, especially mobile phones, and broke a multimillion dollar fraud. z Retail y Analysts estimate that 38% of retail shrink is due to dishonest employees.
Other Applications z Sports y IBM Advanced Scout analyzed NBA game statistics (shots blocked, assists, and fouls) to gain competitive advantage for New York Knicks and Miami Heat z Astronomy y JPL and the Palomar Observatory discovered 22 quasars with the help of data mining z Internet Web Surf-Aid y 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.
Example: Amazon. com book recommendations Example: Identify books to recommend to customers • Company keeps log of past customer purchases • Represent each customer as a vector whose components are the past purchases • Define a “distance” function for comparing customers • Based on this distance function, identify the customer’s nearest neighbor set (NNS) • Identify books that have been purchased by a large percentage of the nearest neighbor set but not by the customer • Recommend these books to the customer as possible next purchases •
Data Mining: A KDD Process Data mining: the core of knowledge discovery process. Pattern Evaluation Data Mining Task-relevant Data Warehouse Data Cleaning Data Integration Databases Selection
Steps of a KDD Process z Learning the application domain: y relevant prior knowledge and goals of application z Creating a target data set: data selection z Data cleaning and preprocessing: (may take 60% of effort!) z Data reduction and transformation: y Find useful features, dimensionality/variable reduction, invariant representation. z Choosing functions of data mining (summarization, classification, regression, association, clustering) z Choosing the mining algorithm(s) z Data mining: search for patterns of interest z Pattern evaluation and knowledge presentation y visualization, transformation, removing redundant patterns, etc. z Use of discovered knowledge
Data Mining and Business Intelligence Increasing potential to support business decisions Making Decisions Data Presentation Visualization Techniques Data Mining Information Discovery End User Business Analyst Data Exploration Statistical Analysis, Querying and Reporting Data Warehouses / Data Marts OLAP, MDA Data Sources Paper, Files, Information Providers, Database Systems, OLTP DBA
Data Mining Algorithms Online Analytical Processing SQL Discovery Driven Methods Description Prediction Query Tools Classification Regressions Visualization Clustering Association Sequential Analysis Decision Trees Neural Networks
Architecture of a Typical Data Mining System Graphical user interface Pattern evaluation Data mining engine Database or data warehouse server Data cleaning & data integration Databases Knowledge-base Filtering Data Warehouse
Data Mining: On What Kind of Data? z z Relational databases Data warehouses Transactional databases Advanced DB and information repositories y Object-oriented and object-relational databases y Spatial databases y Time-series data and temporal data y Text databases and multimedia databases y Heterogeneous and legacy databases y WWW
Data Mining Functionalities (1) z Concept description: Characterization and discrimination y Generalize, summarize, and contrast data characteristics, e. g. , dry vs. wet regions z Association (correlation and causality) y Multi-dimensional vs. single-dimensional association y age(X, “ 20. . 29”) ^ income(X, “ 20. . 29 K”) àbuys(X, “PC”) [support = 2%, confidence = 60%] y contains(T, “computer”) àcontains(x, “software”) [1%, 75%]
Data Mining Functionalities (2) z Classification and Prediction y Finding models (functions) that describe and distinguish classes or concepts for future prediction y E. g. , classify countries based on climate, or classify cars based on gas mileage y Presentation: decision-tree, classification rule, neural network y Prediction: Predict some unknown or missing numerical values z Cluster analysis y Class label is unknown: Group data to form new classes, e. g. , cluster houses to find distribution patterns y Clustering based on the principle: maximizing the intra-class similarity and minimizing the interclass similarity
Data Mining Functionalities (3) z Outlier analysis y Outlier: a data object that does not comply with the general behavior of the data y It can be considered as noise or exception but is quite useful in fraud detection, rare events analysis z Trend and evolution analysis y Trend and deviation: regression analysis y Sequential pattern mining, periodicity analysis y Similarity-based analysis z Other pattern-directed or statistical analyses
Are All the “Discovered” Patterns Interesting? z A data mining system/query may generate thousands of patterns, not all of them are interesting. z 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 z Objective vs. subjective interestingness measures: y Objective: based on statistics and structures of patterns, e. g. , support, confidence, etc. y Subjective: based on user’s belief in the data, e. g. , unexpectedness, novelty, actionability, etc.
Market Basket Analysis • Association and sequence discovery • Principal concepts – Support or Prevalence: frequency that a particular association appears in the database – Confidence: conditional predictability of B, given A • Example: – Total daily transactions: 1, 000 – Number which include “soda”: 500 – Number which include “orange juice”: 800 – Number which include “soda” and “orange juice”: 450 – SUPPORT for “soda and orange juice” = 45% (450/1, 000) – CONFIDENCE of “soda à orange juice” = 90% (450/500) – CONFIDENCE of “orange juice à soda” = 56% (450/800)
Can We Find All and Only Interesting Patterns? z Find all the interesting patterns: Completeness y Can a data mining system find all the interesting patterns? y Association vs. classification vs. clustering z Search for only interesting patterns: Optimization y Can a data mining system find only the interesting patterns? y Approaches x. First generate all the patterns and then filter out the uninteresting ones. x. Generate only the interesting patterns—mining query optimization
Data Mining: Confluence of Multiple Disciplines Database Technology Machine Learning Information Science Statistics Data Mining Visualization Other Disciplines
Data Mining: Classification Schemes z General functionality y Descriptive data mining y Predictive data mining
A Multi-Dimensional View of Data Mining Classification z Databases to be mined y Relational, transactional, object-oriented, object-relational, active, spatial, time-series, text, multi-media, heterogeneous, legacy, WWW, etc. z Knowledge to be mined y Characterization, discrimination, association, classification, clustering, trend, deviation and outlier analysis, etc. y Multiple/integrated functions and mining at multiple levels z Techniques utilized y Database-oriented, data warehouse (OLAP), machine learning, statistics, visualization, neural network, etc. z Applications adapted y Retail, telecommunication, banking, fraud analysis, DNA mining, stock market analysis, Web mining, Weblog analysis, etc.
OLAP Mining: An Integration of Data Mining and Data Warehousing z Data mining systems, DBMS, Data warehouse systems coupling y No coupling, loose-coupling, semi-tight-coupling, tight-coupling z On-line analytical mining data y integration of mining and OLAP technologies z Interactive mining multi-level knowledge y Necessity of mining knowledge and patterns at different levels of abstraction by drilling/rolling, pivoting, slicing/dicing, etc. z Integration of multiple mining functions y Characterized classification, first clustering and then association
An OLAM Architecture Mining query Mining result Layer 4 User Interface User GUI API OLAM Engine OLAP Engine Layer 3 OLAP/OLAM Data Cube API Layer 2 MDDB Meta Data Filtering&Integration Database API Filtering Layer 1 Databases Data cleaning Data integration Warehouse Data Repository
Major Issues in Data Mining (1) z Mining methodology and user interaction y Mining different kinds of knowledge in databases y Interactive mining of knowledge at multiple levels of abstraction y Incorporation of background knowledge y Data mining query languages and ad-hoc data mining y Expression and visualization of data mining results y Handling noise and incomplete data y Pattern evaluation: the interestingness problem z Performance and scalability y Efficiency and scalability of data mining algorithms y Parallel, distributed and incremental mining methods
Major Issues in Data Mining (2) z Issues relating to the diversity of data types y Handling relational and complex types of data y Mining information from heterogeneous databases and global information systems (WWW) z Issues related to applications and social impacts y Application of discovered knowledge x. Domain-specific data mining tools x. Intelligent query answering x. Process control and decision making y Integration of the discovered knowledge with existing knowledge: A knowledge fusion problem y Protection of data security, integrity, and privacy
A Brief History of Data Mining Society z 1989 IJCAI Workshop on Knowledge Discovery in Databases (Piatetsky. Shapiro) y Knowledge Discovery in Databases (G. Piatetsky-Shapiro and W. Frawley, 1991) z 1991 -1994 Workshops on Knowledge Discovery in Databases y Advances in Knowledge Discovery and Data Mining (U. Fayyad, G. Piatetsky-Shapiro, P. Smyth, and R. Uthurusamy, 1996) z 1995 -1998 International Conferences on Knowledge Discovery in Databases and Data Mining (KDD’ 95 -98) y Journal of Data Mining and Knowledge Discovery (1997) z 1998 ACM SIGKDD, SIGKDD’ 1999 -2001 conferences, and SIGKDD Explorations z More conferences on data mining y PAKDD, PKDD, SIAM-Data Mining, (IEEE) ICDM, etc.
Where to Find References? z Data mining and KDD (SIGKDD member CDROM): y Conference proceedings: KDD, and others, such as PKDD, PAKDD, etc. y Journal: Data Mining and Knowledge Discovery z Database field (SIGMOD member CD ROM): y Conference proceedings: ACM-SIGMOD, ACM-PODS, VLDB, ICDE, EDBT, DASFAA y Journals: ACM-TODS, J. ACM, IEEE-TKDE, JIIS, etc. z AI and Machine Learning: y Conference proceedings: Machine learning, AAAI, IJCAI, etc. y Journals: Machine Learning, Artificial Intelligence, etc. z Statistics: y Conference proceedings: Joint Stat. Meeting, etc. y Journals: Annals of statistics, etc. z Visualization: y Conference proceedings: CHI, etc. y Journals: IEEE Trans. visualization and computer graphics, etc.
Summary z Data mining: discovering interesting patterns from large amounts of data z A natural evolution of database technology, in great demand, with wide applications z A KDD process includes data cleaning, data integration, data selection, transformation, data mining, pattern evaluation, and knowledge presentation z Mining can be performed in a variety of information repositories z Data mining functionalities: characterization, discrimination, association, classification, clustering, outlier and trend analysis, etc. z Classification of data mining systems z Major issues in data mining
References z U. M. Fayyad, G. Piatetsky-Shapiro, P. Smyth, and R. Uthurusamy. Advances in Knowledge Discovery and Data Mining. AAAI/MIT Press, 1996. z J. Han and M. Kamber. Data Mining: Concepts and Techniques. Morgan Kaufmann, 2000. z T. Imielinski and H. Mannila. A database perspective on knowledge discovery. Communications of ACM, 39: 58 -64, 1996. z G. Piatetsky-Shapiro, U. Fayyad, and P. Smith. From data mining to knowledge discovery: An overview. In U. M. Fayyad, et al. (eds. ), Advances in Knowledge Discovery and Data Mining, 1 -35. AAAI/MIT Press, 1996. z G. Piatetsky-Shapiro and W. J. Frawley. Knowledge Discovery in Databases. AAAI/MIT Press, 1991.
739c633f3f439dd8d12e05734ad6b9b0.ppt