Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 2.04 KB

README.md

File metadata and controls

31 lines (21 loc) · 2.04 KB

YouTube Revenue Prediction Project

Overview

This project focuses on predicting YouTube video revenue using different machine learning techniques, including Linear Regression, Artificial Neural Networks (ANN), and Support Vector Regression (SVR). The goal is to build accurate models that estimate revenue based on various input features.

Project Highlights

  • Data Collection and Preprocessing: We collected a diverse dataset of YouTube videos and performed thorough data cleaning and preprocessing.
  • Feature Selection and Engineering: Relevant features were selected and engineered, including Date, Av­er­age_views_per_view­er, Unique_view­ers, Im­pres­sions, Com­ments ad­ded, Shares, Likes_(vs._dis­likes), etc.
  • Linear Regression: A baseline linear regression model was built to establish initial insights into the data.
  • Artificial Neural Networks (ANN): A deep learning ANN architecture was developed to capture complex relationships in the data.
  • Support Vector Regression (SVR): SVR was used to handle nonlinear relationships between features and revenue.
  • Model Evaluation and Comparison: Models were evaluated using metrics such as MAE, RMSE, and R-squared.
  • Interpretability and Insights: Feature importance and coefficients were analyzed to gain insights into revenue influencers.

Getting Started

  1. Clone this repository: git clone https://github.com/ankita-1007/youtube-revenue-prediction.git
  2. Run the Jupyter Notebook files for data preprocessing, model training, and evaluation.

Accuracy

Achieved an accuracy of 96.19 using Linear Regression, 83.28 using ANN and 97.24 using SVR.

Conclusion

This project demonstrates the application of Linear Regression, ANN, and SVR models to predict YouTube video revenue. By leveraging machine learning techniques, content creators can gain insights into revenue optimization strategies for their videos.