Giter Site home page Giter Site logo

collaborativefiltering-movielens's Introduction

MovieLens-Recommendation

This project implements Item-Based and Matrix Factorization (MF) collaborative filtering (CF) algorithms using the MovieLens dataset.

Objective

The main goal of building the CF models is to recommend movies to different users based on their ratings for movies they have seen before. Accuracy for each model is evaluated by Root Mean Squared Error (RMSE) and Mean Absolute Error (MAE). Training error is caluclated by k-fold cross-validation. Item/User/Catalog coverages are defined and computed for each algorithm to evaluate the results of recommendation systems. Also, relationships between model size and accuracy/run-time are explored by changing the sample size included when fitting the model.

Dataset

In this project, we used the MovieLens dataset from GroupLens Research. The dataset contains 100,000 ratings with 9,000 movies and 600 users. More information about MovieLens: https://grouplens.org/datasets/movielens/.

Files

  • requirements.txt: Package requirements to run all the code
  • Item-Based_Collaborative_Filtering.ipynb: Implementation and Analysis of Item-Based CF model
  • Matrix_Factorization.ipynb: Implementation and Analysis of MF model
  • README.md: Introduction of the project

collaborativefiltering-movielens's People

Contributors

sabrinali18 avatar

Watchers

James Cloos 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.