You are on page 1of 10

MOVIE

RECOMMENDATION
SYSTEM
BY:
SHIVANI REDDY-21EG105F43
PRADEEP-21EG105F45
VINIL-21EG105F47
Introduction:
The primary goal of movie recommendation
systems is to filter and predict only those movies
that a corresponding user is most likely to want to Click icon to add picture
watch.

This data is used to predict the future behavior of


the user concerned based on the information from
the past.
> A movie recommendation engine that filters your past search results, uses
your preferences and browser history to establish your viewing pattern, and
then suggests movies and videos to you . The data in this case will be the
user’s browser history.

> This project’s main purpose is to create a recommendation engine that can
suggest movies to consumers and you will create a collaborative filter based
on items.
How does the Movie Recommendation
system work?
• First, it takes a huge data set of movies as well as viewer ratings
and then uses the collective ratings to break down individual
movies into a long list of attributes.
• These resulting attributes then may resemble easily identifiable
qualities such as comedy, cult classic, action etc. but the
computer only knows them as X, Y, Z.
• Now the movie recommender system decodes individual tastes,
and matching those tastes will recommend relevant movies.
DATA SETS USED
o In order to build our recommendation system, we have used the Movie Lens
Dataset. we can find the movies.csv and ratings.csv file that we have used in our
Recommendation System Project . This data consists of 105339 ratings applied
over 10329 movies.

ESSENTIAL LIBRARIES
o In our Data Science project, we will make use of these four packages
– ‘recommenderlab’, ‘ggplot2’, ‘data.table’ and ‘reshape2’.
RESULTS:
A BAR CHART OF MOST
VIEWED MOVIES

EXPLORING SIMILAR
DATA

HEATMAP OF MOVIE
RATINGS

A HISTOGRAM OF HEATMAP OF TOP USERS


AVERAGE RATING OF AND MOVIES
USERS
Importing libraries and Retrieving the data

7
Tabular view of the Data set

8
Distribution of Average Rating of users

9
Thank you

You might also like