Git Product home page Git Product logo

collaborative_recommendation_imdb's Introduction

collaborative_recommendation_imdb

This is a training project to demonstrate the use of collaborative filter in a real world application.

Here we will be working on IMDB movie ratings dataset.

The goal over here is to create an algorithm which can easily and precisely predict which movie the user will enjoy and which movies the user will hate.

Collaborative filtering uses similarities between users and items simultaneously to provide recommendations. This allows for serendipitous recommendations; that is, collaborative filtering models can recommend an item to user A based on the interests of a similar user B. Furthermore, the embeddings can be learned automatically, without relying on hand-engineering of features.

Check Jupyter Notebook for code and description.

Dataset used for this project:

Movies with Genre and user ratings.

Source: https://drive.google.com/file/d/1WWQCl9w52M1sXNWd4JSKL7q-HHywk03p/view

Approaches To CF:

1. Cosine Similarity

collaborative_recommendation.ipynb
Takes the user interests from their historic ratings, and similarity with other users; using the cosine similarity; then removes the items which the user has already seen; and recommends the items from the library in order of perceived preference.

2. Dot-Product Similarity

3. Euclidian Distance

collaborative_recommendation_imdb's People

Contributors

mhabidi 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.