MCA IV Semester Project 1 Review Presentation
Movie Recommendation System Using Machine Learning
- K V THARUN RAM
20BF1F0044
MCA-A (2020-2022)
SVCE,TIRUPATHI
CONTENT
Abstract
Introduction
Problem Statement
Existing System
Proposed System
RS Techniques
Collaborating Filtering
Software Requirements
Hardware Requirements
ABSTRACT
Recommendation systems are becoming increasingly important in today’s
hectic world. People are always in the lookout for products/services that are
best suited for them. Therefore, the recommendation systems are important as
they help them make the right choices, without having to expend their
MRS
cognitive resources.
here, I will build a Movie Recommendation System using collaborative
filtering by implementing the K-Nearest Neighbors algorithm. I will also
predict the rating of the given movie based on its neighbors and compare it
with the actual rating.
INTRODUCTION
• Software tools and techniques providing suggestions for items to be of
use to a user.
• Recommender systems analyze patterns of user interest in items or
products to provide personalized recommendations of items that will suit
a user's taste.
• ITEM – What are system recommends to the user
(CD, news ,books ,movies….)
MRS • User preference – rating for products
• User action – user browsing history
Problem Statement
With the proliferation of information, the ability to rapidly locate one's favorite film among a great number of option
has become a critical issue. When the consumer does not have a certain movie in mind, a personalized suggestion
system can be very useful. The methods which have been implemented in this paper are content-based filtering,
collaborative filtering, singular value decomposition, genre-based recommendation, Pearson correlation coefficient
method, Cosine Similarity method, KNN using cosine distant metric. A gamut of methods was explained in this paper
and used for recommendations.
Exsting System
Proposed System
RS Techniques
Collaborative Filtering
• The task of a Collaborative filtering is to find
item likeliness of two forms :
- Prediction
- Recommendation
Software Requirements
• Operating System – Windows 8/9/10/11
• Jupyter lab
• Visual Studio Code(VS code)
• Python
Hardware Requirements
• Processor : intel Processor i3 or Above
• CPU : 2.0GHz or above
• RAM : 4GB or more
• Hard Disk : 500GB
THANK YOU!