
0.25
0.5
0.75
1.25
1.5
1.75
2
Finding frequent patterns from data
Published on 2007-02-259267 Views
Discovery of frequent patterns = finding positive conjunctions that are true for a given fraction of the observations - this basic idea can be instantiated in many ways: - finding frequent sets from 0
Related categories
Presentation
Finding frequent patterns from data00:01
Main themes01:50
Main themes (cont.)03:50
Chapter 1: Introduction05:50
What is data mining?05:59
Example: document collections07:36
Example: telecommunications alarm data09:55
Example: web page link structure11:08
Properties of the data sets12:03
Application areas14:35
Theory and practice15:20
Two traditions in data mining16:56
Local and global modeling17:44
Fast counting18:42
Chapter 2: Frequent sets and association rules19:23
Frequent sets and ssociation rules19:38
Properties of the data20:56
Association rules21:40
Example dataset23:15
Basic statistics23:28
What is there in the data?25:18
How often a variable is 1?25:27
Number of ones per row26:44
Number of rows with a given number of ones28:20
Correlations between variables28:57
Histogram of correlations31:07
Frequent sets and rules from the retail data set31:19
Problem formulation: data33:05
Notation34:04
Patterns: sets of items35:17
Example36:44
Frequent sets37:16
Association rules II39:44
Discovery task40:25
How to find association rules43:03
Rules with threshold 100043:21
Interestingness of rules44:13
Finding frequent sets47:55
Candidates of size l+1? Monotonicity!49:43
Correctness54:57
Candidate generation55:05
Candidate generation algorithm57:34
Correctness and running time57:36
Database pass58:00
Data structures01:00:39
Algorithm01:01:08
Apriori algorithm for frequent sets01:03:29
Implementation details01:04:02
Example optimization with little effect on efficiency01:04:38
More theoretical approaches01:05:37
Are there useless candidates?01:06:44
Additional information can change things...01:08:07
A very simple lower bound01:10:50
Another very simple lower bound01:11:35
Theoretical analyses01:11:59
Random databases01:12:16
Number of frequent sets01:13:54
Sampling for finding association rules01:15:10
Extensions01:15:50
What does one do with the rules01:16:45
Frequent sets, again01:17:11
Finding frequent patterns01:18:29
Generalization, cont.01:20:07
Chapter 3. Another example: episodes01:20:58