Hacker News new | ask | show | jobs
by al3xnull 3189 days ago
No idea where the feedback loop is for machine learning, but the playlists are off by miles for anything other than popular genres of pop, (alt-)rock, and some others. No Mozart or Beethoven; Couldn't match Arch Enemy on anything heavy.
1 comments

We use a shallow neural network to learn about songs from playlists we scraped from Spotify, but to actually build the playlist we use some straightforward vector math.

Rarer songs/genres do tend to be all over the map, and certain super popular songs seem to show up all the time. We are still messing with the training, pulling in more playlists, and working on the playlist algorithm. Every training run produces better results!

From the comments, it does appear that we set the threshold for how frequently a song must appear to be included a little low based on the sparsity of our training data.

Thanks for taking the time to check it out!