Hansheng Lei Univ. of Texas Rio Grande Valley

Slides:



Advertisements
Similar presentations
Data Mining Techniques Association Rule
Advertisements

Mining Multiple-level Association Rules in Large Databases
Association Rules Spring Data Mining: What is it?  Two definitions:  The first one, classic and well-known, says that data mining is the nontrivial.
FUNGSI MAYOR Assosiation. What Is Association Mining? Association rule mining: –Finding frequent patterns, associations, correlations, or causal structures.
10 -1 Lecture 10 Association Rules Mining Topics –Basics –Mining Frequent Patterns –Mining Frequent Sequential Patterns –Applications.
Chase Repp.  knowledge discovery  searching, analyzing, and sifting through large data sets to find new patterns, trends, and relationships contained.
MIS2502: Data Analytics Association Rule Mining. Uses What products are bought together? Amazon’s recommendation engine Telephone calling patterns Association.
Data Mining Techniques So Far: Cluster analysis K-means Classification Decision Trees J48 (C4.5) Rule-based classification JRIP (RIPPER) Logistic Regression.
Data Mining Association Analysis: Basic Concepts and Algorithms Introduction to Data Mining by Tan, Steinbach, Kumar © Tan,Steinbach, Kumar Introduction.
Data Mining Association Analysis: Basic Concepts and Algorithms Lecture Notes for Chapter 6 Introduction to Data Mining by Tan, Steinbach, Kumar © Tan,Steinbach,
6/23/2015CSE591: Data Mining by H. Liu1 Association Rules Transactional data Algorithm Applications.
Fast Algorithms for Association Rule Mining
TURKISH STATISTICAL INSTITUTE INFORMATION TECHNOLOGIES DEPARTMENT (Muscat, Oman) DATA MINING.
CS 349: Market Basket Data Mining All about beer and diapers.
Data Mining An Introduction.
J. Leskovec, A. Rajaraman, J. Ullman: Mining of Massive Datasets, 2.
Association Rules. CS583, Bing Liu, UIC 2 Association rule mining Proposed by Agrawal et al in Initially used for Market Basket Analysis to find.
ASSOCIATION RULE DISCOVERY (MARKET BASKET-ANALYSIS) MIS2502 Data Analytics Adapted from Tan, Steinbach, and Kumar (2004). Introduction to Data Mining.
Mining High Utility Itemset in Big Data
Introduction of Data Mining and Association Rules cs157 Spring 2009 Instructor: Dr. Sin-Min Lee Student: Dongyi Jia.
EXAM REVIEW MIS2502 Data Analytics. Exam What Tool to Use? Evaluating Decision Trees Association Rules Clustering.
CS 8751 ML & KDDSupport Vector Machines1 Mining Association Rules KDD from a DBMS point of view –The importance of efficiency Market basket analysis Association.
1 What is Association Analysis: l Association analysis uses a set of transactions to discover rules that indicate the likely occurrence of an item based.
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 RULES (MARKET BASKET-ANALYSIS) MIS2502 Data Analytics Adapted from Tan, Steinbach, and Kumar (2004). Introduction to Data Mining.
Associations and Frequent Item Analysis. 2 Outline  Transactions  Frequent itemsets  Subset Property  Association rules  Applications.
Business Intelligence - 2 BUS 782. Topics Data warehousing Data Mining.
DATA MINING Using Association Rules by Andrew Williamson.
MIS2502: Data Analytics Advanced Analytics - Introduction.
Mining Frequent Patterns. What Is Frequent Pattern Analysis? Frequent pattern: a pattern (a set of items, subsequences, substructures, etc.) that occurs.
Data Mining Association Analysis: Basic Concepts and Algorithms Lecture Notes for Chapter 6 Introduction to Data Mining by Tan, Steinbach, Kumar © Tan,Steinbach,
Chapter 8 Association Rules. Data Warehouse and Data Mining Chapter 10 2 Content Association rule mining Mining single-dimensional Boolean association.
CS685 : Special Topics in Data Mining, UKY The UNIVERSITY of KENTUCKY Association Rule Mining CS 685: Special Topics in Data Mining Jinze Liu.
Elective-I Examination Scheme- In semester Assessment: 30 End semester Assessment :70 Text Books: Data Mining Concepts and Techniques- Micheline Kamber.
Introduction to Machine Learning Lecture 13 Introduction to Association Rules Albert Orriols i Puig Artificial.
DATA MINING It is a process of extracting interesting(non trivial, implicit, previously, unknown and useful ) information from any data repository. The.
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 28 Data Mining Concepts.
MIS2502: Data Analytics Association Rule Mining David Schuff
Data Mining – Introduction (contd…) Compiled By: Umair Yaqub Lecturer Govt. Murray College Sialkot.
Book web site:
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.
Stats 202: Statistical Aspects of Data Mining Professor Rajan Patel
Mining Dependent Patterns
By Arijit Chatterjee Dr
MIS2502: Data Analytics Advanced Analytics - Introduction
Data Mining Association Analysis: Basic Concepts and Algorithms
Association rule mining
The Shopping Basket Analysis Tool
Knowledge discovery & data mining Association rules and market basket analysis--introduction UCLA CS240A Course Notes*
CH. 1: Introduction 1.1 What is Machine Learning Example:
Multiple Regression.
Exam #3 Review Zuyin (Alvin) Zheng.
Data Mining Association Analysis: Basic Concepts and Algorithms
Action Association Rules Mining
Targeted Association Mining in Time-Varying Domains
Data Mining Association Rules Assoc.Prof.Songül Varlı Albayrak
Linear Regression.
Transactional data Algorithm Applications
Association Rule Mining
Data Science introduction.
Frequent patterns and Association Rules
Artificial Intelligence
MIS2502: Data Analytics Association Rule Mining
Market Basket Analysis and Association Rules
MIS2502: Data Analytics Association Rule Mining
Ch11 Curve Fitting II.
關連分析 (Association Analysis)
Department of Computer Science National Tsing Hua University
MIS2502: Data Analytics Association Rule Learning
Presentation transcript:

Hansheng Lei Univ. of Texas Rio Grande Valley Data Intelligence Hansheng Lei Univ. of Texas Rio Grande Valley

Outline Artificial Intelligence (AI) vs. Data Intelligence (DI) DI Examples Mining Dependent Patterns Discovering Multiple Relations Predict Prices Summary ICDIS 2019 – The 2nd Int. Conf. on Data Intelligence and Security

AI a machine mimics "cognitive" functions that humans associate with other human minds, such as "learning" and "problem solving" Artificial intelligence: Google's AlphaGo beats Go master Lee Se-dol, March 12, 2016

AI Since the beginning of Computer

Data Intelligence Combination of AI and machine learning (ML) Descriptive: For reviewing and examining the data to understand and analyze business performance. Prescriptive: For developing and analyzing alternative knowledge that can be applied in the courses of action Diagnostic: For determining the possible causes of particulate occurrences. Predictive: For analyzing historical data to determine future occurrences. Decisive: For measuring the data adequacy and recommending future actions to be undertaken in an environment of multiple possibilities.

DI Picture source: https://www.quora.com/What-is-data-intelligence

Association Rule Mining Proposed by Agrawal et al in 1993. Applied in market basket analysis to find how items purchased by customers are related. Beer  Diaper [sup = 5%, conf = 100%]

Association rules An association rule is an implication of the form: X  Y, where X, Y  I, and X Y =  An itemset is a set of items. E.g., X = {milk, bread, cereal} is an itemset.

Problems with AR mining generates a huge amount of rules Not supporting other relations, such as negative implication, correlation and dependence Universal support and confidence

Dependent Patterns

DP Properties Downward closure Individual support thresholds for each item Right dependence measure

Pattern Distribution

Discovering Multiple Relations In traditional statists, multiple regression is often used find the relations between a set of variables and a single dependent variable. 𝑦= 𝛼 1 𝑥 1 +𝛼 2 𝑥 2 +… +𝛼 𝑛 𝑥 𝑛 +𝜖

Discovering Multiple Relations Top ten functions from output sorted by SSR (sum of squared residuals).

Predicting Prices

Predicting Prices Average Price by Description Length Mean Price by Main Category Average Price by Description Length

ICDIS 2019 Volunteers wanted!