Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.15 KB

README.md

File metadata and controls

32 lines (26 loc) · 1.15 KB

A musical collaboration graph

Understanding musical collaborations via graph-based analysis

Visualization

Root dir: http://www.akashlevy.com/Musical-Collab-Graph/

  • graph.pickle : All scraped nodes
  • graph2.pickle : Nodes with degree > 1
  • graph3.pickle : Only Nodes actually scraped by algorithm
  • graph4.pickle : Scraped nodes with degree > 1

Visualization

Dependencies

Methodology

Song data is fetched from Spotify's web API

Graph analysis

  • (Erica) Calculate pagerank importance vectors, digraph based analysis
  • (Daniel) Hub/centrality measures, clustering coefficient
  • (Vincent) Metric based influence: Most collabs,
  • (Akash) Clique analysis / Almost fully connected

Visualization

  • Neo4J
  • (Akash) Options to search up selected cliques
  • (Sunny) Distance based plot from a starting node