An Enhanced Apriori Algorithm for Discovering Frequent Patterns with Optimal Number of Scans
Sudhir Tirumalasetty, Aruna Jadda, Sreenivasa Reddy Edara

TL;DR
This paper proposes an improved Apriori algorithm that reduces database scan times by limiting the number of transactions checked, thereby optimizing the process of discovering frequent patterns in large datasets.
Contribution
An enhanced Apriori algorithm that minimizes database scans by restricting transaction checks, improving efficiency in frequent pattern discovery.
Findings
Reduces scanning time significantly
Maintains accuracy of frequent pattern detection
Applicable to large datasets efficiently
Abstract
Data mining is wide spreading its applications in several areas. There are different tasks in mining which provides solutions for wide variety of problems in order to discover knowledge. Among those tasks association mining plays a pivotal role for identifying frequent patterns. Among the available association mining algorithms Apriori algorithm is one of the most prevalent and dominant algorithm which is used to discover frequent patterns. This algorithm is used to discover frequent patterns from small to large databases. This paper points toward the inadequacy of the tangible Apriori algorithm of wasting time for scanning the whole transactional database for discovering association rules and proposes an enhancement on Apriori algorithm to overcome this problem. This enhancement is obtained by dropping the amount of time used in scanning the transactional database by just limiting the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Mining Algorithms and Applications · Imbalanced Data Classification Techniques · Rough Sets and Fuzzy Logic
