Skip to content

implemented model and refined with another model which stands 3rd in the contest of 1million$ prize worth, that aims to decrease original rmse by 10 percent with efficient time-complexity.

Notifications You must be signed in to change notification settings

srinathsai/Netflix-recommendation-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netflix-recommendation-challenge

implemented model and refined with another model which stands 3rd in the contest of 1million$ prize worth, which aims to decrease original rmse by 10 percent with efficient time-complexity.

The challenge(Birth of new innovation in netflix recommendation) :-

This is an image

  • In October 2006,CEO Reed Hastings was looking for a way to increase the efficiency of Cinematch, the software the company rolled out in 2000 to recommend movies you might enjoy. Over the years he'd recruited brilliant minds to tinker with the magic formula, but they'd hit a wall. He needed results. Fresh ideas. Innovation.
  • Netflix, then a service peddling discs of every movie and TV show under the sun, announced "The Netflix Prize," to achieve this goal which is the reason of the birth of latent factor model (implemented here) which stood 3rd place in the contest.

Latent factor model and implementation :-

This is an image This is an image

Dataset used :-

  • A sample of orginal dataset provided for the contest.

Factors of model :-

  • Number of iterations =40.
  • k =25 (for matrices columns)
  • lambda=0.1
  • learning rate = 0.001

Output and significance :-

  • Decreased orginal model rmse by 9 percent which is show by line plot in the code.

Improvements done to model :-

  • A new model called Latent factor model with biases has been implemented which showed slight improvement in the rmse and this iscompared in code file.

Lf factor model with biases :-

  • It is the extension of LF model with biases added to users and ratings in the formula and below is the formula used in building model :- This is an image

About

implemented model and refined with another model which stands 3rd in the contest of 1million$ prize worth, that aims to decrease original rmse by 10 percent with efficient time-complexity.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published