In this github repository we stored the files written for the third Homework of the ADM course.
- Clara Lecce
- Edoardo Loru
- Matteo Savariso
-
main.ipynb
:this is the notebook which contains the executed parts of the points below of the homework:
1. Implementing your own Shazam 1.1 Getting your data! 1.2 Fingerprint hashing 2. Grouping songs together! 2.1 Getting your data! 2.2 Choose your features (variables)! 2.3 Clustering 2.4 Analysing your results! 3. Algorithmic question
-
kmeans.py
:Python script in which we have written the useful functions to solve the kmeans question.