Skip to content

This repository contains mini project code which uses data from ml-100k movies data and do some mathematics to give some recommendation based on rating, num of user rated.

Notifications You must be signed in to change notification settings

AjitVerma15/Movie-Recommendation-System-using-Pandas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Movie-Recommendation-System-using-Pandas

This repository contains mini project code which uses data from ml-100k movies data and do some mathematics to give some recommendation based on rating, num of user rated that movie.

Lots of method for building recommendation system:

For starting I uses item based filtering for making recommendation system.

Example of item based filtering :

1_8Ex4Vyb7dFOIlqGS2Q1Eiw

Recommend Items that are similar to the item user bought,similarity is based on co-occurrences of purchases Item A and B were purchased by both users X and Y then both are similar.

About

This repository contains mini project code which uses data from ml-100k movies data and do some mathematics to give some recommendation based on rating, num of user rated.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages