Skip to content

Analysis of a movie dataset containing 1000 movies and then we built a Recommendation system based on the dataset

Notifications You must be signed in to change notification settings

dD2405/Recommendation-System-Content-Based-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Recommendation-System-Content-Based-

From the above given movie dataset we built a content based Recommendation system or Personalized recommendation system.First we had to clean the datset as there were some missing values then we had to drop the columns which didn't seem necessary for out Analysis. After that we did some Exploratory Data Analysis on the movie dataset and found some trends and observations from the plots.

Then we used the concept of TF-IDF vector to convert our texts into a matrix form and find the cosine similarity so that we can predict the similar movies present in the dataset. At last we were sucessfull in building a very small version of a personalized recommendation system.

To know more about TF-IDF vector visit this article:

https://medium.com/deep-math-machine-learning-ai/chapter-9-1-nlp-word-vectors-d51bff9628c1

About

Analysis of a movie dataset containing 1000 movies and then we built a Recommendation system based on the dataset

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published