Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 1.12 KB

README.md

File metadata and controls

17 lines (17 loc) · 1.12 KB

Youtube_adview-in-ML

A prediction model for predicting adviews on youtube videos on the basis of likes/dislikes , views , comments and total watch time on the basis of category with the help of normalising data and using Tree regressor

Pre Required Libraries -

  1. Numpy
  2. Pandas
  3. Matplotlib
  4. Datetime
  5. Time
  6. Keras
  7. joblib

In this project we first refined our data so as to fit our needs and used it to make some graphs and heatmaps so as to get some instights into the data, than we used keraas library to train our model so as to calculate the adviews on a particular youtube video.

If you wish to directly jump to the training model's file you can use this link - (https://colab.research.google.com/github/ishanjain1502/Youtube_adview-in-ML/blob/main/Project.ipynb)

If you wish to jump to the prediction using the model you can go to this link - (https://colab.research.google.com/github/ishanjain1502/Youtube_adview-in-ML/blob/main/Project_Prediction.ipynb)