You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spleeter. Deep learning project that uses Tensorflow to make a source separation on music tracks. Its trained model can perform various flavour of separation.
Can We Predict the Outcome of Pitchfork Music Reviews?. It's a data analysis project that uses data from Pitchfork Music. It explores the relationship between several features (genre, artist, author, label) and the “Best New Music” distinction.
The data is collected directly from Spotify. The aritists themselves upload their music into the database.
As it is a Web API, there is not a definite number of rows or columns in the dataset. It depends on the query. The documentation of the object model returned by the API can be found here.
With this data, we could answer the first and last questions proposed.
This library comes from the Million Song Dataset, which used a company called the Echo Nest to derive data points about one million popular contemporary songs. The Million Song Dataset is a collaboration between the Echo Nest and LabROSA, a laboratory working towards intelligent machine listening. The project was also funded in part by the National Science Foundation of America (NSF) to provide a large data set to evaluate research related to algorithms on a commercial size while promoting further research into the Music Information Retrieval field. The data contains standard information about the songs such as artist name, title, and year released. Additionally, the data contains more advanced information; for example, the length of the song, how many musical bars long the song is, and how long the fade in to the song was.
There are 10,000 rows and 35 columns.
With this dataset, we could solve the first question proposed.