Skip to content

Implementing the item-based collaborative filtering in python

Notifications You must be signed in to change notification settings

JiangTaoGZU/Item-based-CF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ItemCF

Implementing the item-based collaborative filtering in python,which is a classical recommendation algorithm.

data

rating.csv is the rating data from MovieLens

movies.csv contains various information about the movie,such as:id,title,and type.

Small: 100,000 ratings and 3,600 tag applications applied to 9,000 movies by 600 users. Last updated 9/2018.

About

Implementing the item-based collaborative filtering in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages