listening-analysis/README.md

19 lines
921 B
Markdown
Raw Permalink Normal View History

# Listening Analysis
2020-01-25 11:40:20 +00:00
2021-02-04 13:34:25 +00:00
Notebooks:
* [analysis](analysis.ipynb) for a intro to the dataset and premise
2021-05-10 00:18:57 +01:00
* [artist](artist.ipynb), [album](./album.ipynb), [track](./track.ipynb) & [playlist](playlist.ipynb) investigations
2021-02-04 13:34:25 +00:00
* [stats](stats.ipynb) for high-level stats about the dataset (Spotify feature miss ratio)
2021-05-06 16:19:44 +01:00
* [playlist SVM](./playlist-svm.ipynb) using Scikit to classify tracks using the contents of playlists as models
* [playlist NN](./playlist-nn.ipynb) using a multi-layer perceptron to classify tracks using the contents of playlists as models
Combining Spotify & Last.fm data for exploring habits and trends
Uses two data sources,
1. Last.fm scrobbles
2. Spotify audio features
The two are joined by searching Last.fm tracks on Spotify to get a Uri, the track name and artist name are provided for the query.
These Uris can be used to retrieve Spotify feature descriptors.
![SVM Comparison](docs/w-uw-svm.png)