/Probabilistic-Counting

Some Algoithms to Count Unique Elements

Primary LanguagePythonGNU General Public License v2.0GPL-2.0

Probabilistic-Counting

Some Algoithms to Count Unique Elements.

  • The project is assignment for master course Advances in Data Mining and it is based on probabilistic methods of counting distinct elements from different hash.

  • Scripts: LogLog_Counting Algorithms , Probabilistic_Counting Algorithm and Trailing_Zeros Algorithm

  • Data was generated randomly simulating the result of a hash function, so they are binary bitstreams uniformly distributed.

  • Read ||"advances-data-mining.pdf"|| for further information.

Future work: