Git Product home page Git Product logo

movie-recommender-systems's Introduction

Movie-Recommender-Systems

  • Status: Completed

In this Repository, I compare different recommendation systems and assess which ones are better depending on the scenarios. Recommendation Systems (RS) are suggestions for various decision-making processes, such as what product to purchase, what music to listen to, or what online news to read. Recommender systems are particularly useful when an individual needs to choose an item from a potentially overwhelming number of items that a service may offer. There are many types of RS:

  • Content-Based Filtering: Recommendations based on product attributes and their similarities;
  • Collaborative Filtering (CF): Uses 'wisdom of the crowd' to match recommendations to users;
    • Memory-based CF: Relies on historical data to fit recommendations
      • User-based filtering: Based on users with similar tastes.
      • Item-based filtering: Based on items liked by similar users.
    • Model-based CF: Finds underlying patterns inside the data to predict best recommendations.

Project objective

The objective of this project is to create a recommender system to suggest movies for a user. To do so, we relied on an extensive movies dataset from the University of California Irvine (UCI), and created recommender systems of three approaches: Content-based Filtering, Collaborative Filtering (model-based), and Collaborative Filtering (memory-based)

Steps

  • Importing Data and libraries;
  • Explanatory Data Analysis;
  • Development and test of Content-based recommender system;
  • Development of collaborative Filtering Systems;

Technologies

List of technologies:


Conclusion

To conclude, we can assure that every Recommending System has its pros and couns, but they clearly can suit better accordingly with the problem and data available. Collaborative Filtering usually performs better, but requires higher computational capacity (and sometimes more data). In this case, the model-based with SVD matrix factorization had a better performance in terms of RMSE than the Memory-based with cosine similarity. The content-based is simpler, though it cannot be measured and is less likely to overcome the former ones.

Contact

movie-recommender-systems's People

Contributors

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