{"id":114959,"date":"2026-01-09T12:16:32","date_gmt":"2026-01-09T06:46:32","guid":{"rendered":"https:\/\/www.mygreatlearning.com\/blog\/?page_id=114959"},"modified":"2026-01-09T11:58:35","modified_gmt":"2026-01-09T06:28:35","slug":"movie-success-prediction-using-ml","status":"publish","type":"page","link":"https:\/\/www.mygreatlearning.com\/blog\/movie-success-prediction-using-ml\/","title":{"rendered":"Movie Success Prediction Using ML"},"content":{"rendered":"\n<!-- Import Google Fonts for a Premium Look -->\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600&family=Merriweather:ital,wght@0,300;0,400;0,700;1,300;1,400&family=Playfair+Display:wght@700;900&display=swap\" rel=\"stylesheet\">\n\n<style>\n    \/* SCOPING: All styles are prefixed with #custom-paper-scope *\/\n\n    #custom-paper-scope {\n        \/* CSS Variables for easy theming *\/\n        --font-heading: 'Playfair Display', serif;\n        --font-body: 'Merriweather', serif;\n        --font-ui: 'Inter', sans-serif;\n        \n        --color-paper: #ffffff;\n        --color-text-main: #2c3e50;\n        --color-text-light: #5f6c7b;\n        --color-accent: #34495e; \/* Premium Slate *\/\n        --color-link: #2980b9;\n        --color-border: #eaeaea;\n        \n        padding: 20px 0;\n        font-family: var(--font-body);\n        color: var(--color-text-main);\n        line-height: 1.8; \/* Improved readability *\/\n        -webkit-font-smoothing: antialiased;\n        box-sizing: border-box;\n        width: 100%;\n    }\n\n    #custom-paper-scope *,\n    #custom-paper-scope *:before,\n    #custom-paper-scope *:after {\n        box-sizing: inherit;\n    }\n\n    \/* --- LAYOUT CONTAINER --- *\/\n    #custom-paper-scope .paper-container {\n        max-width: 850px !important; \/* Optimal reading width *\/\n        margin: 0 auto;\n        padding: 30px 40px; \/* Increased side padding for left-aligned look *\/\n        background: var(--color-paper);\n        border-radius: 8px;\n    }\n\n    \/* --- BREADCRUMBS --- *\/\n    #custom-paper-scope .breadcrumbs {\n        font-family: var(--font-ui);\n        font-size: 1rem;\n        color: var(--color-text-light);\n        margin-bottom: 25px;\n        display: flex;\n        flex-wrap: wrap;\n        align-items: center;\n        gap: 8px;\n    }\n\n    #custom-paper-scope .breadcrumbs a {\n        color: var(--color-link);\n        text-decoration: none;\n        font-weight: 500;\n        transition: color 0.2s;\n    }\n\n    #custom-paper-scope .breadcrumbs a:hover {\n        text-decoration: underline;\n        color: var(--color-accent);\n    }\n\n    #custom-paper-scope .breadcrumbs .separator {\n        font-size: 0.7rem;\n        color: #999;\n    }\n\n    #custom-paper-scope .breadcrumbs .current-crumb {\n        color: #7f8c8d;\n        cursor: default;\n    }\n\n    \/* --- TYPOGRAPHY & TITLE --- *\/\n    #custom-paper-scope .paper-title {\n        font-size: 3rem;\n        font-weight: 900;\n        text-align: left;\n        margin-bottom: 40px;\n        color: #1a252f;\n        line-height: 1.1;\n        letter-spacing: -0.5px;\n    }\n\n    #custom-paper-scope p {\n        font-size: 1.2rem !important; \n        margin-bottom: 24px;\n        color: #374151;\n        font-weight: 300;\n        line-height: 2;\n    }\n    \n    #custom-paper-scope p {\n        text-align: justify;\n        hyphens: auto; \n    }\n\n    \/* --- AUTHORS GRID --- *\/\n    #custom-paper-scope .authors {\n        display: grid;\n        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));\n        gap: 30px;\n        margin-bottom: 60px;\n        padding-bottom: 40px;\n        border-bottom: 1px solid var(--color-border);\n    }\n\n    #custom-paper-scope .author {\n        text-align: left;\n        font-family: var(--font-ui);\n        font-size: 1rem;\n        padding: 0; \n    }\n\n    #custom-paper-scope .author-name {\n        font-weight: 700;\n        font-size: 1rem;\n        color: #111;\n        margin-bottom: 4px;\n        text-transform: uppercase;\n        letter-spacing: 0.5px;\n        display: block;\n    }\n\n    #custom-paper-scope .author-role,\n    #custom-paper-scope .author-affiliation {\n        color: var(--color-text-light);\n        display: block;\n        margin-bottom: 2px;\n        font-size: 0.9rem;\n    }\n\n    \/* --- ABSTRACT --- *\/\n    #custom-paper-scope .abstract {\n        background: #f1f4f8; \n        padding: 15px 20px;\n        margin: 40px 0 60px 0;\n        border-radius: 6px;\n        border-left: 5px solid var(--color-accent);\n        position: relative;\n    }\n\n    #custom-paper-scope .abstract-title {\n        font-family: var(--font-ui);\n        font-weight: 700;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n        font-size: 0.85rem;\n        color: var(--color-accent);\n        margin-bottom: 15px;\n        display: block;\n        text-align: left;\n    }\n    \n    #custom-paper-scope .abstract p {\n        font-size: 1.2rem !important;\n        margin-bottom: 0;\n        color: #445566;\n        text-align: left;\n    }\n    \n    #custom-paper-scope .keywords {\n        margin-top: 15px;\n        font-family: var(--font-ui);\n        font-size: 0.9rem;\n        color: #555;\n        font-style: italic;\n    }\n\n    \/* --- SECTIONS --- *\/\n    #custom-paper-scope .section {\n        margin: 50px 0;\n    }\n\n    #custom-paper-scope .section-title {\n        font-family: var(--font-ui);\n        font-size: 1.4rem;\n        font-weight: 700;\n        margin: 40px 0 20px 0;\n        padding-bottom: 10px;\n        border-bottom: 2px solid #eee;\n        color: #111;\n        letter-spacing: -0.02em;\n        text-align: left;\n    }\n\n    #custom-paper-scope .subsection-title {\n        font-family: var(--font-ui);\n        font-size: 1.15rem;\n        font-weight: 600;\n        margin: 30px 0 15px 0;\n        color: var(--color-text-main);\n        text-align: left;\n    }\n\n    \/* --- LISTS --- *\/\n    #custom-paper-scope ul, \n    #custom-paper-scope ol {\n        margin: 20px 0 20px 20px;\n        padding-left: 20px;\n        color: #374151;\n    }\n\n    #custom-paper-scope li {\n        margin-bottom: 10px;\n        font-size: 1.2rem !important;\n    }\n\n    \/* --- FIGURES --- *\/\n    #custom-paper-scope .figure {\n        margin: 50px 0;\n        text-align: center;\n        background: #fff;\n        padding: 10px;\n    }\n\n    #custom-paper-scope .figure img {\n        max-width: 100%;\n        height: auto;\n        border-radius: 4px;\n        box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n        border: 1px solid #eee;\n    }\n\n    #custom-paper-scope .figure-caption {\n        font-family: var(--font-ui);\n        font-size: 0.85rem;\n        color: #7f8c8d;\n        margin-top: 15px;\n        display: block;\n        font-weight: 500;\n        text-align: center;\n    }\n\n    \/* --- TABLES --- *\/\n    #custom-paper-scope table {\n        width: 100%;\n        border-collapse: collapse;\n        margin: 30px 0;\n        font-size: 1rem;\n        font-family: var(--font-ui);\n        box-shadow: 0 1px 3px rgba(0,0,0,0.1);\n    }\n\n    #custom-paper-scope th, #custom-paper-scope td {\n        border: 1px solid var(--color-border);\n        padding: 12px;\n        text-align: left;\n        vertical-align: top;\n    }\n\n    #custom-paper-scope th {\n        background-color: #f8f9fa;\n        font-weight: 600;\n        color: var(--color-accent);\n    }\n    \n    #custom-paper-scope tr:nth-child(even) {\n        background-color: #fafafa;\n    }\n\n    \/* --- REFERENCES --- *\/\n    #custom-paper-scope .references {\n        background: #fafafa;\n        padding: 30px;\n        border-top: 4px solid #333;\n        margin-top: 80px;\n    }\n    \n    #custom-paper-scope .references .section-title {\n        border-bottom: none;\n        margin-top: 0;\n    }\n\n    #custom-paper-scope .references ol {\n        margin-left: 0;\n        padding-left: 20px;\n    }\n\n    #custom-paper-scope .references li {\n        margin-bottom: 15px;\n        font-size: 0.9rem !important;\n        font-family: var(--font-ui);\n        color: #555;\n    }\n\n    \/* --- EXAMPLES & MISC --- *\/\n    #custom-paper-scope strong {\n        color: #111;\n        font-weight: 700;\n    }\n\n    \/* --- RESPONSIVENESS --- *\/\n    @media (max-width: 768px) {\n        #custom-paper-scope {\n            padding: 0;\n            background: #fff;\n        }\n        \n        #custom-paper-scope .paper-container {\n            padding: 20px 0;\n            box-shadow: none;\n            width: 100%;\n        }\n\n        #custom-paper-scope .paper-title {\n            font-size: 2rem;\n        }\n\n        #custom-paper-scope .abstract {\n            padding: 20px;\n            margin: 20px 0;\n        }\n        \n        #custom-paper-scope .authors {\n            grid-template-columns: 1fr; \n        }\n        \n        #custom-paper-scope .breadcrumbs {\n            font-size: 0.75rem;\n        }\n        \n        #custom-paper-scope table {\n            display: block;\n            overflow-x: auto;\n        }\n    }\n<\/style>\n\n<div id=\"custom-paper-scope\">\n    <div class=\"paper-container\">\n        \n        <!-- BREADCRUMBS SECTION -->\n        <nav class=\"breadcrumbs\" aria-label=\"Breadcrumb\">\n            <a href=\"https:\/\/www.mygreatlearning.com\/\">Great Learning<\/a>\n            <span class=\"separator\">&gt;<\/span>\n            \n            <a href=\"https:\/\/www.mygreatlearning.com\/blog\/\">Blog<\/a>\n            <span class=\"separator\">&gt;<\/span>\n            \n            <a href=\"https:\/\/www.mygreatlearning.com\/blog\/research-and-studies\/\">Research and studies<\/a>\n            <span class=\"separator\">&gt;<\/span>\n            \n            <span class=\"current-crumb\">Movie Success Prediction Using ML<\/span>\n        <\/nav>\n        \n        <h1 class=\"paper-title\" class=\"paper-title\" id=\"research-movie-success-prediction-using-ml\">Research : Movie Success Prediction Using ML<\/h1>\n\n        <div class=\"authors\">\n            <div class=\"author\">\n                <span class=\"author-name\">Narayana Darapaneni<\/span>\n                <span class=\"author-role\">Director - AIML<\/span>\n                <span class=\"author-affiliation\">Great Learning\/Northwestern University<\/span>\n                <span class=\"author-affiliation\">Illinois, USA<\/span>\n            <\/div>\n\n            <div class=\"author\">\n                <span class=\"author-name\">Sujana Entoori<\/span>\n                <span class=\"author-role\">Mentor - AIML<\/span>\n                <span class=\"author-affiliation\">Great Learning<\/span>\n                <span class=\"author-affiliation\">Bangalore, India<\/span>\n            <\/div>\n\n            <div class=\"author\">\n                <span class=\"author-name\">S V Vybhav<\/span>\n                <span class=\"author-role\">Student - AIML<\/span>\n                <span class=\"author-affiliation\">Great Learning<\/span>\n                <span class=\"author-affiliation\">Bangalore, India<\/span>\n            <\/div>\n\n            <div class=\"author\">\n                <span class=\"author-name\">Christopher Bellarmine<\/span>\n                <span class=\"author-role\">Student - AIML<\/span>\n                <span class=\"author-affiliation\">Great Learning<\/span>\n                <span class=\"author-affiliation\">Bangalore, India<\/span>\n            <\/div>\n            \n            <div class=\"author\">\n                <span class=\"author-name\">Abir Kumar<\/span>\n                <span class=\"author-role\">Student - AIML<\/span>\n                <span class=\"author-affiliation\">Great Learning<\/span>\n                <span class=\"author-affiliation\">Bangalore, India<\/span>\n            <\/div>\n\n             <div class=\"author\">\n                <span class=\"author-name\">Koushik Mondal<\/span>\n                <span class=\"author-role\">Student - AIML<\/span>\n                <span class=\"author-affiliation\">Great Learning<\/span>\n                <span class=\"author-affiliation\">Bangalore, India<\/span>\n            <\/div>\n\n            <div class=\"author\">\n<span class=\"author-name\"><a href=\"https:\/\/scholar.google.com\/citations?user=T1KFBS0AAAAJ&hl=en&oi=ao\" target=\"_blank\">Anwesh Reddy Paduri<\/a><\/span>\n                <span class=\"author-role\">Research Assistant - AIML<\/span>\n                <span class=\"author-affiliation\">Great Learning<\/span>\n                <span class=\"author-affiliation\">Mumbai, India<\/span>\n            <\/div>\n        <\/div>\n\n        <div class=\"abstract\">\n            <span class=\"abstract-title\">Abstract<\/span>\n            <p>Movies continue to be a major source of entertainment in any country. However, this industry also incurs a lot of losses when the movie does not perform at the Box Office. Our solution will try to predict the success rate of a movie by doing predictive analysis on the various features of the movie. Our model will predict the Success, based on different attributes \/ features of the movie. i.e. Movie crew (including director producer, music director), Movie plot (Storyline), Box-Office revenue, Audience and Critics reviews \/ ratings. In this paper a detailed study of machine learning algorithms such as Random Forest, DecisionTree, K-NearestNeighbours (KNN), NLP, XGBoost Classifier and Deep Neural Network were done and were implemented on IMDB dataset for predicting Success of movies. Based on the results, XGBoost Classifier gave best accuracy.<\/p>\n        <\/div>\n\n        <div class=\"section\">\n            <h2 class=\"section-title\" class=\"section-title\" id=\"i-introduction\">I. INTRODUCTION<\/h2>\n            <p>A movie making a billion-dollar industry and movies are a big source of entertainment in any country [1]. Filmmaking involves a good story, screenwriting, casting, direction, sound recording and many other activities. Movie Industry produces hundreds of movies every year of different genres such as animation, war, comedy, thriller horror etc. Cinema has a distinct way to inspire each one of us. We get to learn a lot via this medium. A comedy helps us forget our sorrows, a sci-fi helps us to think big, a biopic helps us to achieve our dreams and so on. Every family member can watch a movie together since there are so many elements to cinema that is enjoyable. A great movie is a crowd-puller and the entire family enjoy together that translates into revenue generation (from purchase of tickets, snacks, and further shopping once movie is done).<\/p>\n            <p>Hence, the movie industry contributes significantly to any country\u2019s economy. When a movie is a Blockbuster Hit, profits are huge; but when a movie Flops the losses are huge too. And both have a direct positive and negative impact. There are many online platforms that keep track of movies such as Rotten Tomatoes, Metacritic and Internet Movie Database (IMDb), which provide information about directors, budget, as well as user ratings and comments. Internet movie database (IMDB), the number one consumer site of movies, contains information about programs, films and television including financial information, biographies, user rating, cast, reviews, crew, actors, directors, summaries etc. It maintains a database of approx. 83 million registered users and 10.4 million personalities with 6.5 million movie and episodes titles [2] [12].<\/p>\n            <p>\u201cHollywood is the land of hunch and the wild guess\u201d [3] [5]. Thousands of movies are released every year. In 2018, the global box office was worth $41.7 billion.[13] When including box office and home entertainment revenue, the global film industry was worth $136 billion in 2018 [11] [14] Hollywood is the world's oldest national film industry, and remains the largest in terms of box office gross revenue. Indian cinema is the largest national film industry in terms of the number of films produced, with 1,813 feature films produced annually as of 2018. There is a great deal of uncertainty that the movie will do business or not. A lot of research has been done on predicting the success of movies. Majority of the past research focused on user ratings for which the source of data were mostly the social media platforms such as YouTube, Twitter etc. [3] [15]. The movies attributes such as crew, Release dates, Production Houses, storyline etc. are a valuable source of information and can have a significant contribution on the prediction of the success of a movie. A lot of data is available on the web, from various sources such as IMDB, about various movie attributes that makes it a significant use-case for Data mining and machine learning as it is quite relevant that successful prediction of a movie is of great relevance to this multi-Billion Dollars Industry. This will help producers and directors to make movies which will be more appropriate with the audience\u2019s preferences [3] [6].<\/p>\n        <\/div>\n\n        <div class=\"section\">\n            <h2 class=\"section-title\" class=\"section-title\" id=\"ii-literature-overview\">II. LITERATURE OVERVIEW<\/h2>\n            <p>In August 2016, Muhammad Hassan Latif and Hammad Afza [1] wrote a paper for IJCNS. The paper talks about predicting the rating of a movie using machine learning. In their work, they rated the budget of the movie in a scale from 1 to 9. The various classes of prediction in their approach were Terrible, Poor, Average and Excellent. The least accuracy for neural network was 79.07% and the highest accuracy was 84.34%.<\/p>\n            <p>Nikhil Apte, Mats Forssell and Anahita Sidhwa [2] used a couple of different machine learning techniques to predict the box office revenue. In their work they only considered movies that were released after 1st, January 1990 as the data before that was incomplete. The final dataset consisted of 2510 records. They used algorithms such as linear regression and weighted linear regression. They used hold-out cross validation for estimating testing errors.<\/p>\n            <p>In a more recent work Rijul Dhir and Anand Raj [16] tried to predict how successful a movie will be prior to its arrival at the box office instead of listening to critics and others on whether a movie will be successful or not. The proposed research provides a quite efficient approach to predict IMDB score on IMDB Movie Dataset. In their study they also tried to unveil the important factors influencing the score of IMDB Movie Data. Random forest yielded the best accuracy.<\/p>\n            <p>In another approach social media interactions were used for movie success predictions. The volume of tweets and interactions were the source of the dataset. Sitaram Asur and Bernardo A. Huberman [3] conducted a study for future prediction using social media platforms. Thus, proving that it is possible to use social media to predict the box office revenue for a movie. This study used Twitter as the source of the data. The data set with 2.89 million tweets from 1.2 million users were then used to create a linear regression model which obtained an accuracy of 98%.<\/p>\n            <p>Karl Persson [4] at the university of Sk\u00f6vde compared the predictive performance of Random Forest with support vector machine. He achieved a success rate of 84% when using random forest, and a success rate of 86% when using support vector machines. To validate his results, he used 10-fold cross validation. Similar work has been presented [5] where social media including twitter and YouTube\u2019s comments are used for same purpose. Another approach [6] presents prediction of popularity of a movie by the articles on Wikipedia.<\/p>\n            <p>The research shows that these articles can be used to get some future outcomes. It also uses financial data of movies from box office mojo by using Pearson\u2019s correlation coefficient and linear regression. A different approach predicts the opening weekend revenue. It takes the movie information like actors, director, genre and released date etc. from meta-critic and financial data like budget, opening week gross revenue from the numbers. Mean Absolute error, Pearson\u2019s correlation coefficient and linear regression are employed [7-10].<\/p>\n\n            <h3 class=\"subsection-title\" class=\"subsection-title\" id=\"table-1-summary-of-previous-work\">TABLE 1: SUMMARY OF PREVIOUS WORK<\/h3>\n            <table>\n                <thead>\n                    <tr>\n                        <th>Study\\Method and Results<\/th>\n                        <th>Validation<\/th>\n                        <th>Prediction<\/th>\n                        <th>Success Rate<\/th>\n                    <\/tr>\n                <\/thead>\n                <tbody>\n                    <tr>\n                        <td>Predicting Movie Box Office Gross<\/td>\n                        <td>20% withhold from data set<\/td>\n                        <td>Movie Revenue<\/td>\n                        <td>65%<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Prediction of Movies popularity Using Machine Learning Techniques<\/td>\n                        <td>10-fold cross validation<\/td>\n                        <td>Movie Rating<\/td>\n                        <td>80%<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Predicting movie ratings: A comparative study on random forests and support vector machines<\/td>\n                        <td>10-fold cross validation<\/td>\n                        <td>Movie Rating<\/td>\n                        <td>83%<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Predicting the Future with Social Media<\/td>\n                        <td>Cross validation<\/td>\n                        <td>Box office revenue<\/td>\n                        <td>98%<\/td>\n                    <\/tr>\n                <\/tbody>\n            <\/table>\n        <\/div>\n\n        <div class=\"section\">\n            <h2 class=\"section-title\" class=\"section-title\" id=\"iii-methodology\">III. METHODOLOGY<\/h2>\n            <p>The Proposed methodology is illustrated in Figure below. It contains following steps:<\/p>\n            <ul>\n                <li>Data Gathering<\/li>\n                <li>Data Analysis<\/li>\n                <li>Data Cleansing<\/li>\n                <li>Data Formatting<\/li>\n                <li>EDA<\/li>\n                <li>Feature Selection<\/li>\n                <li>Assumptions<\/li>\n                <li>Feature Engineering<\/li>\n                <li>Model Selection<\/li>\n                <li>Model Validation<\/li>\n            <\/ul>\n\n            <div class=\"figure\">\n                <!-- Replace src with your uploaded image URL -->\n                <img decoding=\"async\" src=\"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2026\/01\/figure-1-methodology-followed.png\" alt=\"Figure 1 - Methodology Followed\">\n                <div class=\"figure-caption\">Figure 1 - Methodology Followed<\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"section\">\n            <h2 class=\"section-title\" class=\"section-title\" id=\"iv-materials\">IV. MATERIALS<\/h2>\n            <p>We have used two types of datasets: labeled and unlabeled. The unlabeled dataset had over several unique entries. One of the main entries was customer reviews in IMDB movie reviews dataset. This dataset was used for pre-training the model to understand and recognize the English language using transfer learning.<\/p>\n            <p>The labeled dataset was collected manually and consisted of answers to a questionnaire pertaining to what constituents to a successful movie. We have gathered data from the well-known sites like Movie Lens, Rotten Tomato, and IMDB. Each of these datasets were freely available online.<\/p>\n            <ul>\n                <li>Movie Lens: https:\/\/grouplens.org\/datasets\/movielens\/<\/li>\n                <li>Rapid API: https:\/\/rapidapi.com\/collection\/movie-apis<\/li>\n                <li>Kaggle: https:\/\/www.kaggle.com\/tmdb\/tmdb-movie-metadata<\/li>\n            <\/ul>\n            <p>For our models we settled with IMDB dataset as it was most suitable.<\/p>\n\n            <h3 class=\"subsection-title\" class=\"subsection-title\" id=\"a-data-cleansing-and-formatting\">A. Data Cleansing and Formatting<\/h3>\n            <p>Following are the steps taken to process the data:<\/p>\n            <p>We removed unused columns such as id, imdb id, vote count, production company, keywords, homepage etc. Removing the duplicate, the rows (if any). We handled the JSON in dataset. Some movies in the database have zero budget or zero revenue, i.e. their value has not been recorded so we will be discarding such entries. Changing release date column into date format. Replacing zero with NAN in the runtime column. Changing format of budget and revenue column.<\/p>\n\n            <h3 class=\"subsection-title\" class=\"subsection-title\" id=\"b-data-analysis-eda-and-feature-engineering\">B. Data Analysis, EDA and Feature Engineering<\/h3>\n            <p>The data about a movie, contains a lot of textual information such as the cast (actors), crew (director), production houses. Our intention was to use these textual data as they have high significance in determining the movie success. Now, combining all this data, we need to build the target variable (where movie is either a success or a failure).<\/p>\n            <p>Following are the ways we derived the target variable from the textual data:<\/p>\n            <p>First, we created seven features from the categorical textual data (from a machine learning perspective). Encoding was done on the features by assigning weightage to a feature (director, Actor, Production House) for example:<\/p>\n            <p><strong>Weightage for director = total movie success by the director \/ total movies directed.<\/strong><\/p>\n            <p>We then derived the target variable considering 3 aspects of the movies data. We graded movie a success, only when the popularity rating is above 7 and the movie is a commercial success in terms of budget to gross income ratio. Finally, we dropped all the textual data that we have transformed as per above steps.<\/p>\n            <p>We did PCA to understand the feature importance and got the below results.<\/p>\n\n            <div class=\"figure\">\n                <!-- Replace src with your uploaded image URL -->\n                <img decoding=\"async\" src=\"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2026\/01\/figure-2-feature-importance-map.png\" alt=\"Figure 2 - Feature Importance Map\">\n                <div class=\"figure-caption\">Figure 2 - Feature Importance Map<\/div>\n            <\/div>\n\n            <p>Based on our EDA we found Comedy to be the most successful genre.<\/p>\n\n            <div class=\"figure\">\n                <!-- Replace src with your uploaded image URL -->\n                <img decoding=\"async\" src=\"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2026\/01\/figure-3-top-genres-map.png\" alt=\"Figure 3: Top Genres Map\">\n                <div class=\"figure-caption\">Figure 3: Top Genres Map<\/div>\n            <\/div>\n\n            <p>Similarly, we found the most successful movies are where Samuel L Jackson and Morgan Freeman have worked.<\/p>\n            \n            <div class=\"figure\">\n                <!-- Replace src with your uploaded image URL -->\n                <img decoding=\"async\" src=\"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2026\/01\/figure-3-top-genres-map.png\" alt=\"Figure 4 -- Top Successful Actor\">\n                <div class=\"figure-caption\">Figure 4 -- Top Successful Actor<\/div>\n            <\/div>\n\n            <h3 class=\"subsection-title\" class=\"subsection-title\" id=\"c-data-filtering\">C. Data Filtering<\/h3>\n            <p>Following are the certain rules applied based on the analysis of data: Biases do not get introduced during the machine learning process. The minimum number of successful movies should be 5 for actors and directors. The minimum number of movies produced by any production house is 50. The cases where the above criteria are not met, a low weightage is assigned uniformly.<\/p>\n            <p>This approach helped eliminate the problem of director who directed only one movie and the movie becoming a huge success compared to a director who directed 10 movies out of which 6 were a huge success.<\/p>\n        <\/div>\n\n        <div class=\"section\">\n            <h2 class=\"section-title\" class=\"section-title\" id=\"v-results-and-discussion\">V. RESULTS AND DISCUSSION<\/h2>\n            \n            <h3 class=\"subsection-title\" class=\"subsection-title\" id=\"a-base-model\">A. Base Model<\/h3>\n            <p>We started testing with various models, by keeping the already existing ones as our baseline models and then trying out neural network models to better the current outcomes as part of our project goal. Once the Data cleaning and feature engineering was done, it was time to compare the accuracy of various models with featured data to check whether the accuracy has improved or not. The table below shows the accuracy of each model at the beginning and the improvement achieved after feature engineering.<\/p>\n\n            <h3 class=\"subsection-title\" class=\"subsection-title\" id=\"table-3-depicts-the-model-accuracies-before-and-after-tuning\">TABLE 3: DEPICTS THE MODEL ACCURACIES BEFORE AND AFTER TUNING.<\/h3>\n            <table>\n                <thead>\n                    <tr>\n                        <th>Model<\/th>\n                        <th>Accuracy Before<\/th>\n                        <th>Accuracy After<\/th>\n                    <\/tr>\n                <\/thead>\n                <tbody>\n                    <tr>\n                        <td>KNN<\/td>\n                        <td>82<\/td>\n                        <td>82.04<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Random Forest<\/td>\n                        <td>86<\/td>\n                        <td>88.57<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Decision Tree<\/td>\n                        <td>88.63<\/td>\n                        <td>88.83<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>XGBoost<\/td>\n                        <td>NA<\/td>\n                        <td>90.39<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Gaussian Naive Bayes Model<\/td>\n                        <td>80.46<\/td>\n                        <td>80.91<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Simple Neural Network Model<\/td>\n                        <td>78.30<\/td>\n                        <td>80.41<\/td>\n                    <\/tr>\n                <\/tbody>\n            <\/table>\n\n            <h3 class=\"subsection-title\" class=\"subsection-title\" id=\"b-natural-language-processing-on-the-movie-overview-plot\">B. Natural Language Processing On the Movie Overview\/Plot<\/h3>\n            <p>Natural Language Processing can be used on the Movie Overview\/Plot\/Storyline of the Movie in order to perform classification on an unlabeled Movie Plot. After preprocessing and tokenizing the text, GloVe embedding are used to create the feature matrix. The embedding layer is fed the embedding matrix as weights. The models are compiled using Adam optimizer and the loss as binary cross entropy.<\/p>\n            <p>The first model is Text Classification performed using a Simple Neural Network. The Sequential model has an embedding layer and a Flatten layer followed by a sigmoid activation layer. The test accuracy was 76.69%<\/p>\n            <p>The second model is Text Classification with a Convolutional Neural Network which has an additional Conv1D layer with 128 neurons and stride 5 with activation RELU, followed by a GlobalMaxPooling1D layer after the first embedding layer in the previous model. This model gave an accuracy of 79.44%<\/p>\n            <p>The third model is with a type of Recurrent Neural Network (RNN), i.e. Long-Short-Term-Memory (LSTM). This Sequential Model contains an embedding layer followed by an LSTM layer of 128 neurons and the sigmoid activation layer. This model gave an accuracy of 79.45%<\/p>\n\n            <h3 class=\"subsection-title\" class=\"subsection-title\" id=\"c-xgboost-classifier\">C. XGBoost Classifier<\/h3>\n            <p>XGBoost which stands for eXtreme Gradient Boosting, which is a boosting algorithm based on gradient boosted decision trees algorithm. It applies better regularization from technique to reduce overfitting, and it is one of the differences from the gradient boosting. We observed that the XGBoost model outperforms all the other models. Also, the model performs best on the data after feature importance while on the other hand, when using the transformed PCA data, the accuracy drops to 80.86%.<\/p>\n            <p>The end results were 90.39% accuracy on the main dataset. After feature importance the accuracy obtained was 90.81% and 80.86% on the PCA dataset.<\/p>\n\n            <h3 class=\"subsection-title\" class=\"subsection-title\" id=\"d-neural-network-model-using-tensorflow-and-tensor-board\">D. Neural Network Model Using TensorFlow and Tensor Board<\/h3>\n            <p>In this project, a Deep Neural Network classification model was constructed using the TensorFlow tools. The model contains two dense layers, a dropout layer and the optimizer layer followed by the output layer. After testing with both SGD and Adam optimizer, we observed that adam showed better results overall.<\/p>\n            <p>Initially the model only showed an accuracy of 77.8%. But with the help of Individual feature importance and\/or PCA we were able to get the accuracy up to 79.7%. But we could further proceed with hyper-parameter tuning with the help of TensorBoard in order to further increase accuracy of the model. TensorBoard is TensorFlow\u2019s visualization toolkit in order to track and visualize metrics such as loss and accuracy. It is also used for visualizing the model graphs (ops and layer) which is what we used in order to perform hyper-parameter tuning.<\/p>\n            <p>In order to perform Hyper-Parameter Tuning, the number of neurons in the two layers and the dropout are evaluated for different values and observed in the TensorBoard graph. We finally concluded with the help of the TensorBoard model flow graph, that 64 neurons in the first layer, 4 neurons in the second followed by a dropout of 0.1 along with the adam optimizer yielded the highest accuracy of 81.56%<\/p>\n\n            <h3 class=\"subsection-title\" class=\"subsection-title\" id=\"table-4-deep-learning-model-results\">TABLE 4 \u2013 DEEP LEARNING MODEL RESULTS<\/h3>\n            <table>\n                <thead>\n                    <tr>\n                        <th>Sentiment Analysis using Deep Neural Networks<\/th>\n                        <th>Accuracy<\/th>\n                    <\/tr>\n                <\/thead>\n                <tbody>\n                    <tr>\n                        <td>Simple Base Model<\/td>\n                        <td>73.41<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Reduced Model<\/td>\n                        <td>74.26<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Regularized Model<\/td>\n                        <td>68.75<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Dropout Model<\/td>\n                        <td>73.20<\/td>\n                    <\/tr>\n                    <tr>\n                        <td colspan=\"2\"><strong>Sentiment Analysis (Only Considering Overview column data)<\/strong><\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Text Classification using Simple Neural Network<\/td>\n                        <td>78.07<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Text Classification using Convolutional Neural Network<\/td>\n                        <td>79.44<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Text Classification using Recurrent Neural Network (LSTM)<\/td>\n                        <td>79.44<\/td>\n                    <\/tr>\n                <\/tbody>\n            <\/table>\n        <\/div>\n\n        <div class=\"section\">\n            <h2 class=\"section-title\" class=\"section-title\" id=\"vi-conclusion\">VI. CONCLUSION<\/h2>\n            <p>The proposed research aims to predict the success of the movies. We have used machine learning approaches for our experimentation. Our research aims to improve previous researches. After performing classification, we have found out that our best results are achieved through XGBoost at around 90%. In our analysis we found out that Number of user reviews, Gross income and budget are the significant features. In addition to that following analogy can be derived:<\/p>\n            <p>Samuel Jackson, Robert De Niro, Morgan Freeman, and Bruce Willis have the best success ratio. Comedy, Action and Drama are the most watched and liked genres.<\/p>\n        <\/div>\n\n        <div class=\"section references\">\n            <h2 class=\"section-title\" class=\"section-title\" id=\"references\">REFERENCES<\/h2>\n            <ol>\n                <li>Muhammad Hassan Latif and Hammad Afzal. Prediction of movies popularity using machine learning techniques, 2016. http:\/\/paper.ijcsns.org\/07_book\/ 201608\/20160820.pdf<\/li>\n                <li>Nikhil Apte, Mats Forssell, and Anahita Sidhwa. Predicting movie revenue. CS229, Stanford University, 2011.<\/li>\n                <li>Sitaram Asur and Bernardo A Huberman. Predicting the future with social media. In Web Intelligence and Intelligent Agent Technology (WI-IAT), 2010 IEEE\/WIC\/ACM International Conference on, volume 1, pages 492\u2013499. IEEE, 2010.<\/li>\n                <li>Karl Persson. Predicting movie ratings: A comparative study on random forests and support vector machines, 2015<\/li>\n                <li>Andrei Oghina, Mathias Breuss, Manos Tsagkias, and Maarten de Rijke, \u201cPredicting IMDB Movie Ratings Using Social Media\u201d, Advances in Information Retrieval , Volume 7224, 2012, pp 503-507<\/li>\n                <li>Mestya\u00b4n M, Yasseri T, Kerte\u00b4sz J (2013): \u201cEarly Prediction of Movie Box Office Success Based on Wikipedia Activity Big Data\u201d. PLoS<\/li>\n                <li>Mahesh Joshi Dipanjan Das Kevin Gimpel Noah A. Smith: \u201cMovie Reviews and Revenues: An Experiment in Text Regression \u201c, The 2010 Annual Conference of the North American Chapter of the Association for Computational Linguistics, Pages 293-296<\/li>\n                <li>Wenbin Zhang, Steven Skiena:\u201d Improving Movie Gross Prediction Through News Analysis\u201d, Department of computer science stony brook university, 2009 IEEE\/WIC \/ACM International Conference on Web Intelligence and Intelligent Agent Technology \u2013 Workshops, Pages 301-304.<\/li>\n                <li>Nithin VR, Pranav M, Sarath Babu PB, Lijiya \u201cA Predicting movie success based on IMDB data\u201d International journal of data mining Algorithm, Vol. 3, Issue 2, 2014, pp. 34- 36, DOI: 10.20894\/IJBI.105.003.002.004, ISSN: 2278-2397<\/li>\n                <li>Khalid Ibnal Asad , Tanvir Ahmed , Md. Saiedur Rahman: \u201cMovie Popularity Classification based on Inherent Movie Attributes using C4.5,PART and Correlation Coefficient\u201d, IEEE\/OSA\/IAPR International Conference on Infonnatics, Electronics & Vision, Pages 747 \u2013 752<\/li>\n                <li>Darin Im and Minh Thao Nguyen: \u201cPREDICTING BOXOFFICE SUCCESS OF MOVIES IN THE U.S. MARKET \u201c, CS 229, Fall 2011<\/li>\n                <li>https:\/\/en.wikipedia.org\/wiki\/IMDb#:~:text=As%20of%20January%202020%2C%20IMDb,as%2083%20million%20registered%20users.<\/li>\n                <li>McNary, Dave (3 January 2019). \"2018 Worldwide Box Office Hits Record as Disney Dominates\". Variety. Retrieved 22 January 2019.<\/li>\n                <li>Global Movie Production & Distribution Industry: Industry Market Research Report\". IBISWorld. August 2018. Retrieved 22 January 2019.<\/li>\n                <li>Movie Success Prediction using Historical and Current Data Mining September 2019 International Journal of Computer Applications 178(47):1-5 DOI: 10.5120\/ijca2019919415.<\/li>\n                <li>Movie Success Prediction using Machine Learning Algorithms and their Comparison May, 2019 DOI: 10.1109\/ICSCCC.2018.8703320 https:\/\/ieeexplore.ieee.org\/abstract\/document\/8703320<\/li>\n            <\/ol>\n        <\/div>\n    <\/div>\n<\/div>\n\n\n\n<a href=\"https:\/\/www.mygreatlearning.com\/blog\/research-and-studies\/\" \n   style=\"text-decoration: none; color: #007BFF; font-size: 16px; font-weight: bold; display: block; text-align: center; padding: 10px; margin: 0px auto 40px auto; width: fit-content;\">\n   Explore More Research and Studies\n<\/a>\n","protected":false},"excerpt":{"rendered":"<p>Great Learning &gt; Blog &gt; Research and studies &gt; Movie Success Prediction Using ML Research : Movie Success Prediction Using ML Narayana Darapaneni Director - AIML Great Learning\/Northwestern University Illinois, USA Sujana Entoori Mentor - AIML Great Learning Bangalore, India S V Vybhav Student - AIML Great Learning Bangalore, India Christopher Bellarmine Student - AIML [&hellip;]<\/p>\n","protected":false},"author":41,"featured_media":114970,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[36818],"tags":[],"class_list":["post-114959","page","type-page","status-publish","has-post-thumbnail","hentry","category-research-and-studies"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.3 (Yoast SEO v27.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Movie Success Prediction Using ML<\/title>\n<meta name=\"description\" content=\"Predict movie success using machine learning. Explore features like cast, crew, genre, and reviews to predict box office performance with high accuracy.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.mygreatlearning.com\/blog\/movie-success-prediction-using-ml\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Movie Success Prediction Using ML\" \/>\n<meta property=\"og:description\" content=\"Predict movie success using machine learning. Explore features like cast, crew, genre, and reviews to predict box office performance with high accuracy.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.mygreatlearning.com\/blog\/movie-success-prediction-using-ml\/\" \/>\n<meta property=\"og:site_name\" content=\"Great Learning Blog: Free Resources what Matters to shape your Career!\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/GreatLearningOfficial\/\" \/>\n<meta property=\"og:image\" content=\"http:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2026\/01\/movie-succes-prediction-ml.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1408\" \/>\n\t<meta property=\"og:image:height\" content=\"768\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@Great_Learning\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"15 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/movie-success-prediction-using-ml\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/movie-success-prediction-using-ml\\\/\"},\"author\":{\"name\":\"Great Learning Editorial Team\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/#\\\/schema\\\/person\\\/6f993d1be4c584a335951e836f2656ad\"},\"headline\":\"Movie Success Prediction Using ML\",\"datePublished\":\"2026-01-09T06:46:32+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/movie-success-prediction-using-ml\\\/\"},\"wordCount\":2994,\"publisher\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/movie-success-prediction-using-ml\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/movie-succes-prediction-ml.webp\",\"articleSection\":[\"Research and Studies\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/movie-success-prediction-using-ml\\\/\",\"url\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/movie-success-prediction-using-ml\\\/\",\"name\":\"Movie Success Prediction Using ML\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/movie-success-prediction-using-ml\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/movie-success-prediction-using-ml\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/movie-succes-prediction-ml.webp\",\"datePublished\":\"2026-01-09T06:46:32+00:00\",\"description\":\"Predict movie success using machine learning. Explore features like cast, crew, genre, and reviews to predict box office performance with high accuracy.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/movie-success-prediction-using-ml\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/movie-success-prediction-using-ml\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/movie-success-prediction-using-ml\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/movie-succes-prediction-ml.webp\",\"contentUrl\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/movie-succes-prediction-ml.webp\",\"width\":1408,\"height\":768},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/movie-success-prediction-using-ml\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog\",\"item\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Movie Success Prediction Using ML\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/\",\"name\":\"Great Learning Blog\",\"description\":\"Learn, Upskill &amp; Career Development Guide and Resources\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/#organization\"},\"alternateName\":\"Great Learning\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/#organization\",\"name\":\"Great Learning\",\"url\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/GL-Logo.jpg\",\"contentUrl\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/GL-Logo.jpg\",\"width\":900,\"height\":900,\"caption\":\"Great Learning\"},\"image\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/GreatLearningOfficial\\\/\",\"https:\\\/\\\/x.com\\\/Great_Learning\",\"https:\\\/\\\/www.instagram.com\\\/greatlearningofficial\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/school\\\/great-learning\\\/\",\"https:\\\/\\\/in.pinterest.com\\\/greatlearning12\\\/\",\"https:\\\/\\\/www.youtube.com\\\/user\\\/beaconelearning\\\/\"],\"description\":\"Great Learning is a leading global ed-tech company for professional training and higher education. It offers comprehensive, industry-relevant, hands-on learning programs across various business, technology, and interdisciplinary domains driving the digital economy. These programs are developed and offered in collaboration with the world's foremost academic institutions.\",\"email\":\"info@mygreatlearning.com\",\"legalName\":\"Great Learning Education Services Pvt. Ltd\",\"foundingDate\":\"2013-11-29\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"1001\",\"maxValue\":\"5000\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/#\\\/schema\\\/person\\\/6f993d1be4c584a335951e836f2656ad\",\"name\":\"Great Learning Editorial Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/unnamed.webp\",\"url\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/unnamed.webp\",\"contentUrl\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/unnamed.webp\",\"caption\":\"Great Learning Editorial Team\"},\"description\":\"The Great Learning Editorial Staff includes a dynamic team of subject matter experts, instructors, and education professionals who combine their deep industry knowledge with innovative teaching methods. Their mission is to provide learners with the skills and insights needed to excel in their careers, whether through upskilling, reskilling, or transitioning into new fields.\",\"sameAs\":[\"https:\\\/\\\/www.mygreatlearning.com\\\/\",\"https:\\\/\\\/in.linkedin.com\\\/school\\\/great-learning\\\/\",\"https:\\\/\\\/x.com\\\/https:\\\/\\\/twitter.com\\\/Great_Learning\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCObs0kLIrDjX2LLSybqNaEA\"],\"award\":[\"Best EdTech Company of the Year 2024\",\"Education Economictimes Outstanding Education\\\/Edtech Solution Provider of the Year 2024\",\"Leading E-learning Platform 2024\"],\"url\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/author\\\/greatlearning\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Movie Success Prediction Using ML","description":"Predict movie success using machine learning. Explore features like cast, crew, genre, and reviews to predict box office performance with high accuracy.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.mygreatlearning.com\/blog\/movie-success-prediction-using-ml\/","og_locale":"en_US","og_type":"article","og_title":"Movie Success Prediction Using ML","og_description":"Predict movie success using machine learning. Explore features like cast, crew, genre, and reviews to predict box office performance with high accuracy.","og_url":"https:\/\/www.mygreatlearning.com\/blog\/movie-success-prediction-using-ml\/","og_site_name":"Great Learning Blog: Free Resources what Matters to shape your Career!","article_publisher":"https:\/\/www.facebook.com\/GreatLearningOfficial\/","og_image":[{"width":1408,"height":768,"url":"http:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2026\/01\/movie-succes-prediction-ml.webp","type":"image\/webp"}],"twitter_card":"summary_large_image","twitter_site":"@Great_Learning","twitter_misc":{"Est. reading time":"15 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.mygreatlearning.com\/blog\/movie-success-prediction-using-ml\/#article","isPartOf":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/movie-success-prediction-using-ml\/"},"author":{"name":"Great Learning Editorial Team","@id":"https:\/\/www.mygreatlearning.com\/blog\/#\/schema\/person\/6f993d1be4c584a335951e836f2656ad"},"headline":"Movie Success Prediction Using ML","datePublished":"2026-01-09T06:46:32+00:00","mainEntityOfPage":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/movie-success-prediction-using-ml\/"},"wordCount":2994,"publisher":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/movie-success-prediction-using-ml\/#primaryimage"},"thumbnailUrl":"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2026\/01\/movie-succes-prediction-ml.webp","articleSection":["Research and Studies"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.mygreatlearning.com\/blog\/movie-success-prediction-using-ml\/","url":"https:\/\/www.mygreatlearning.com\/blog\/movie-success-prediction-using-ml\/","name":"Movie Success Prediction Using ML","isPartOf":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/movie-success-prediction-using-ml\/#primaryimage"},"image":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/movie-success-prediction-using-ml\/#primaryimage"},"thumbnailUrl":"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2026\/01\/movie-succes-prediction-ml.webp","datePublished":"2026-01-09T06:46:32+00:00","description":"Predict movie success using machine learning. Explore features like cast, crew, genre, and reviews to predict box office performance with high accuracy.","breadcrumb":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/movie-success-prediction-using-ml\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.mygreatlearning.com\/blog\/movie-success-prediction-using-ml\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.mygreatlearning.com\/blog\/movie-success-prediction-using-ml\/#primaryimage","url":"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2026\/01\/movie-succes-prediction-ml.webp","contentUrl":"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2026\/01\/movie-succes-prediction-ml.webp","width":1408,"height":768},{"@type":"BreadcrumbList","@id":"https:\/\/www.mygreatlearning.com\/blog\/movie-success-prediction-using-ml\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog","item":"https:\/\/www.mygreatlearning.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Movie Success Prediction Using ML"}]},{"@type":"WebSite","@id":"https:\/\/www.mygreatlearning.com\/blog\/#website","url":"https:\/\/www.mygreatlearning.com\/blog\/","name":"Great Learning Blog","description":"Learn, Upskill &amp; Career Development Guide and Resources","publisher":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/#organization"},"alternateName":"Great Learning","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.mygreatlearning.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.mygreatlearning.com\/blog\/#organization","name":"Great Learning","url":"https:\/\/www.mygreatlearning.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.mygreatlearning.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2022\/06\/GL-Logo.jpg","contentUrl":"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2022\/06\/GL-Logo.jpg","width":900,"height":900,"caption":"Great Learning"},"image":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/GreatLearningOfficial\/","https:\/\/x.com\/Great_Learning","https:\/\/www.instagram.com\/greatlearningofficial\/","https:\/\/www.linkedin.com\/school\/great-learning\/","https:\/\/in.pinterest.com\/greatlearning12\/","https:\/\/www.youtube.com\/user\/beaconelearning\/"],"description":"Great Learning is a leading global ed-tech company for professional training and higher education. It offers comprehensive, industry-relevant, hands-on learning programs across various business, technology, and interdisciplinary domains driving the digital economy. These programs are developed and offered in collaboration with the world's foremost academic institutions.","email":"info@mygreatlearning.com","legalName":"Great Learning Education Services Pvt. Ltd","foundingDate":"2013-11-29","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"1001","maxValue":"5000"}},{"@type":"Person","@id":"https:\/\/www.mygreatlearning.com\/blog\/#\/schema\/person\/6f993d1be4c584a335951e836f2656ad","name":"Great Learning Editorial Team","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2022\/02\/unnamed.webp","url":"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2022\/02\/unnamed.webp","contentUrl":"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2022\/02\/unnamed.webp","caption":"Great Learning Editorial Team"},"description":"The Great Learning Editorial Staff includes a dynamic team of subject matter experts, instructors, and education professionals who combine their deep industry knowledge with innovative teaching methods. Their mission is to provide learners with the skills and insights needed to excel in their careers, whether through upskilling, reskilling, or transitioning into new fields.","sameAs":["https:\/\/www.mygreatlearning.com\/","https:\/\/in.linkedin.com\/school\/great-learning\/","https:\/\/x.com\/https:\/\/twitter.com\/Great_Learning","https:\/\/www.youtube.com\/channel\/UCObs0kLIrDjX2LLSybqNaEA"],"award":["Best EdTech Company of the Year 2024","Education Economictimes Outstanding Education\/Edtech Solution Provider of the Year 2024","Leading E-learning Platform 2024"],"url":"https:\/\/www.mygreatlearning.com\/blog\/author\/greatlearning\/"}]}},"uagb_featured_image_src":{"full":["https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2026\/01\/movie-succes-prediction-ml.webp",1408,768,false],"thumbnail":["https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2026\/01\/movie-succes-prediction-ml-150x150.webp",150,150,true],"medium":["https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2026\/01\/movie-succes-prediction-ml-300x164.webp",300,164,true],"medium_large":["https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2026\/01\/movie-succes-prediction-ml-768x419.webp",768,419,true],"large":["https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2026\/01\/movie-succes-prediction-ml-1024x559.webp",1024,559,true],"1536x1536":["https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2026\/01\/movie-succes-prediction-ml.webp",1408,768,false],"2048x2048":["https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2026\/01\/movie-succes-prediction-ml.webp",1408,768,false],"web-stories-poster-portrait":["https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2026\/01\/movie-succes-prediction-ml-640x768.webp",640,768,true],"web-stories-publisher-logo":["https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2026\/01\/movie-succes-prediction-ml-96x96.webp",96,96,true],"web-stories-thumbnail":["https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2026\/01\/movie-succes-prediction-ml-150x82.webp",150,82,true]},"uagb_author_info":{"display_name":"Great Learning Editorial Team","author_link":"https:\/\/www.mygreatlearning.com\/blog\/author\/greatlearning\/"},"uagb_comment_info":0,"uagb_excerpt":"Great Learning &gt; Blog &gt; Research and studies &gt; Movie Success Prediction Using ML Research : Movie Success Prediction Using ML Narayana Darapaneni Director - AIML Great Learning\/Northwestern University Illinois, USA Sujana Entoori Mentor - AIML Great Learning Bangalore, India S V Vybhav Student - AIML Great Learning Bangalore, India Christopher Bellarmine Student - AIML&hellip;","_links":{"self":[{"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/pages\/114959","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/users\/41"}],"replies":[{"embeddable":true,"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/comments?post=114959"}],"version-history":[{"count":8,"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/pages\/114959\/revisions"}],"predecessor-version":[{"id":115527,"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/pages\/114959\/revisions\/115527"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/media\/114970"}],"wp:attachment":[{"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/media?parent=114959"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/categories?post=114959"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/tags?post=114959"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}