GithubHelp home page GithubHelp logo

jacobceles / movie-recommendation-rating-prediction Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 3.92 MB

Using the MovieLens dataset with Surprise to compare different algorithms for rating prediction, and also create a movie recommendation system on top of it.

Jupyter Notebook 100.00%
machine-learning movie-recommendation python rating-prediction surprise-library surprise-python modin

movie-recommendation-rating-prediction's Introduction

Movie Recommendation & Rating Prediction

In this project, we have used the MovieLens 100k dataset to compare different algorithms for rating prediction, and also create a movie recommendation system on top of it. Surprise is used to develop the models, and the dataset itself is open for public use since 1998, and has 100,000 ratings from 943 users on 1682 movies. Each user has rated at least 20 movies, and simple demographic info for the users (age, gender, occupation, zip) are given.

Problem Statement

  1. Data preprocessing and split, create a training dataset and a testing dataset for experiment
  2. Rating prediction, develop an algorithm to predict the ratings in the testing set based on the information (ratings and others) in the training dataset, and evaluate the predictions based on MAE and RMSE.
  3. Item Recommendation, construct a recommendation list for each user, and then evaluate the recommendation quality based on precision, recall, and F-measure.

Implementation

High Level Design

Repository Structure

├── data                                 # Data used for the project
├── Documents                            # Holds documents realted to the project
├── README.md                            # Read this first
└── code.ipynb                           # The code used for building the application

How to Use

  1. Open code.ipynb in you jupyter installation.
  2. Run all the cells. The code inside will handle installing the required packages.
  3. If needed, you can easily modify the last cell to get recommendations for specific users.

Results

RMSE and MAE scores Precision, Recall, and F-score
error_scores.png precision_recall.png

Recommendations

Movie recommendation

Contributors

References

movie-recommendation-rating-prediction's People

Contributors

jacobceles avatar

Stargazers

 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.