paper-with-me

Papers

Utilizing Imbalanced Data and Classification Cost Matrix to Predict Movie Preferences

2018-12-04 · Haifeng Wang

In this paper, we propose a movie genre recommendation system based on imbalanced survey data and unequal classification costs for small and medium-sized enterprises (SMEs) who need a data-based and analytical approach to stock favored movies and target marketing to young people. The dataset maintains a detailed personal profile as predictors including demographic, behavioral and preferences information for each user as well as imbalanced genre preferences. These predictors do not include the information such as actors or directors. The paper applies Gentle boost, Adaboost and Bagged tree ensembles as well as SVM machine learning algorithms to learn classification from one thousand observations and predict movie genre preferences with adjusted classification costs. The proposed recommendation system also selects important predictors to avoid overfitting and to shorten training time. This paper compares the test error among the above-mentioned algorithms that are used to recommend different movie genres. The prediction power is also indicated in a comparison of precision and recall with other state-of-the-art recommendation systems. The proposed movie genre recommendation system solves problems such as small dataset, imbalanced response, and unequal classification costs.

📄 PDF Abstract BibTeX arXiv:1812.02529

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral ClassificationMarketingMovie Genre Recommendation SystemRecommendation Systems

Methods 이 논문이 사용한 방법론

SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

On multi-class learning through the minimization of the confusion matrix norm

2013-03-16 · Sokol Koço, Cécile Capponi

In imbalanced multi-class classification problems, the misclassification rate as an error measure may not be a relevant choice. Several methods have been developed where the performance measure retained richer informatio…

General Classificationimbalanced classificationMulti-class Classification

AdaCC: Cumulative Cost-Sensitive Boosting for Imbalanced Classification

2022-09-17 · Vasileios Iosifidis, Symeon Papadopoulos, Bodo Rosenhahn, Eirini Ntoutsi

Class imbalance poses a major challenge for machine learning as most supervised learning models might exhibit bias towards the majority class and under-perform in the minority class. Cost-sensitive learning tackles this …

Classificationimbalanced classification

Enhancement Encoding: A Novel Imbalanced Classification Approach via Encoding the Training Labels

2022-08-23 · Jia-Chen Zhao

Class imbalance, which is also called long-tailed distribution, is a common problem in classification tasks based on machine learning. If it happens, the minority data will be overwhelmed by the majority, which presents …

imbalanced classification

Robust Cost-Sensitive Learning for Recommendation with Implicit Feedback

2017-07-03 · Peng Yang, Peilin Zhao, Xin Gao, Yong liu

Recommendation is the task of improving customer experience through personalized recommendation based on users' past feedback. In this paper, we investigate the most common scenario: the user-item (U-I) matrix of implici…

Matrix sketching for supervised classification with imbalanced classes

2019-12-02 · Roberta Falcone, Angela Montanari, Laura Anderlucci

Matrix sketching is a recently developed data compression technique. An input matrix A is efficiently approximated with a smaller matrix B, so that B preserves most of the properties of A up to some guaranteed approximat…

ClassificationData CompressionGeneral Classification