Coder Social home page Coder Social logo

netflix-challenge's Introduction

Jess's Angels

CS 156b

Team Members

Jessica, Bhairav, Connor, Marcus

Papers and Articles

https://www.netflixprize.com/assets/GrandPrize2009_BPC_BellKor.pdf --overview of winning solution
https://www.netflixprize.com/assets/GrandPrize2009_BPC_BigChaos.pdf --comprehensive discussion of each model in winning blend
https://pythonhosted.org/scikit-fuzzy/auto_examples/plot_cmeans.html -- Fuzzy K-means clustering

Packages

http://www.shogun-toolbox.org/examples/latest/examples/multiclass_classifier/knn.html (kNN clustering, C++ with Python hooks)
http://www.mlpack.org/docs/mlpack-3.0.0/python/cf.html (Collaborative Filtering, C++ with Python hooks)
https://cran.r-project.org/web/packages/SuperLearner/vignettes/Guide-to-SuperLearner.html (SuperLearner in R, check to download appropriate packages)

TimeSVD++

citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.379.1951

Data processing tasks

For every rating compute and save Bin(t) (all datasets)
For each user, compile a list of the unique days on which they rated (training only)
For each user, compute the mean rating date (training only)

Notes

30 time bins for function Bin(t), used in changing movie bias over time
Train using SGD for 30 epochs
Training time per epoch is roughly double that of SVD++

High predictive power
Drift in user bias over time
User per day bias (per user, this models spikes in ratings on a specific day)
Time dependence of user factors

Medium predictive power
Drift in movie bias over time

Low predictive power
Seasonal periodicity
Day of the week periodicity

netflix-challenge's People

Contributors

doku88 avatar bchidamb avatar connorsoohoo avatar jessicawang225 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.