A Comparative Analysis of Streaming Algorithms: Memory Efficiency and Accuracy Under Fixed Budgets
Description
Streaming algorithms go through a massive data set to point out specific data entries under a specific protocol or find out their probabilistic cardinalities through sub-linear means. This research paper aims to go through six specific streaming algorithms, their efficiency, and accuracy under a fixed budget of 64kb, as well as the amount of memory required to reach a targeted error percentage. The code to test this was written in Python, and the formulas are from sources mentioned in the paper.
Files
Streaming_Algorithm.pdf
Files
(529.3 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:b36f097b09476b0c5db43bdfa161b205
|
529.3 kB | Preview Download |
Additional details
Software
- Repository URL
- https://github.com/Wowlouis0721/Streaming-Algorithms-Research
- Programming language
- Python