Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 943 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 943 Bytes

ADM-HW4

Repository for the fourth homework of group # 25 composed of Alessio Sampieri, Salwa Afrah and Gamza Bakhishaliyeva.

The files are:

README.md:

a Markdown file that explains the content of our repository.

The repository includes the following files:

  1. main.ipynb :

    A Jupyter notebook which provides an overview of every single step of which the process to implement the code has consisted in.

  2. hashing_lib.py`:

    A Python file which contains the code about hashing and bloom filter and finding the true false positives.

  3. sorting_lib.py:

    A Python file which has all the functions needed for alphabetical sorting and analysing empirical running time.

  4. clustring_lib.py:

    A Python file containing the code needed to implement K-means on given data.

  5. theoretical_lib.py:

    A Python file with all are needed to check the wrong K-means.