Analyzing Large-Scale, Distributed and Uncertain Data
Yaron Gonen

TL;DR
This paper explores the MapReduce paradigm for large-scale data processing, introducing a new algorithm for data mining, a query optimizer for probabilistic databases, and modifications to Hadoop for iterative algorithms.
Contribution
It presents a novel MapReduce-based algorithm for mining closed frequent itemsets, a query optimizer for distributed probabilistic databases, and enhancements to Hadoop for iterative data processing.
Findings
The new algorithm outperforms existing data mining algorithms.
The query optimizer improves efficiency in probabilistic database queries.
Modified Hadoop supports iterative algorithms more effectively.
Abstract
The exponential growth of data in current times and the demand to gain information and knowledge from the data present new challenges for database researchers. Known database systems and algorithms are no longer capable of effectively handling such large data sets. MapReduce is a novel programming paradigm for processing distributable problems over large-scale data using a computer cluster. In this work we explore the MapReduce paradigm from three different angles. We begin by examining a well-known problem in the field of data mining: mining closed frequent itemsets over a large dataset. By harnessing the power of MapReduce, we present a novel algorithm for mining closed frequent itemsets that outperforms existing algorithms. Next, we explore one of the fundamental implications of "Big Data": The data is not known with complete certainty. A probabilistic database is a relational…
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 · Data Management and Algorithms · Advanced Database Systems and Queries
