Academia.eduAcademia.edu

Association Rules in Data Mining

Abstract

Data mining is motivated by the decision support problem faced by most large retail organizations. Association rule mining is finding frequent patterns, associations, correlations or casual structures among sets of items or objects in transactional databases, relational databases and other information repositories. It has various applications including market-basket data, analysis, cross marketing, catalogue design, and loss-leader analysis. For example, 98% of customers that purchase tires and auto accessories also get automotive services done. Finding all such rules is valuable for crossmarketing and attached mailing applications. In this paper presentation we will analyses the various data association rules and develop an insight into the implementation of these rules for better sales of a company. Moreover in data mining association rules are useful for analyzing and predicting customer behavior. We will also throw a light on Apriori Algorithm, which is probably the best known algorithm for learning association rules.Apriori is designed to operate on databases containing transactions. For example: Collection of items bought by customers or detail of a website frequentation. It proceeds by identifying the frequent individual items in the database and extending them to larger and larger item sets, as long as those item sets appear sufficiently often in the database.

Key takeaways

  • Various data mining techniques such as, decision Trees, association rules, and neural networks are already presented and become the point of attention for several years.
  • Context based association rule mining algorithm.
  • The concept of association rules in data mining was introduced by Agrawal et al in 1993 with the objective of finding interesting and useful patterns in transactional database.
  • The Apriori Algorithm is an influential algorithm for mining frequent item sets for Boolean association rules.
  • On delving deeper into data mining and association techniques we can curb cyber bullying to a large extent.