Frequent Pattern Mining - Apriori Pt. 02
Posted by TRII in frequent-pattern-mining-course
Introduction / Overview¶
This post is the second post related to the Pattern Discovery in Data Mining Course. For the first article in the series, we looked into the Apriori Principle (Algorithm) and how it can be used to find frequent patterns in a dataset.
In this article, the various pieces from the first article were put together to form a complete implementation of the Apriori Algorithm.
Frequent Pattern Mining - Apriori Pt. 01
Posted by TRII in frequent-pattern-mining-course
Introduction / Overview¶
Continuing with the Coursera Courses Theme, this post will kick off a series of posts related to the Pattern Discovery in Data Mining Course. As one might expect, the course covers introductory topics related to finding interesting pattern in data. "Pattern" is a fairly loaded term, so for now we'll leave the definition and exploration of the general field to the course and other resources.