Context-Based Music Recommendation Algorithm Evaluation
Marissa Baxter, Lisa Ha, Kirill Perfiliev, and Natalie Sayre

TL;DR
This paper evaluates six machine learning algorithms for music recommendation across three platforms, finding Random Forest most effective with 84% accuracy, emphasizing sonic features over popularity.
Contribution
It compares multiple algorithms for music recommendation, highlighting the effectiveness of Random Forest using sonic features, and demonstrates prediction without financial investment.
Findings
Random Forest achieved 84% accuracy in predicting user preferences.
Focusing on sonic features improves recommendation accuracy.
Prediction can be achieved without monetary investment.
Abstract
Artificial Intelligence (AI ) has been very successful in creating and predicting music playlists for online users based on their data; data received from users experience using the app such as searching the songs they like. There are lots of current technological advancements in AI due to the competition between music platform owners such as Spotify, Pandora, and more. In this paper, 6 machine learning algorithms and their individual accuracy for predicting whether a user will like a song are explored across 3 different platforms including Weka, SKLearn, and Orange. The algorithms explored include Logistic Regression, Naive Bayes, Sequential Minimal Optimization (SMO), Multilayer Perceptron (Neural Network), Nearest Neighbor, and Random Forest. With the analysis of the specific characteristics of each song provided by the Spotify API [1], Random Forest is the most successful algorithm…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMusic and Audio Processing · Music Technology and Sound Studies
MethodsLogistic Regression
