Skip to content

A toy to find the shortest path between two artists (probably through other artists)

Notifications You must be signed in to change notification settings

kpich/lastfm-artist-path-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

So if we have two musical artists A and B, this finds the shortest path from A and B between artists. That is, imagine a graph with nodes corresponding to musical artists and edges corresponding to a "similarity" relation (with weights -- lower weights <==> similar artists). This finds the shortest path between A and B!

Kind of. It's a bit trickier than that, but that's the basic intuition.

The "similarity" metric is given to us from last.fm (which uses User Library co-occurrence, among other things).

About

A toy to find the shortest path between two artists (probably through other artists)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages