- Data Science Basics: What Types of Patterns Can Be Mined From Data? - Dec 14, 2016.
Why do we mine data? This post is an overview of the types of patterns that can be gleaned from data mining, and some real world examples of said patterns.
Beginners, Classification, Data Science, Frequent Pattern Mining, Outliers, Regression
- Frequent Pattern Mining and the Apriori Algorithm: A Concise Technical Overview - Oct 27, 2016.
This post provides a technical overview of frequent pattern mining algorithms (also known by a variety of other names), along with its most famous implementation, the Apriori algorithm.
Algorithms, Apriori, Association Rules, Frequent Pattern Mining
- Patterns for Streaming Realtime Analytics - Aug 5, 2015.
Design patterns are well-known for solving the recurrent problems in software engineering, on similar lines we can have Streaming Realtime Analytics patterns and avoid reinventing the wheel. Here, you can see the major patterns we found out for it.
Frequent Pattern Mining, Realtime Analytics, Streaming Analytics