edlor / ADM-HW4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ADM-HW4

alt text

In this github repository we stored the files written for the third Homework of the ADM course.

Team Members #Group-7

  • Clara Lecce
  • Edoardo Loru
  • Matteo Savariso

File and Scripts descriptions

  1. 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
    
  2. kmeans.py:

    Python script in which we have written the useful functions to solve the kmeans question.

About

License:MIT License


Languages

Language:Jupyter Notebook 99.0%Language:Python 1.0%