A multinomial probabilistic model for movie genre predictions
This addresses a novel problem in recommender systems for improving movie categorization and user recommendations, though it appears incremental in method.
The paper tackled the problem of predicting movie genres using a multinomial probabilistic model, achieving a 70% prediction rate with only 15% of the dataset used for training.
This paper proposes a movie genre-prediction based on multinomial probability model. To the best of our knowledge, this problem has not been addressed yet in the field of recommender system. The prediction of a movie genre has many practical applications including complementing the items categories given by experts and providing a surprise effect in the recommendations given to a user. We employ mulitnomial event model to estimate a likelihood of a movie given genre and the Bayes rule to evaluate the posterior probability of a genre given a movie. Experiments with the MovieLens dataset validate our approach. We achieved 70% prediction rate using only 15% of the whole set for training.