paper-with-me

Papers

Context-Based Music Recommendation Algorithm Evaluation

2021-12-16 · Marissa Baxter, Lisa Ha, Kirill Perfiliev, Natalie Sayre

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 for predicting whether a user will like a song with an accuracy of 84%. This is higher than the accuracy of 82.72% found by Mungekar using the Random Forest technique and slightly different characteristics of a song [2]. The characteristics in Mungekars Random Forest algorithm focus more on the artist and popularity rather than the sonic features of the songs. Removing the popularity aspect and focusing purely on the sonic qualities improve the accuracy of recommendations. Finally, this paper shows how song prediction can be accomplished without any monetary investments, and thus, inspires an idea of what amazing results can be accomplished with full financial research.

📄 PDF Abstract BibTeX arXiv:2112.10612

Code (0)

등록된 구현이 없습니다.

Tasks

Music Recommendation

Methods 이 논문이 사용한 방법론

Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…

Similar Papers 제목 키워드 기반

A Human Subject Study of Named Entity Recognition (NER) in Conversational Music Recommendation Queries

2023-03-13 · Elena V. Epure, Romain Hennequin

We conducted a human subject study of named entity recognition on a noisy corpus of conversational music recommendation queries, with many irregular and novel named entities. We evaluated the human NER linguistic behavio…

Music Recommendationnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+1

Explainability in Music Recommender Systems

2022-01-25 · Darius Afchar, Alessandro B. Melchiorre, Markus Schedl, Romain Hennequin 외

The most common way to listen to recorded music nowadays is via streaming platforms which provide access to tens of millions of tracks. To assist users in effectively browsing these large catalogs, the integration of Mus…

Collaborative FilteringExplainable artificial intelligenceExplainable Artificial Intelligence (XAI)Music Recommendation+1

WeMusic-Agent: Efficient Conversational Music Recommendation via Knowledge Internalization and Agentic Boundary Learning

2025-12-18 · Wendong Bi, Yirong Mao, Xianglong Liu, Kai Tian 외 arxiv

Personalized music recommendation in conversational scenarios usually requires a deep understanding of user preferences and nuanced musical context, yet existing methods often struggle with balancing specialized domain k…

Recommendation Systems

The Unfairness of Popularity Bias in Music Recommendation: A Reproducibility Study

2019-12-10 · Dominik Kowald, Markus Schedl, Elisabeth Lex

Research has shown that recommender systems are typically biased towards popular items, which leads to less popular items being underrepresented in recommendations. The recent work of Abdollahpouri et al. in the context …

Music RecommendationRecommendation Systems

Popularity Degradation Bias in Local Music Recommendation

2023-09-20 · April Trainor, Douglas Turnbull

In this paper, we study the effect of popularity degradation bias in the context of local music recommendations. Specifically, we examine how accurate two top-performing recommendation algorithms, Weight Relevance Matrix…

Music Recommendation