Goto

Collaborating Authors

 imdb rating


Taskmaster Deconstructed: A Quantitative Look at Tension, Volatility, and Viewer Ratings

arXiv.org Artificial Intelligence

Taskmaster is a British television show that combines comedic performance with a formal scoring system. Despite the appearance of structured competition, it remains unclear whether scoring dynamics contribute meaningfully to audience engagement. We conducted a statistical analysis of 162 episodes across 18 series, using fifteen episode-level metrics to quantify rank volatility, point spread, lead changes, and winner dominance. None of these metrics showed a significant association with IMDb ratings, even after controlling for series effects. Long-term trends suggest that average points have increased over time, while volatility has slightly declined and rank spread has remained stable. These patterns indicate an attempt to enhance competitive visibility without altering the show's structural equilibrium. We also analyzed contestant rank trajectories and identified five recurring archetypes describing performance styles. These patterns suggest that viewer interest is shaped more by contestant behavior than by game mechanics.


Predicting IMDb Rating of TV Series with Deep Learning: The Case of Arrow

arXiv.org Artificial Intelligence

Context: The number of TV series offered nowadays is very high. Due to its large amount, many series are canceled due to a lack of originality that generates a low audience. Problem: Having a decision support system that can show why some shows are a huge success or not would facilitate the choices of renewing or starting a show. Solution: We studied the case of the series Arrow broadcasted by CW Network and used descriptive and predictive modeling techniques to predict the IMDb rating. We assumed that the theme of the episode would affect its evaluation by users, so the dataset is composed only by the director of the episode, the number of reviews that episode got, the percentual of each theme extracted by the Latent Dirichlet Allocation (LDA) model of an episode, the number of viewers from Wikipedia and the rating from IMDb. The LDA model is a generative probabilistic model of a collection of documents made up of words. Method: In this prescriptive research, the case study method was used, and its results were analyzed using a quantitative approach. Summary of Results: With the features of each episode, the model that performed the best to predict the rating was Catboost due to a similar mean squared error of the KNN model but a better standard deviation during the test phase. It was possible to predict IMDb ratings with an acceptable root mean squared error of 0.55.


Is Netflix Original Content getting worse?

#artificialintelligence

Using the data available I will make a simple Logistic Regression model to predict the status of a show. For this analysis the training set is small but the model may still provide some insights as to the important features in Netflix's decision to Renew or End a show. Since the mean rating of renewed vs ended shows seems to be a major difference a very simple model which would be intuitive would be to predict a higher IMDB rating as renewed and a lower rating as ended. My model will take into account more features than just rating and hopefully will be able to provide some insights into why shows are renewed or ended by Netflix management. For how small the dataset is that I am working with and how simple the model is these accuracy scores are pretty good!


Exploiting Textual, Visual, and Product Features for Predicting the Likeability of Movies

AAAI Conferences

Watching movies is one of the most popular entertainments among people. Every year, a huge amount of money goes to the movie industry to release movies to the market. In this paper, we propose a multimodal model to predict the likability of movies using textual, visual and product features. With the help of these features, we capture different aspects of movies and feed them as inputs to binary and multi-class classification and regression models to predict IMDB rating of movies at early steps of production. We also propose our own dataset consisting of about 15000 movie subtitles along with their metadata and poster images. We achieve 76% and 63% weighted F-score for binary and multiclass classification respectively, and 0.7 mean square error for the regression model.


Researchers use machine learning to analyse movie preferences

#artificialintelligence

Could behavioural economics and machine learning help to better understand consumers' movie preferences? A team of researchers from the University of Cambridge, the University of West England, and the Alan Turing Institute dove deeper into this question, in a fascinating study that combines behavioural economics, business and AI. Marco Del Vecchio, Alexander Kharlamov, Glenn Parry, and Ganna Pogrebna used their diverse skillsets to develop tools that could help the media industry to better understand what content viewers really want to see. Currently, the motion picture, media and entertainment industry selects content offerings based on top-down decisions, typically informed by expertise, experience, surveys and focus groups. "Our main motivation was to understand whether and to what extent we can put viewer perceptions at the heart of the equation," the researchers said.


Predicting Gross Movie Revenue

arXiv.org Machine Learning

'There is no terror in the bang, only is the anticipation of it' - Alfred Hitchcock. Yet there is everything in correctly anticipating the bang a movie would make in the box-office. Movies make a high profile, billion dollar industry and prediction of movie revenue can be very lucrative. Predicted revenues can be used for planning both the production and distribution stages. For example, projected gross revenue can be used to plan the remuneration of the actors and crew members as well as other parts of the budget [1]. Success or failure of a movie can depend on many factors: star-power, release date, budget, MPAA (Motion Picture Association of America) rating, plot and the highly unpredictable human reactions. The enormity of the number of exogenous variables makes manual revenue prediction process extremely difficult. However, in the era of computer and data sciences, volumes of data can be efficiently processed and modelled. Hence the tough job of predicting gross revenue of a movie can be simplified with the help of modern computing power and the historical data available as movie databases [2].