Giter VIP home page Giter VIP logo

netflix-recommendation-engine's Introduction

Netflix-Content-Recommendation-Engine

Netflix Recommendation Engine using different ML Models and giving movie recommendations with a great accuracy

Overview

This project aims to build a recommendation system for Netflix content based on various models, including SVM with TF-IDF, K Nearest Neighbors, and a hybrid model combining SVM with Cosine Similarity and TF-IDF. The recommendation system helps users discover content similar to their preferences.

Dataset

The dataset used for this project is sourced from Netflix and contains information about various titles, including their type, director, cast, rating, listed genres, and descriptions. Initial exploratory data analysis (EDA) and feature engineering are performed to understand and preprocess the data.

Models Implemented

  1. Cosine Similarity & TF-IDF :

    • Using TF-IDF features based on Cosine similarity values the model is trained.
    • Evaluation metrics such as accuracy and classification report are provided.
  2. Hybrid Model - SVM with Cosine Similarity & TF-IDF:

    • Combining SVM with Cosine Similarity and TF-IDF for improved recommendations.
    • Evaluation metrics and recommended items are displayed.
  3. K Nearest Neighbors (KNN) with Cosine Similarity:

    • A KNN classifier is used for recommendation based on cosine similarity.
    • The classification report and accuracy score are presented.
  4. Nearest Neighbors with Cosine Similarity (Unsupervised):

    • Using unsupervised nearest neighbors to provide recommendations.
    • Classification report, accuracy, F1 score, and recommended items are presented.
  5. Comparison of Models:

    • Similarity scores for different models are calculated and compared.
    • Models include SVM with TF-IDF, SVM with Cosine Similarity and TF-IDF, KNN, and unsupervised nearest neighbors.

Requirements

  • Python 3.x
  • Libraries: numpy, pandas, matplotlib, seaborn, scikit-learn, wordcloud

Results

The project achieves accurate recommendations by utilizing various models. The comparison section provides insights into the performance of each model, helping to understand their strengths and limitations. The performance of Cosine Similarity & TF-IDF and the Hybrid Model - SVM with Cosine Similarity & TF-IDF was very high in terms of acuuracy as well the similarity of the items recommended.

netflix-recommendation-engine's People

Contributors

ttanshtanz avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.