Knowledge Discovery and Data Mining Evgueni Smirnov.

Slides:



Advertisements
Similar presentations
QMM 384 – Data Mining Data Mining: Introduction Introduction to Predictive Analytics.
Advertisements

CPS : Information Management and Mining Shivnath Babu.
© Tan,Steinbach, Kumar Introduction to Data Mining 4/18/ Data Mining: Introduction Introduction to Data Mining by Tan, Steinbach, Kumar.
DATA MINING Introductory
Data Mining Sangeeta Devadiga CS 157B, Spring 2007.
© Tan,Steinbach, Kumar Introduction to Data Mining 4/18/ Data Mining: Introduction Lecture Notes for Chapter 1 Introduction to Data Mining by Tan,
Data Mining: Introduction
Week 9 Data Mining System (Knowledge Data Discovery)
© Tan,Steinbach, Kumar Introduction to Data Mining 4/18/ Data Mining: Introduction Lecture Notes for Chapter 1 Introduction to Data Mining by Tan,
© Vipin Kumar CSci 8980 (Data Mining) Fall CSci 8980: Data Mining (Fall 2002) Vipin Kumar Army High Performance Computing Research Center Department.
© Tan,Steinbach, Kumar Introduction to Data Mining 4/18/ Data Mining: Introduction Lecture Notes for Chapter 1 Introduction to Data Mining by Tan,
© Tan,Steinbach, Kumar Introduction to Data Mining 4/18/ Decision Support: Data Mining Introduction.
Data Mining: Introduction
Data Mining – Intro.
Data Mining Course Overview. About the course – Administrivia Instructor: George Kollios, MCS 288, Mon 2:30-4:00PM.
Lesson Outline Introduction: Data Flood
Why Mine Data? Commercial Viewpoint
Data Mining and Business Intelligence
Knowledge Discovery & Data Mining process of extracting previously unknown, valid, and actionable (understandable) information from large databases Data.
Chapter 5: Data Mining for Business Intelligence
MAKING THE BUSINESS BETTER Presented By Mohammed Dwikat DATA MINING Presented to Faculty of IT MIS Department An Najah National University.
Kansas State University Department of Computing and Information Sciences CIS 830: Advanced Topics in Artificial Intelligence From Data Mining To Knowledge.
Tang: Introduction to Data Mining (with modification by Ch. Eick) I: Introduction to Data Mining A.Short Preview 1.Initial Definition of Data Mining 2.Motivation.
Introduction to Data Mining. Why Mine the Data? Lots of data is being collected and warehoused – Web data, e-commerce – purchases at department/ grocery.
Knowledge Discovery and Data Mining Evgueni Smirnov.
© Tan,Steinbach, Kumar Introduction to Data Mining 4/18/ Data Mining: Introduction Lecture Notes for Chapter 1 Introduction to Data Mining by Tan,
Knowledge Discovery & Data Mining process of extracting previously unknown, valid, and actionable (understandable) information from large databases Data.
Data Mining – Intro. Course Overview Spatial Databases Temporal and Spatio-Temporal Databases Multimedia Databases Data Mining.
CSE4334/5334 DATA MINING CSE 4334/5334 Data Mining, Fall 2011 Department of Computer Science and Engineering, University of Texas at Arlington Chengkai.
Advanced Database Course (ESED5204) Eng. Hanan Alyazji University of Palestine Software Engineering Department.
Knowledge Discovery & Data Mining
© Tan,Steinbach, Kumar Introduction to Data Mining 4/18/ Data Mining: Introduction Lecture Notes for Chapter 1 Introduction to Data Mining by Tan,
1 Data Mining: Introduction Chapter 1 of Introduction to Data Mining by Tan, Steinbach, Kumar.
© Tan,Steinbach, Kumar Introduction to Data Mining 4/18/ Data Mining: Introduction Lecture Notes for Chapter 1 Introduction to Data Mining by Minqi.
Introduction to Data Mining Jinze Liu April 8 th, 2009.
Christoph Eick Introduction to Data Mining 8/19/ Dr. Eick 2. COSC.
© Tan,Steinbach, Kumar Introduction to Data Mining 4/18/ Data Mining: Introduction Lecture Notes for Chapter 1 Introduction to Data Mining by Tan,
COMSATS Institute of Information Technology Department of Computer Science Databases and Information Systems Dr. Ramzan Talib Databases and Information.
WHAT IS DATA MINING?  The process of automatically extracting useful information from large amounts of data.  Uses traditional data analysis techniques.
WHAT IS DATA MINING?  The process of automatically extracting useful information from large amounts of data.  Uses traditional data analysis techniques.
Introduction to Data Mining Mining Association Rules Reference: Tan et al: Introduction to data mining. Some slides are adopted from Tan et al.
An Introduction to Data Mining
DATA MINING and VISUALIZATION Instructor: Dr. Matthew Iklé, Adams State University Remote Instructor: Dr. Hong Liu, Embry-Riddle Aeronautical University.
© Tan,Steinbach, Kumar Introduction to Data Mining 4/18/ Lecture Notes for Chapter 1 Introduction to Data Mining.
Data Mining – Intro.
Data Mining: Introduction
Data Mining Introduction
Data Mining: Introduction
Data Mining: Introduction
Data Mining: Introduction
Data Mining: Introduction
Data Mining: Introduction
Data Mining: Introduction
Sangeeta Devadiga CS 157B, Spring 2007
Data Mining: Introduction
Prepared by: Mahmoud Rafeek Al-Farra
Data Mining: Introduction
Data Mining: Introduction
Data Mining: Introduction
Data Mining: Introduction
Data Mining: Introduction
Data Mining: Introduction
Data Mining: Introduction
Data Mining: Introduction
Data Mining: Introduction
Data Mining: Introduction
Data Mining: Introduction
Data Mining: Introduction
Presentation transcript:

Knowledge Discovery and Data Mining Evgueni Smirnov

Outline Data Flood Definition of Knowledge Discovery and Data Mining Possible Tasks: –Classification Task –Regression Task –Clustering Task –Association-Rule Task

Data Flood

Trends Leading to Data Flood Moore’s law –Computer Speed doubles every 18 months Storage law –total storage doubles every 9 months As a result: More data is captured: –Storage technology faster and cheaper –DBMS capable of handling bigger DB

Trends Leading to Data Flood More data is generated: –Business: Supermarket chains Banks, Telecoms, E-commerce, etc. –Web –Science: astronomy, physics, biology, medicine etc.

Consequence Very little data will ever be looked at by a human, and thus, we need to automate the process of Knowledge Discovery to make sense and use of data.

Definition of Knowledge Discovery Knowledge Discovery in Data is non-trivial process of identifying –valid –novel –potentially useful –and ultimately understandable patterns in data. from Advances in Knowledge Discovery and Data Mining, Fayyad, Piatetsky-Shapiro, Smyth, and Uthurusamy, (Chapter 1), AAAI/MIT Press 1996.

Related Fields Statistics Machine Learning Databases Visualization Knowledge Discovery

Knowledge-Discovery Methodology data Target data Processed data Transformed data Patterns Knowledge Selection Preprocessing & cleaning Transformation & feature selection Data Mining Interpretation Evaluation Data Mining is searching for patterns of interest in a particular representation.

Data-Mining Tasks Classification Task Regression Task Clustering Task Association-Rule Task

Classification Task Given: a collection of instances (training set) –Each instances is represented by a set of attributes, one of the attributes is the class attribute. Find: a classifier for the class attribute as a function of the values of other attributes. Goal: previously unseen instances should be assigned a class as accurately as possible.

Example 1 categorical continuous class Test Set Training Set Classifier Learn Classifier

Example 2 Fraud Detection –Goal: Predict fraudulent cases in credit card transactions. –Approach: Use credit card transactions and the information on its account-holder as attributes. –When does a customer buy, what does he buy, how often he pays on time, etc Label past transactions as fraud or fair transactions. This forms the class attribute. Learn a model for the class of the transactions. Use this model to detect fraud by observing credit card transactions on an account.

Regression Task Predict a value of a given continuous valued variable based on the values of other variables, assuming a linear or nonlinear model of dependency. Examples: Predicting sales amounts of new product based on advertising expenditure. Predicting wind velocities as a function of temperature, humidity, air pressure, etc. Time series prediction of stock market indices.

Clustering Task Given a set of data points, each having a set of attributes, and a similarity measure among them, find clusters such that: –Data points in one cluster are more similar; –Data points in separate clusters are less similar. Intra-cluster distances are minimized Intra-cluster distances are minimized Inter-cluster distances are maximized Inter-cluster distances are maximized

Example Market Segmentation: –Goal: subdivide a market into distinct subsets of customers where any subset may conceivably be selected as a market target to be reached with a distinct marketing mix. –Approach: Collect different attributes of customers based on their geographical and lifestyle related information. Find clusters of similar customers. Measure the clustering quality by observing buying patterns of customers in same cluster vs. those from different clusters.

Association-Rule Task 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

Example Supermarket shelf management. –Goal: To identify items that are bought together by sufficiently many customers. –Approach: Process the point-of-sale data collected with barcode scanners to find dependencies among items. –A classic rule -- If a customer buys diaper and milk, then he is very likely to buy beer. So, don’t be surprised if you find six-packs stacked next to diapers!

Course Overview data Processed data Selection Preprocessing & cleaning Transformation & feature selection Data Mining Interpretation Evaluation Tuesday: Decision Trees and Decision Rules (Evgueni Smirnov) Introduction to Transfer in Supervised Learning (Haitham Bou Ammar)

Course Overview data Processed data Selection Preprocessing & cleaning Transformation & feature selection Data Mining Interpretation Evaluation Wednesday: Evaluation of Learning Models (Evgueni Smirnov) Regression Analysis (Georgi Nalbantov) Self-Taught Learning (Haitham Bou Ammar)

Course Overview data Processed data Selection Preprocessing & cleaning Transformation & feature selection Data Mining Interpretation Evaluation Thursday : Instance learning and Bayesian learning (Kurt Diriessens) Feature Selection and Reduction; Clustering (Georgi Nalbantov)

Course Overview data Processed data Selection Preprocessing & cleaning Transformation & feature selection Data Mining Interpretation Evaluation Friday : Association Rules (Kurt Diriessens) Ensembles (Evgueni Smirnov) Deep Transfer (Haitham Bou Ammar)