ISQS 7342 Dr. zhangxi Lin By: Tej Pulapa. DT in Forecasting Targeted Marketing - Know before hand what an online customer loves to see or hear about.

Slides:



Advertisements
Similar presentations
Market Research Ms. Roberts 10/12. Definition: The process of obtaining the information needed to make sound marketing decisions.
Advertisements

DECISION TREES. Decision trees  One possible representation for hypotheses.
Decision Tree Approach in Data Mining
Data Mining Classification: Basic Concepts, Decision Trees, and Model Evaluation Lecture Notes for Chapter 4 Part I Introduction to Data Mining by Tan,
Data Mining Sangeeta Devadiga CS 157B, Spring 2007.
By Dan Stalloch. Association – what could be linked together in away with something Patterns – sequential and time series, shows us how often certain.
Lecture outline Classification Decision-tree classification.
DATA MINING CS157A Swathi Rangan. A Brief History of Data Mining The term “Data Mining” was only introduced in the 1990s. Data Mining roots are traced.
Data Mining with Decision Trees Lutz Hamel Dept. of Computer Science and Statistics University of Rhode Island.
Data Mining Adrian Tuhtan CS157A Section1.
Classification.
© Prentice Hall1 DATA MINING Introductory and Advanced Topics Part II Margaret H. Dunham Department of Computer Science and Engineering Southern Methodist.
Market Basket Analysis
DataMining By Guan Hang Su CS157A section 2 fall 2005.
Beyond Opportunity; Enterprise Miner Ronalda Koster, Data Analyst.
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.
Basic Data Mining Techniques
Knowledge Discovery & Data Mining process of extracting previously unknown, valid, and actionable (understandable) information from large databases Data.
Data Mining Techniques
Intelligent Data Analysis (IDA) by Josipa Kern, PhD Andrija Stampar School of Public Health Medical School University of Zagreb Zagreb, Croatia.
Attention Deficit Hyperactivity Disorder (ADHD) Student Classification Using Genetic Algorithm and Artificial Neural Network S. Yenaeng 1, S. Saelee 2.
Data Mining Dr. Chang Liu. What is Data Mining Data mining has been known by many different terms Data mining has been known by many different terms Knowledge.
DATA MINING : CLASSIFICATION. Classification : Definition  Classification is a supervised learning.  Uses training sets which has correct answers (class.
Copyright R. Weber Machine Learning, Data Mining ISYS370 Dr. R. Weber.
Data Mining and Application Part 1: Data Mining Fundamentals Part 2: Tools for Knowledge Discovery Part 3: Advanced Data Mining Techniques Part 4: Intelligent.
COMP3503 Intro to Inductive Modeling
 Much of the information needed by an organisation comes from within the organisation, and the organisation’s IT systems can be used to extract this.
Data Mining CS157B Fall 04 Professor Lee By Yanhua Xue.
Introduction to Data Mining Group Members: Karim C. El-Khazen Pascal Suria Lin Gui Philsou Lee Xiaoting Niu.
INTRODUCTION TO DATA MINING MIS2502 Data Analytics.
Fox MIS Spring 2011 Data Mining Week 9 Introduction to Data Mining.
1 Business System Analysis & Decision Making – Data Mining and Web Mining Zhangxi Lin ISQS 5340 Summer II 2006.
Classification and Prediction Compiled By: Umair Yaqub Lecturer Govt. Murray College Sialkot Readings: Chapter 6 – Han and Kamber.
CRM - Data mining Perspective. Predicting Who will Buy Here are five primary issues that organizations need to address to satisfy demanding consumers:
10-1 Identify the changes taking place in the form and use of decision support in business Identify the role and reporting alternatives of management information.
CS690L Data Mining: Classification
Chapter 20 Data Analysis and Mining. 2 n Decision Support Systems  Obtain high-level information out of detailed information stored in (DB) transaction-processing.
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.
Chapter 6 Classification and Prediction Dr. Bernard Chen Ph.D. University of Central Arkansas.
Patch Based Prediction Techniques University of Houston By: Paul AMALAMAN From: UH-DMML Lab Director: Dr. Eick.
MIS2502: Data Analytics Advanced Analytics - Introduction.
CSCI 347, Data Mining Evaluation: Training and Testing, Section 5.1, pages
3.04 Interpret marketing information to test hypotheses and/ or solve issues Marketing Management.
An Introduction Student Name: Riaz Ahmad Program: MSIT( ) Subject: Data warehouse & Data Mining.
MODELING RESPONSE TO DIRECT MAIL MARKETING ISQS 7342 – Dr. Zhangxi Lin by Junil Chang.
DATA MINING PREPARED BY RAJNIKANT MODI REFERENCE:DOUG ALEXANDER.
Data Mining Basics. “Copyright and Terms of Service Copyright © Texas Education Agency. The materials found on this website are copyrighted © and trademarked.
Copyright © 2003 by The McGraw-Hill Companies, Inc. All rights reserved.
Types of Information Systems Basic Computer Concepts Types of Information Systems  Knowledge-based system  uses knowledge-based techniques that supports.
Data Mining. Overview the extraction of hidden predictive information from large databases Data mining tools predict future trends and behaviors, allowing.
1 Classification: predicts categorical class labels (discrete or nominal) classifies data (constructs a model) based on the training set and the values.
DECISION TREES Asher Moody, CS 157B. Overview  Definition  Motivation  Algorithms  ID3  Example  Entropy  Information Gain  Applications  Conclusion.
ISQS 7342 Dr. Zhangxi Lin By: Tej Pulapa. Recommendation System Predict consumer behavior - Is to discover the relationship between one’s personal characteristics,
BY International School of Engineering {We Are Applied Engineering} Disclaimer: Some of the Images and content have been taken from multiple online sources.
Application of Decision-Tree Induction Techniques to Personalized Advertisements on Internet Storefronts 2011/10/04 Source: International Journal of Electronic.
DATA MINING TECHNIQUES (DECISION TREES ) Presented by: Shweta Ghate MIT College OF Engineering.
Data Resource Management – MGMT An overview of where we are right now SQL Developer OLAP CUBE 1 Sales Cube Data Warehouse Denormalized Historical.
Network Management Lecture 13. MACHINE LEARNING TECHNIQUES 2 Dr. Atiq Ahmed Université de Balouchistan.
Data Mining is the process of analyzing data and summarizing it into useful information Data Mining is usually used for extremely large sets of data It.
Privacy-Preserving Data Mining
DATA MINING © Prentice Hall.
Chapter 6 Classification and Prediction
Adrian Tuhtan CS157A Section1
Computers and Data Collection
Sangeeta Devadiga CS 157B, Spring 2007
MIS2502: Data Analytics Classification using Decision Trees
Supporting End-User Access
©Jiawei Han and Micheline Kamber
Presentation transcript:

ISQS 7342 Dr. zhangxi Lin By: Tej Pulapa

DT in Forecasting Targeted Marketing - Know before hand what an online customer loves to see or hear about. Credit approval – I can forecast who is good to pay you back. Medical Diagnosis – my model will tell you if you have chances to get cancer genetically. Searching for High Info Gains - Given something I am trying to predict, it is easy to ask the computer to find which attribute has highest information gain for it.

DT in Classification Models Training Data Classification Algorithms Classifier (Model) Unseen Data The optimum extent to which the model predicts accurately demands Training Data set to be representative of the unseen data. So is it just about the available data?

Training Set Error For each record, follow the decision tree to see what it would predict For what number of records does the decision tree’s prediction disagree with the true value in the database? This quantity is called the training set error. The smaller the better.

DT can be used to analyze cross-sectional and time series data Reworking of the data can be done in certain situations – for e.g., In direct marketing, there is a need to derive customer measures for recency, frequency, and monetary value from transactional data based on purchase interactions

In order to obtain valuable marketing rules, decision tree induction technique is used to analyze purchase- transaction histories, customer profiles, and product information. The extracted marketing rules are stored in a marketing-rule base and are used for real-time personalized-advertisement selection when customers visit the Internet store

The process of recommendation rule extraction consists of four steps, (1)target variable generation (2) data partitioning (3) decision tree construction (4) recommendation rule selection.