Skip to content

aayushagrawal135/MovieRatingPredictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie Rating Predictor

Predicting if a user will like a movie or not, what rating he/she would give to the movie.

Say a set of movies are given along with their genre quantified on a scale of say 5. Depending on a user's rating pattern, a value must be predicted corresponding to a movie that a user may give to that movie.

For this task, linear regression is used. User characteristics are randomly initialized. Characteristics are basically set of vectors each component of which quantifies the interest of the user in a particular genre. Now for the movies that the user has reviewed, output is predicted and error is evaluated wrt given rating. This error is minimized, leading to better characterization of the user.

Getting Started

Basics for Movie recommendation Andrew Ng has discussed a recommendation system in his Machine Learning course on Coursera.

Prerequisites

Chris Olah Neural networks have been discussed very absorbingly in the above articles.

Running the file

.m matlab file be run accordingly.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published