Machine Learning Algorithms to predict overall movie gross using 23 out of the possible 28 features from IMDB dataset from Kaggle
-
The Project details, background research, analysis, and implementation of the algorithms can be found here: Project Paper
-
The Dataset used can be found here: Original Dataset
-
The Dataset was preprocessed and normalized and the final training and testing sets can be found in the repo. The preprocessing of the data can be found in the project paper
- Following image is a test run of the algorithms. The main.cpp includes a simple menu that allows users to run any one of the three algorithms and at the end of the run shows the average error of the different models utilized along with an approximate runtime.