/Movie_recommendation_system

The code analyses the movie dataset and suggest user the recommended movies based on the user's favorite movie's

Primary LanguageJupyter NotebookGNU General Public License v3.0GPL-3.0

Movie recommendation system

The code analyses the movie's dataset and the user suggest the recommended movies based on the user's favorite movie's,the code then analyses the given dataset and the few parameters are evaluated & selected based on which the machine recommend the movie.Here code flows through NLP basic functions such as vectorize and cosine-similarity and the recommendation patterns are compared based on the similarity score.