DATA MINING It is a process of extracting interesting(non trivial, implicit, previously, unknown and useful ) information from any data repository. The.

Slides:



Advertisements
Similar presentations
Association Rules Spring Data Mining: What is it?  Two definitions:  The first one, classic and well-known, says that data mining is the nontrivial.
Advertisements

1 Chapter 34 Data Mining Transparencies © Pearson Education Limited 1995, 2005.
Data Mining Glen Shih CS157B Section 1 Dr. Sin-Min Lee April 4, 2006.
Data Mining Sangeeta Devadiga CS 157B, Spring 2007.
Dr. Tahar Kechadi Dr. Joe Carthy
SLIDE 1IS 257 – Fall 2008 Data Mining and the Weka Toolkit University of California, Berkeley School of Information IS 257: Database Management.
Data Mining By Archana Ketkar.
IBM SPSS Modeler 14.2 Data Mining Concepts Introduction to Undirected Data Mining: Association Analysis Prepared by David Douglas, University of ArkansasHosted.
Data Mining.
Chapter 35 Data Mining Transparencies. 2 Chapter Objectives u The concepts associated with data mining. u The main features of data mining operations,
CIT 858: Data Mining and Data Warehousing Course Instructor: Bajuna Salehe Web:
Data Mining & Data Warehousing PresentedBy: Group 4 Kirk Bishop Joe Draskovich Amber Hottenroth Brandon Lee Stephen Pesavento.
Computer Science Universiteit Maastricht Institute for Knowledge and Agent Technology Data mining and the knowledge discovery process Summer Course 2005.
TURKISH STATISTICAL INSTITUTE INFORMATION TECHNOLOGIES DEPARTMENT (Muscat, Oman) DATA MINING.
Enterprise systems infrastructure and architecture DT211 4
Data Mining By Andrie Suherman. Agenda Introduction Major Elements Steps/ Processes Tools used for data mining Advantages and Disadvantages.
Dr. Awad Khalil Computer Science Department AUC
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.
Shilpa Seth.  What is Data Mining What is Data Mining  Applications of Data Mining Applications of Data Mining  KDD Process KDD Process  Architecture.
More on Data Mining KDnuggets Datanami ACM SIGKDD
1 Data Mining DT211 4 Refer to Connolly and Begg 4ed.
Data Mining Techniques As Tools for Analysis of Customer Behavior
Data Mining An Introduction.
Data Mining Techniques As Tools for Analysis of Customer Behavior Lecture 2:
Introduction to Data Mining Group Members: Karim C. El-Khazen Pascal Suria Lin Gui Philsou Lee Xiaoting Niu.
Lecture 9: Knowledge Discovery Systems Md. Mahbubul Alam, PhD Associate Professor Dept. of AEIS Sher-e-Bangla Agricultural University.
1 1 Slide Introduction to Data Mining and Business Intelligence.
Knowledge Discovery and Data Mining Evgueni Smirnov.
Knowledge Discovery and Data Mining Evgueni Smirnov.
Banking on Analytics Dr A S Ramasastri Director, IDRBT.
HW#2: A Strategy for Mining Association Rules Continuously in POS Scanner Data.
Data MINING Data mining is the process of extracting previously unknown, valid and actionable information from large data and then using the information.
Advanced Database Course (ESED5204) Eng. Hanan Alyazji University of Palestine Software Engineering Department.
3-1 Data Mining Kelby Lee. 3-2 Overview ¨ Transaction Database ¨ What is Data Mining ¨ Data Mining Primitives ¨ Data Mining Objectives ¨ Predictive Modeling.
CRM - Data mining Perspective. Predicting Who will Buy Here are five primary issues that organizations need to address to satisfy demanding consumers:
1 STAT 5814 Statistical Data Mining. 2 Use of SAS Data Mining.
Data Mining BY JEMINI ISLAM. Data Mining Outline: What is data mining? Why use data mining? How does data mining work The process of data mining Tools.
Data Warehousing Lecture-30 What can Data Mining do? Virtual University of Pakistan Ahsan Abdullah Assoc. Prof. & Head Center for Agro-Informatics Research.
Chapter 14 Data Mining Transparencies. 2 Chapter Objectives u The concepts associated with data mining. u The main features of data mining operations,
October 2-3, 2015, İSTANBUL Boğaziçi University Prof.Dr. M.Erdal Balaban Istanbul University Faculty of Business Administration Avcılar, Istanbul - TURKEY.
1 Knowledge Discovery from DataBases (KDD) A.K.A. Data Mining & by other names as well Carlo Zaniolo UCLA CS Dept.
Ramakrishnan and Gehrke. Database Management Systems, 3 rd Edition. Definition Data mining is the exploration and analysis of large quantities of data.
CHAPTER 8 DATA MINING BASICS.
Academic Year 2014 Spring Academic Year 2014 Spring.
Becerra-Fernandez, et al. -- Knowledge Management 1/e -- © 2004 Prentice Hall Week 11 Knowledge Discovery Systems: Systems That Create Knowledge.
Data Mining Copyright KEYSOFT Solutions.
Miloš Kotlar 2012/115 Single Layer Perceptron Linear Classifier.
Chap 6: Association Rules. Rule Rules!  Motivation ~ recent progress in data mining + warehousing have made it possible to collect HUGE amount of data.
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 28 Data Mining Concepts.
Introduction.  Instructor: Cengiz Örencik   Course materials:  myweb.sabanciuniv.edu/cengizo/courses.
An Introduction to Data Mining
CS570: Data Mining Spring 2010, TT 1 – 2:15pm Li Xiong.
Data Mining – Association Rules
Data Mining.
Data Mining Motivation: “Necessity is the Mother of Invention”
Data Mining: Introduction
Data Mining: Introduction
Knowledge Discovery Systems: Systems That Create Knowledge
Sangeeta Devadiga CS 157B, Spring 2007
Data Mining Association Rules Assoc.Prof.Songül Varlı Albayrak
Week 11 Knowledge Discovery Systems & Data Mining :
MIS2502: Data Analytics Association Rule Mining
Data Mining: Introduction
Data Mining Techniques As Tools for Analysis of Customer Behavior
CRISP Process Stephen Wyrick.
Presentation transcript:

DATA MINING It is a process of extracting interesting(non trivial, implicit, previously, unknown and useful ) information from any data repository. The process of analyzing data from different perceptive and summarizing it into useful information

APPLICATIONS Retail/Marketing Identifying buying patterns of customers Predicting response to mailing campaigns Market basket analysis Banking Detecting patterns of fraudulent credit card use Identifying loyal customers

APPLICATIONS Insurance Claims analysis Predicting which customers will buy new policies 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

APPLICATIONS Web mining Web is a big information network: from Page Rank to Google Analysis of Web information networks

ASSOCIATION RULE MINING aims to establish links, called associations, between the individual records, or sets of records, in a database. In data mining association rules are useful for analyzing and predicting customer behavior.

EXAMPLE "If a customer buys a dozen eggs, he is 80% likely to also purchase milk." An association rule has two parts, an antecedent (if) and a consequent (then). An antecedent is an item found in the data. A consequent is an item that is found in combination with the antecedent.

RULES FOR ASSOCIATION MINING Given a data set, find the items in the data that are associated with each other Association is measured as frequency of occurrence in the same context

Market basket analysis TID items 1 { bread, milk } 2 { bread, diapers, beer, eggs} 3 { bread, diapers, beer, cola} 4 {bread, milk, diapers, beer} 5 {bread, milk, diapers, cola} What is the association: {diapers, milk} - > {beer, cola}?

The CRISP-DM Model Phase Business understanding Data understanding Data preparation Modeling Evaluation Deployment

Business understanding The various tasks involved determine business objectives; determine data mining goal; and produce a project plan.

Data understanding collect initial data; describe data; explore data; and verify data quality. The tasks involved in this phase Data preparation select data; clean data; construct data; integrate data; and format data.

Modeling The tasks in this phase are select modeling technique; generate test design; build model; and assess model. Evaluation evaluate results; review process; and determine next steps.

Deployment plan deployment; plan monitoring and maintenance; produce final report; and review report.