Git Product home page Git Product logo

netflix-challenge's Introduction

Movie Recommendations

Deliverable 2

Final (Kaggle) Score: 0.83711 Rank: 4 Kaggle name: Casper Boone

New/changed classes for this submission

  • Ensemble
  • EnsembleSource
  • LatentFactors
  • LatentFactorsCrossValidation
  • LatentFactorsTestSet
  • LatentFactorTraining
  • Matrix
  • Movie (changed)
  • User (changed)
  • Util (changed)

Most important features (not a complete list):

  • Regularization
  • Global/local biases
  • Cross validation techniques
  • Number of latent factors exploration, in LatentFactorTraining (tested from 1 to 29, outcome 9 or 23 are best, dependent on other parameters)
  • Ensemble methods

The working of all code is explained either in JavaDoc or in in-code comments.

Deliverable 1

Final (Kaggle) Score: 0.84225 Kaggle name: Casper Boone

Most important features (not a complete list):

  • Item-Item collaborative filtering
  • Cosine distance (with average subtraction), also tried Jaccard and Pearson correlation. Their implementation can still be found in Predictor.
  • Multi threading for improved performance (total run time is about 180s)
  • Similarity caching for improved performance (slow for first iterations, but then the algorithm moves on to predicting about 40k rating per 5s)
  • Global / local biases
  • Light version of cross validation that gives a RMSE as a result. Which can later on also be used for training parameters. (CollaborativeFilteringTestSet)

Short overview of the multithreaded workflow: CollaborativeFiltering divides the predictions(.csv) over all predictors (all predictors are a separate thread, the number of concurrent threads is limited to 20). A Predictor is created with a given range (start to end) of predictions(.csv), for which it will predict the rating.

The working of all code is explained either in JavaDoc or in in-code comments.

netflix-challenge's People

Contributors

casperboone avatar

Watchers

 avatar  avatar

netflix-challenge's Issues

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.