3 Cases on Business Intelligence MIS

Slides:



Advertisements
Similar presentations
An Introduction to Data Mining
Advertisements

Stock Price Prediction Based on Social Network A survey Presented by: CHEN En.
Nadia Andreani Dwiyono DESIGN AND MAKE OF DATA MINING MARKET BASKET ANALYSIS APLICATION AT DE JOGLO RESTAURANT.
1 1 Slide © 2008 Thomson South-Western. All Rights Reserved Chapter 17 Index Numbers n Price Relatives n Aggregate Price Indexes n Computing an Aggregate.
Chapter 9 Business Intelligence Systems
1 ACCTG 6910 Building Enterprise & Business Intelligence Systems (e.bis) Association Rule Mining Olivia R. Liu Sheng, Ph.D. Emma Eccles Jones Presidential.
Data Mining By Archana Ketkar.
It All Starts with the Menu
Twitter Mood Predicts the Stock Market Authors: Johan Bollen, Huina Mao, Xiao-Jun Zeng Presented By: Krishna Aswani Computing ID: ka5am.
IBM SPSS Modeler 14.2 Data Mining Concepts Introduction to Undirected Data Mining: Association Analysis Prepared by David Douglas, University of ArkansasHosted.
Customer Relationship Management
Data Warehousing by Industry Chapter 4 e-Data. Retail Data warehousing’s early adopters Capturing data from their POS systems  POS = point-of-sale Industry.
Measuring Performance- Web Analytics Andre Samuel.
Data Mining : Introduction Chapter 1. 2 Index 1. What is Data Mining? 2. Data Mining Functionalities 1. Characterization and Discrimination 2. MIning.
Business Intelligence. Topics Chart Online Analytical Process, OLAP – Excel’s Pivot table – Data visualization with dashboard Data warehousing Data Mining.
More than words: Social networks’ text mining for consumer brand sentiments A Case on Text Mining Key words: Sentiment analysis, SNS Mining Opinion Mining,
FALL 2012 DSCI5240 Graduate Presentation By Xxxxxxx.
Fall 2006 Davison/LinCSE 197/BIS 197: Search Engine Strategies 6-1 Module II Overview PLANNING: Things to Know BEFORE You Start… Why SEM? Goal Analysis.
Data Mining CS157B Fall 04 Professor Lee By Yanhua Xue.
Association Rule By Kenneth Leung. Data Mining The process of extracting valid, previously unknown, comprehensible, and actionable information from large.
IBIS-Admin New Mexico’s Web-based, Public Health Indicator, Content Management System.
1 1 Slide Slides Prepared by JOHN S. LOUCKS St. Edward’s University © 2002 South-Western/Thomson Learning 
 Fundamentally, data mining is about processing data and identifying patterns and trends in that information so that you can decide or judge.  Data.
BUSINESS ANALYTICS AND DATA VISUALIZATION
EXAM REVIEW MIS2502 Data Analytics. Exam What Tool to Use? Evaluating Decision Trees Association Rules Clustering.
Frequent-Itemset Mining. Market-Basket Model A large set of items, e.g., things sold in a supermarket. A large set of baskets, each of which is a small.
Association Rule Mining
Business Intelligence - 2 BUS 782. Topics Data warehousing Data Mining.
Business Intelligence. Topics Chart Online Analytical Process, OLAP – Excel’s Pivot table – Data visualization with dashboard Scenario Management Data.
MIS2502: Data Analytics Advanced Analytics - Introduction.
Ramakrishnan and Gehrke. Database Management Systems, 3 rd Edition. Definition Data mining is the exploration and analysis of large quantities of data.
DATA MINING PREPARED BY RAJNIKANT MODI REFERENCE:DOUG ALEXANDER.
Academic Year 2014 Spring Academic Year 2014 Spring.
Data Mining Copyright KEYSOFT Solutions.
Elective-I Examination Scheme- In semester Assessment: 30 End semester Assessment :70 Text Books: Data Mining Concepts and Techniques- Micheline Kamber.
DATA MINING It is a process of extracting interesting(non trivial, implicit, previously, unknown and useful ) information from any data repository. The.
Jerry Post Copyright © Database Management Systems: Data Mining Market Baskets Association Rules.
Chapter 8: Web Analytics, Web Mining, and Social Analytics
BASIQ 2016 International Conference
Chapter 3 Building Business Intelligence Chapter 3 DATABASES AND DATA WAREHOUSES Building Business Intelligence 6/22/2016 1Management Information Systems.
Data Mining – Introduction (contd…) Compiled By: Umair Yaqub Lecturer Govt. Murray College Sialkot.
Web Analytics Fundamentals Presented by Tejaswi, Chandrika, Sunil.
Mining Association Rules in Large Database This work is created by Dr. Anamika Bhargava, Ms. Pooja Kaul, Ms. Priti Bali and Ms. Rajnipriya Dhawan and licensed.
Data Mining Functionalities
Data Mining.
Introduction BIM Data Mining.
ANALYTICS 102 WEBINAR Presented by: Dominik Dietz.
By Arijit Chatterjee Dr
MIS2502: Data Analytics Advanced Analytics - Introduction
DATA MINING © Prentice Hall.
Computer Information Technology
Chapter 7: Business Markets and Buying Behavior
Types of Marketing Research
A Research Oriented Study Report By :- Akash Saxena
Fizzics Group Tim Herron.
The Shopping Basket Analysis Tool
Database Design Using the REA Data Model
Exam #3 Review Zuyin (Alvin) Zheng.
Sangeeta Devadiga CS 157B, Spring 2007
Data Mining Association Rules Assoc.Prof.Songül Varlı Albayrak
Recording Transactions in a General Journal
Text Analysis and Search Analytics
Alexandros Dimitriadis
Market Basket Analysis and Association Rules
Cases on Association Rules
Text Analysis and Search Analytics
Google Analytics Data for “Going Out There” website
UNIT No- III- Leverging Information System ( Investing strategy )
MIS2502: Data Analytics Association Rule Learning
Hansheng Lei Univ. of Texas Rio Grande Valley
Presentation transcript:

3 Cases on Business Intelligence MIS

Case 1 : Market Basket Analysis with Association Rule Data Collection The data set for the tests is collected from a convenience store G About 1,000 transactions are selected for a specific item The data has information on Date_Purchased, Time_Purchased, POS, Employee Number, Receipt Number, Item_Name, Quantity, Purchase_Cost, and Description

Rice rolled in dried laver The items in the data set are classified into 21 categories based on their characteristics as below: Category Definition 1 Processed food 12 Household items 2 Health beverage 13 Distilled liquor 3 Sweets 14 Newspaper 4 Rice rolled in dried laver 15 Yogurt 5 Frozen food 16 Milk 6 Tobacco 17 Juice 7 Instant noodle 18 Chocolate 8 Beer 19 Candy 9 Ice cream 20 Coffee 10 Bread 21 Carbonated beverage 11 Spring water  

Association rule Model A typical association rule has an implication of the form A → B where A is an item set and B is an item set that contains only a single atomic condition The support of an association rule is the percentage of records containing item sets A and B together Support represents the usefulness of discovered rules The confidence of a rule is the percentage of records containing item set A that also contain item set B the confidence represents certainty of the detected association rule Association rule technique is implemented with SAS E-Miner 4.0 with minimum support of 0.5%, and minimum confidence of 10%

Health beverage and Bread → Yogurt Support (%) Confidence (%) Explanations   5.5 82 Chocolate → Milk 3.5 86 Processed food → Milk 57 Tobacco → Candy 2 50 Health beverage and Bread → Yogurt 1.5 67 Sweets and Bread → Beer Newspaper → Tobacco 1 100 Milk and Candy → Chocolate Ice cream → Household items Sweets and Frozen food → Instant noodle Health beverage and Frozen food → Coffee Ice cream → Sweets Association rules

Case 2 : Predicting Customers’ Decision on Purchasing in Web Stores This case predicts customer behavior (buy or not buy) in web store On-line customers are likely to move sequentially from item to item in web stores.

Given a session in a website, we examine our model to express detail of clickstream dataset in the session A session means the entire processes from the initial visit to a site to the exit from the site In Figure 2, the number of parentheses is the duration time(in seconds), which indicates how long the user stayed in the web page

An example of a customer session

Results and Discussion We acquired a clickstream dataset and divided it into two, one is a dataset to buy, the other not to buy. ① AvgVisitTime: Total time of a session/No. of items visited ② SwitchCat: Total number of switching categories/No. of items visited ③ Re-visit: Total number of specific pages which are revisited 3 methods to predict customer behavior

Prediction accuracy of the models To investigate the effectiveness of these 3 methods, we conducted experiments with these 3 methods respectively using test data. Table 1 shows the results. Methods Average of Prediction (%) AvgVisitTime Train: 69.9 Test: 70.2 SwitchCat Train: 57.9 Test: 60.8 Re-visit Train: 60.0 Test: 60.0

A suggested method with association rule for predicting customer behavior

Business Intelligence Case 3 : Twitter mood predicts the stock market Twitter Can Predict the Stock Market movement. Behavioral economics tells us that emotions can profoundly affect individual behavior and decision-making. Does this also apply to societies experience mood states that affect their collective decision making? Is the public mood correlated or even predictive of economic indicators? We investigate whether measurements of collective mood states derived from large-scale Twitter feeds are correlated to the value of the Dow Jones Industrial Average (DJIA) over time

We analyze the text content of daily Twitter feeds by two mood tracking tools, namely OpinionFinder that measures positive vs. negative mood and Google-Profile of Mood States (GPOMS) that measures mood in terms of 6 dimensions (Calm, Alert, Sure, Vital, Kind, and Happy). Our results indicate that the accuracy of DJIA predictions can be significantly improved by the inclusion of specific public mood dimensions but not others We find an accuracy of 87.6% in predicting the daily up and down changes in the closing values of the DJIA

Approach to predict stock index (Up or down) Using OpinionFinder and Google-Profile of Mood States, they predict mood for stock market investment. OpinionFinder is an open source tool measuring the opinions in twitter, which are positive or negative. It is combined with the psychological tool, Profile of Mood State, which combines 72 emotional status words with GPOMS, producing 6 mood words: Calm, Alert, Sure, Vital, Kind, and Happy

Mood graph with 6 mood index

12 combinations, positive/negative x 6 mood, are used to analyze 2700,000 twitter’s 9800,000 twitts between Feb. 2008 to Dec. 2008.  The data can be found in http://terramood.soic.indiana.edu/annotated_line.php

Movement of mood

Dow Jones and Calm: correlated gaph

Test Results The test show the up and down of stock market at the prediction accuracy of 86.7%.